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

/external/webkit/Source/WebCore/dom/
H A DDeviceMotionController.cpp74 bool wasEmpty = m_listeners.isEmpty(); local
76 if (wasEmpty && m_client)
H A DDeviceOrientationController.cpp76 bool wasEmpty = m_listeners.isEmpty(); local
78 if (wasEmpty)
/external/webkit/Source/WebCore/page/
H A DGeolocationController.cpp54 bool wasEmpty = m_observers.isEmpty(); local
62 if (wasEmpty)
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp62 bool wasEmpty = m_pageSet.isEmpty(); local
66 if (wasEmpty)
/external/skia/src/views/
H A DSkEvent.cpp336 bool wasEmpty = SkEvent::Enqueue(evt); local
340 if (wasEmpty)
388 bool wasEmpty = globals.fEventQHead == NULL; local
400 return wasEmpty;
504 bool wasEmpty = false; local
524 wasEmpty = true;
533 if (wasEmpty)
/external/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.cpp188 bool wasEmpty = m_outgoingQueue->appendAndCheckEmpty(message);
189 if (wasEmpty && m_remotePort)
/external/webkit/Source/JavaScriptCore/wtf/
H A DMessageQueue.h105 bool wasEmpty = m_queue.isEmpty(); local
108 return wasEmpty;
/external/guava/src/com/google/common/collect/
H A DAbstractMultimap.java533 boolean wasEmpty = delegate.isEmpty();
537 if (wasEmpty) {
724 boolean wasEmpty = getDelegate().isEmpty();
727 if (wasEmpty) {
802 boolean wasEmpty = isEmpty();
805 if (wasEmpty) {

Completed in 351 milliseconds