Home
last modified time | relevance | path

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

/external/skia/legacy/src/views/
DSkEvent.cpp308 bool wasEmpty = SkEvent::Enqueue(this); in postDelay() local
312 if (wasEmpty) { in postDelay()
341 bool wasEmpty = globals.fEventQHead == NULL; in Enqueue() local
352 return wasEmpty; in Enqueue()
438 bool wasEmpty = false; in ServiceQueueTimer() local
458 wasEmpty = true; in ServiceQueueTimer()
467 if (wasEmpty) in ServiceQueueTimer()
/external/skia/src/views/
DSkEvent.cpp308 bool wasEmpty = SkEvent::Enqueue(this); in postDelay() local
312 if (wasEmpty) { in postDelay()
341 bool wasEmpty = globals.fEventQHead == NULL; in Enqueue() local
352 return wasEmpty; in Enqueue()
438 bool wasEmpty = false; in ServiceQueueTimer() local
458 wasEmpty = true; in ServiceQueueTimer()
467 if (wasEmpty) in ServiceQueueTimer()
/external/webkit/Source/WebCore/page/
DGeolocationController.cpp54 bool wasEmpty = m_observers.isEmpty(); in addObserver() local
64 if (wasEmpty) in addObserver()
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
DWebGeolocationManager.cpp62 bool wasEmpty = m_pageSet.isEmpty(); in registerWebPage() local
66 if (wasEmpty) in registerWebPage()
/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/WebCore/dom/default/
DPlatformMessagePortChannel.cpp188 bool wasEmpty = m_outgoingQueue->appendAndCheckEmpty(message); in postMessageToRemote() local
189 if (wasEmpty && m_remotePort) in postMessageToRemote()
/external/webkit/Source/JavaScriptCore/wtf/
DMessageQueue.h105 bool wasEmpty = m_queue.isEmpty(); in appendAndCheckEmpty() local
108 return wasEmpty; in appendAndCheckEmpty()
/external/guava/guava/src/com/google/common/collect/
DAbstractMultimap.java549 boolean wasEmpty = delegate.isEmpty(); in add()
553 if (wasEmpty) { in add()
751 boolean wasEmpty = getDelegate().isEmpty(); in add()
754 if (wasEmpty) { in add()
840 boolean wasEmpty = isEmpty(); in add()
843 if (wasEmpty) { in add()