Searched refs:wasEmpty (Results 1 - 9 of 9) 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
64 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.cpp308 bool wasEmpty = SkEvent::Enqueue(this); local
312 if (wasEmpty) {
341 bool wasEmpty = globals.fEventQHead == NULL; local
352 return wasEmpty;
438 bool wasEmpty = false; local
458 wasEmpty = true;
467 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/guava/src/com/google/common/collect/
H A DAbstractMultimap.java549 boolean wasEmpty = delegate.isEmpty();
553 if (wasEmpty) {
751 boolean wasEmpty = getDelegate().isEmpty();
754 if (wasEmpty) {
840 boolean wasEmpty = isEmpty();
843 if (wasEmpty) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1562 milliseconds