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

1 2

  /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();
64 if (wasEmpty)
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 62 bool wasEmpty = m_pageSet.isEmpty();
66 if (wasEmpty)
  /external/skia/legacy/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/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 527 boolean wasEmpty = false;
529 wasEmpty = mDiskWritesInFlight == 1;
531 if (wasEmpty) {
  /frameworks/base/services/input/
SpriteController.cpp 79 bool wasEmpty = mLocked.invalidatedSprites.isEmpty();
81 if (wasEmpty) {
91 bool wasEmpty = mLocked.disposedSurfaces.isEmpty();
93 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/opt/photoviewer/src/com/android/ex/photo/
PhotoViewActivity.java 343 boolean wasEmpty = mIsEmpty;
361 if (wasEmpty) {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 703 boolean wasEmpty = mHead == null;
706 return wasEmpty;
  /frameworks/base/core/java/android/accounts/
AccountManager.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 746 boolean wasEmpty = mHead == null;
749 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 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 1277 milliseconds

1 2