Home
last modified time | relevance | path

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

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