Searched refs:wasEmpty (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectScriptDebugServer.cpp50 bool wasEmpty = m_listeners.isEmpty();
54 if (wasEmpty) {
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Battery/
H A DWebBatteryManager.cpp60 bool wasEmpty = m_pageSet.isEmpty(); local
64 if (wasEmpty)
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMessageQueue.h113 bool wasEmpty = m_queue.isEmpty(); local
116 return wasEmpty;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl4723 set wasEmpty [expr {[llength $data(rowsToDisplay)] == $data(itemCount)}]
4724 set isEmpty $wasEmpty
4943 if {$wasEmpty} {
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp3900 bool wasEmpty = m_networkResourceRequestIdentifiers.isEmpty(); local
3902 if (wasEmpty)

Completed in 146 milliseconds