Home
last modified time | relevance | path

Searched refs:m_nScope (Results 1 – 1 of 1) sorted by relevance

/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java175 private long m_nScope ; field in Protocol
193 private long m_nScope; field in Protocol.ProtocolLine
209 m_nScope = nScope ; in ProtocolLine()
281 for (int s=0; s<m_nScope; ++s) in toString()
390 for (int s=0; s<m_nScope; ++s) in toHTML()
393 if ((m_nScope % 2) == 0) in toHTML()
396 sLine.append("<font color=\""+sColor+"\">{ "+m_nScope+"</font>"); in toHTML()
497 m_nScope = 1; in Protocol()
641 ++m_nScope; in log()
651 ( m_nScope > 0 ) && in log()
[all …]

Completed in 16 milliseconds