Searched refs:isEmpty (Results 201 - 225 of 2528) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationWatchers.cpp66 bool GeolocationWatchers::isEmpty() const function in class:blink::GeolocationWatchers
68 return m_idToNotifierMap.isEmpty();
H A DGeolocationController.cpp88 ASSERT(m_observers.isEmpty());
111 bool wasEmpty = m_observers.isEmpty();
133 if (m_observers.isEmpty())
135 else if (m_highAccuracyObservers.isEmpty())
197 if (m_observers.isEmpty() || !m_client)
/external/chromium_org/third_party/WebKit/Source/platform/
H A DThreadTimers.cpp86 if (m_firingTimers || m_timerHeap.isEmpty()) {
123 while (!m_timerHeap.isEmpty() && m_timerHeap.first()->m_nextFireTime <= fireTime) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
H A DFontCacheAndroid.cpp51 if (!fontDescription.locale().isEmpty()) {
67 if (familyName.isEmpty())
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DOriginAccessEntry.cpp50 m_hostIsIPAddress = !m_host.isEmpty() && isASCIIDigit(m_host[m_host.length() - 1]);
69 if (m_subdomainSettings == AllowSubdomains && m_host.isEmpty())
H A DKURLTest.cpp382 EXPECT_TRUE(kurl.isEmpty());
388 EXPECT_FALSE(kurl.isEmpty());
396 EXPECT_FALSE(kurl.isEmpty());
401 EXPECT_FALSE(kurl.isEmpty());
406 EXPECT_FALSE(kurl.isEmpty());
494 EXPECT_TRUE(kurl.isEmpty());
498 EXPECT_TRUE(kurl.string().isEmpty());
503 EXPECT_TRUE(kurl2.isEmpty());
506 EXPECT_TRUE(kurl2.string().isEmpty());
508 EXPECT_TRUE(kurl2.string().isEmpty());
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedStack.h45 bool isEmpty();
78 inline bool LinkedStack<T>::isEmpty() function in class:WTF::LinkedStack
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaStream.java78 while (!audioTracks.isEmpty()) {
83 while (!videoTracks.isEmpty()) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h49 bool isEmpty() const { return fBounds.isEmpty(); } function in struct:GrGlyph
/external/chromium_org/v8/benchmarks/
H A Dsplay.js147 SplayTree.prototype.isEmpty = function() {
161 if (this.isEmpty()) {
194 if (this.isEmpty()) {
225 if (this.isEmpty()) {
237 if (this.isEmpty()) {
253 if (this.isEmpty()) {
276 if (!this.isEmpty()) {
294 if (this.isEmpty()) {
/external/droiddriver/src/com/google/android/droiddriver/validators/
H A DDefaultAccessibilityValidator.java85 return !TextUtils.isEmpty(element.getContentDescription())
86 || !TextUtils.isEmpty(element.getText());
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableMap.java46 @Override public boolean isEmpty() { method in class:EmptyImmutableMap
73 return that.isEmpty();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyContiguousSet.java85 @Override public boolean isEmpty() { method in class:EmptyContiguousSet
100 return that.isEmpty();
/external/guava/guava-tests/test/com/google/common/testing/
H A DTestLogHandlerTest.java55 assertTrue(handler.getStoredLogRecords().isEmpty());
66 assertTrue(handler.getStoredLogRecords().isEmpty());
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DTypeConverter.java89 if (value == null || value.isEmpty()) {
120 if (value == null || value.isEmpty()) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSmsManager.java30 if (TextUtils.isEmpty(destinationAddress))
33 if (TextUtils.isEmpty(text))
/external/skia/include/gpu/
H A DGrGlyph.h48 bool isEmpty() const { return fBounds.isEmpty(); } function in struct:GrGlyph
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromise.cpp61 if (m_resolver.isEmpty())
68 if (m_resolver.isEmpty())
75 if (m_resolver.isEmpty())
83 if (m_resolver.isEmpty())
105 if (m_promise.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImageGeneratorValue.cpp51 if (m_clients.isEmpty()) {
57 if (!size.isEmpty())
78 if (!size.isEmpty()) {
90 if (m_clients.isEmpty()) {
113 if (size.isEmpty())
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeys.cpp63 ASSERT(!keySystem.isEmpty());
157 if (keySystem.isEmpty()) {
185 ASSERT(!m_keySystem.isEmpty());
218 if (keySystem.isEmpty())
227 if (contentType.isEmpty())
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DOptionsMessage.java126 if (peerOutputs.isEmpty() && peerInputs.isEmpty()) {
135 if (!peerInputs.isEmpty()) {
139 if (!peerOutputs.isEmpty()) {
154 if (!peerOutputs.isEmpty()) {
/external/guava/guava-tests/test/com/google/common/cache/
H A DNullCacheTest.java55 assertTrue(listener.isEmpty());
72 assertTrue(listener.isEmpty());
89 assertTrue(listener.isEmpty());
104 assertTrue(listener.isEmpty());
121 assertTrue(listener.isEmpty());
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DCroppedTrack.java58 if (origTrack.getDecodingTimeEntries() != null && !origTrack.getDecodingTimeEntries().isEmpty()) {
67 if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getDelta() != nuDecodingTime) {
82 if (origTrack.getCompositionTimeEntries() != null && !origTrack.getCompositionTimeEntries().isEmpty()) {
90 if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getOffset() != nuDecodingTime) {
128 if (origTrack.getSampleDependencies() != null && !origTrack.getSampleDependencies().isEmpty()) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptLoader.cpp95 if (ignoresLoadRequest() || sourceUrl.isEmpty())
118 if (languages.isEmpty()) {
156 if (type.isEmpty() && language.isEmpty())
158 if (type.isEmpty()) {
215 if (!client->charsetAttributeValue().isEmpty())
262 if (!stripLeadingAndTrailingHTMLSpaces(sourceUrl).isEmpty()) {
302 if (sourceCode.isEmpty())
420 if (!eventAttribute.isEmpty() && !forAttribute.isEmpty()) {
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphBufferTest.cpp38 EXPECT_TRUE(glyphBuffer.isEmpty());
52 EXPECT_FALSE(glyphBuffer.isEmpty());
75 EXPECT_FALSE(glyphBuffer.isEmpty());
98 EXPECT_FALSE(glyphBuffer.isEmpty());
116 EXPECT_FALSE(glyphBuffer.isEmpty());
134 EXPECT_FALSE(glyphBuffer.isEmpty());
152 EXPECT_FALSE(glyphBuffer.isEmpty());
157 EXPECT_TRUE(glyphBuffer.isEmpty());
186 EXPECT_FALSE(glyphBuffer.isEmpty());
192 EXPECT_FALSE(glyphBuffer.isEmpty());
[all...]

Completed in 6410 milliseconds

1234567891011>>