Searched refs:isEmpty (Results 151 - 175 of 2528) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasPattern.cpp38 if (type.isEmpty() || type == "repeat")
H A DMouseEventHitRegion.h34 if (id.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRadioButtonGroupScope.cpp34 bool isEmpty() const { return m_members.isEmpty(); } function in class:blink::RadioButtonGroup
153 if (m_members.isEmpty()) {
206 if (element->name().isEmpty())
221 if (element->name().isEmpty())
234 if (element->name().isEmpty())
255 if (element->name().isEmpty())
266 if (element->name().isEmpty())
275 if (group->isEmpty()) {
H A DURLInputType.cpp58 return !value.isEmpty() && !KURL(KURL(), value).isValid();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityParser.h42 bool isEmpty() const { return !length; } function in class:blink::DecodedHTMLEntity
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGEllipse.h43 virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); }
H A DRenderSVGRect.h45 virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); }
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.cpp68 if (id.isEmpty())
77 if (id.isEmpty())
85 if (id.isEmpty())
168 if (id.isEmpty())
181 if (id.isEmpty())
226 if (!m_pendingResources.isEmpty() && element->hasPendingResources()) {
232 ASSERT(!elements->isEmpty());
235 if (elements->isEmpty())
248 if (!m_pendingResourcesForRemoval.isEmpty()) {
254 ASSERT(!elements->isEmpty());
[all...]
H A DSVGPathUtilities.cpp100 if (d.isEmpty())
115 if (stream->isEmpty())
130 if (stream->isEmpty())
147 if (d.isEmpty())
169 if (fromStream->isEmpty() || byStream->isEmpty())
188 if (stream->isEmpty())
205 if (stream->isEmpty())
222 if (stream->isEmpty())
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationWatchers.h27 bool isEmpty() const;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionCoordinator.cpp61 if (info.activeWriteTransaction || info.pendingTransactions.isEmpty())
70 } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly());
71 } else if (info.activeReadTransactions.isEmpty()) {
146 while (!info.pendingTransactions.isEmpty()) {
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobURL.cpp65 ASSERT(!originString.isEmpty());
/external/chromium_org/third_party/WebKit/Source/platform/clipboard/
H A DClipboardUtilities.cpp57 if (line.isEmpty())
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBoxTest.cpp99 EXPECT_TRUE(box.isEmpty());
114 EXPECT_TRUE(box.isEmpty());
116 EXPECT_TRUE(box.isEmpty());
118 EXPECT_FALSE(box.isEmpty());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThreadSafeData.h58 bool isEmpty() const { return !size(); } function in class:blink::WebThreadSafeData
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoTrack.java55 while (!renderers.isEmpty()) {
/external/chromium_org/third_party/skia/include/core/
H A DSkRegion.h64 return !this->isEmpty();
74 bool isEmpty() const { return fRunHead == SkRegion_gEmptyRunHeadPtr; } function in class:SkRegion
80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
197 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region
212 return this->isEmpty() || rect.isEmpty() ||
222 return this->isEmpty() || rgn.isEmpty() ||
/external/chromium_org/third_party/skia/include/images/
H A DSkPageFlipper.h34 bool isDirty() const { return !fDirty1->isEmpty(); }
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathWriter.h23 bool isEmpty() const { return fEmpty; } function in class:SkPathWriter
/external/chromium_org/third_party/skia/src/utils/
H A DSkTaskGroup.cpp42 if (gGlobal->fWork.isEmpty()) {
80 SkASSERT(fWork.isEmpty()); // All SkTaskGroups should be destroyed by now.
89 SkASSERT(fWork.isEmpty()); // Can't hurt to double check.
109 while (pool->fWork.isEmpty()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h45 bool isEmpty() { return Pool.empty(); } function in class:llvm::AddressPool
/external/llvm/unittests/ADT/
H A DImmutableSetTest.cpp42 EXPECT_TRUE(f.getEmptySet().isEmpty());
56 EXPECT_TRUE(S.isEmpty());
57 EXPECT_FALSE(S2.isEmpty());
66 EXPECT_TRUE(S.isEmpty());
67 EXPECT_FALSE(S3.isEmpty());
87 EXPECT_TRUE(S.isEmpty());
88 EXPECT_FALSE(S2.isEmpty());
89 EXPECT_FALSE(S3.isEmpty());
90 EXPECT_FALSE(S4.isEmpty());
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReferTo.java77 if (!parameters.isEmpty()) {
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtendableMessageNano.java89 if (unknownFieldData.isEmpty()) {
159 if (unknownFieldData == null || unknownFieldData.isEmpty()) {
160 return other.unknownFieldData == null || other.unknownFieldData.isEmpty();
172 return (unknownFieldData == null || unknownFieldData.isEmpty()
/external/skia/include/core/
H A DSkRegion.h64 return !this->isEmpty();
74 bool isEmpty() const { return fRunHead == SkRegion_gEmptyRunHeadPtr; } function in class:SkRegion
80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
197 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region
212 return this->isEmpty() || rect.isEmpty() ||
222 return this->isEmpty() || rgn.isEmpty() ||

Completed in 5176 milliseconds

1234567891011>>