OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wasEmpty
(Results
1 - 14
of
14
) 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
336
bool
wasEmpty
= SkEvent::Enqueue(evt);
340
if (
wasEmpty
)
388
bool
wasEmpty
= globals.fEventQHead == NULL;
400
return
wasEmpty
;
504
bool
wasEmpty
= false;
524
wasEmpty
= true;
533
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/src/com/google/common/collect/
AbstractMultimap.java
533
boolean
wasEmpty
= delegate.isEmpty();
537
if (
wasEmpty
) {
724
boolean
wasEmpty
= getDelegate().isEmpty();
727
if (
wasEmpty
) {
802
boolean
wasEmpty
= isEmpty();
805
if (
wasEmpty
) {
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java
656
boolean
wasEmpty
= mHead == null;
659
return
wasEmpty
;
/frameworks/base/core/java/android/accounts/
AccountManager.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
450
boolean
wasEmpty
= mWidgets.isEmpty();
462
if (
wasEmpty
) {
[
all
...]
Completed in 601 milliseconds