HomeSort by relevance Sort by last modified time
    Searched refs:wasEmpty (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/dom/
DeviceMotionController.cpp 74 bool wasEmpty = m_listeners.isEmpty();
76 if (wasEmpty && m_client)
DeviceOrientationController.cpp 76 bool wasEmpty = m_listeners.isEmpty();
78 if (wasEmpty)
  /external/webkit/Source/WebCore/page/
GeolocationController.cpp 54 bool wasEmpty = m_observers.isEmpty();
62 if (wasEmpty)
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 62 bool wasEmpty = m_pageSet.isEmpty();
66 if (wasEmpty)
  /external/skia/src/views/
SkEvent.cpp 308 bool wasEmpty = SkEvent::Enqueue(this);
312 if (wasEmpty) {
341 bool wasEmpty = globals.fEventQHead == NULL;
352 return wasEmpty;
438 bool wasEmpty = false;
458 wasEmpty = true;
467 if (wasEmpty)
  /external/webkit/Source/JavaScriptCore/wtf/
MessageQueue.h 105 bool wasEmpty = m_queue.isEmpty();
108 return wasEmpty;
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.cpp 188 bool wasEmpty = m_outgoingQueue->appendAndCheckEmpty(message);
189 if (wasEmpty && m_remotePort)
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 507 boolean wasEmpty = false;
509 wasEmpty = mDiskWritesInFlight == 1;
511 if (wasEmpty) {
  /frameworks/base/services/input/
SpriteController.cpp 77 bool wasEmpty = mLocked.invalidatedSprites.isEmpty();
79 if (wasEmpty) {
89 bool wasEmpty = mLocked.disposedSurfaces.isEmpty();
91 if (wasEmpty) {
InputDispatcher.cpp     [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 549 boolean wasEmpty = delegate.isEmpty();
553 if (wasEmpty) {
751 boolean wasEmpty = getDelegate().isEmpty();
754 if (wasEmpty) {
840 boolean wasEmpty = isEmpty();
843 if (wasEmpty) {
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManager.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 733 boolean wasEmpty = mHead == null;
736 return wasEmpty;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 464 milliseconds