Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java94 public static final int TYPE_INFO = 8; field in Protocol
260 if ((m_nType & TYPE_INFO) == TYPE_INFO) in toString()
349 if ((m_nType & TYPE_INFO) == TYPE_INFO) in toHTML()
417 ((m_nType & TYPE_INFO ) != TYPE_INFO ) in isError()
426 ((m_nType & TYPE_INFO ) != TYPE_INFO ) in isWarning()
538 log(TYPE_INFO, sMessage); in log()
593 log(TYPE_SCOPE_OPEN | TYPE_INFO, "property:" ); in log()
594 log(TYPE_SCOPE_CLOSE | TYPE_INFO, sValue.toString()); in log()
602 log(TYPE_SCOPE_OPEN | TYPE_INFO, "property:" ); in log()
603 log(TYPE_SCOPE_CLOSE | TYPE_INFO, sValue.toString()); in log()
[all …]
H A DAutoSave.java95 m_aLog.log(Protocol.TYPE_INFO, "successfully registered as AutoSave listener."); in AutoSaveListener()
149 m_aLog.log(Protocol.TYPE_INFO, "disposing() called from AutoSave."); in disposing()
371 m_aLog.log(Protocol.TYPE_INFO, "sleep for "+nWait+" ms"); in closeDoc()
447 m_aLog.log(Protocol.TYPE_INFO, "sleep for "+nWait+" ms"); in impl_checkConcurrentAutoSaveToNormalUISave()

Completed in 23 milliseconds