Searched refs:isEmpty (Results 176 - 200 of 2528) sorted by relevance

1234567891011>>

/external/skia/include/gpu/
H A DGrRect.h26 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } function in struct:GrIRect16
/external/skia/include/images/
H A DSkPageFlipper.h34 bool isDirty() const { return !fDirty1->isEmpty(); }
/external/skia/src/pathops/
H A DSkPathWriter.h23 bool isEmpty() const { return fEmpty; } function in class:SkPathWriter
/external/chromium_org/content/renderer/media/
H A Duser_media_client_impl_unittest.cc500 EXPECT_FALSE(device->deviceId().isEmpty());
503 EXPECT_FALSE(device->label().isEmpty());
504 EXPECT_FALSE(device->groupId().isEmpty());
508 EXPECT_FALSE(device->deviceId().isEmpty());
511 EXPECT_FALSE(device->label().isEmpty());
512 EXPECT_FALSE(device->groupId().isEmpty());
516 EXPECT_FALSE(device->deviceId().isEmpty());
519 EXPECT_FALSE(device->label().isEmpty());
520 EXPECT_TRUE(device->groupId().isEmpty());
523 EXPECT_FALSE(device->deviceId().isEmpty());
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectPool.java109 if (!freeStack.isEmpty())
130 if (freeStack.isEmpty())
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtensionsGenerator.java73 public boolean isEmpty() method in class:ExtensionsGenerator
75 return extOrdering.isEmpty();
H A DX509ExtensionsGenerator.java103 public boolean isEmpty() method in class:X509ExtensionsGenerator
105 return extOrdering.isEmpty();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DViewPositionObserver.java66 if (mListeners.isEmpty()) {
83 if (mListeners.isEmpty()) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-splay.js142 SplayTree.prototype.isEmpty = function() {
156 if (this.isEmpty()) {
189 if (this.isEmpty()) {
220 if (this.isEmpty()) {
232 if (this.isEmpty()) {
248 if (this.isEmpty()) {
271 if (!this.isEmpty()) {
289 if (this.isEmpty()) {
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuList.cpp78 if (m_children.isEmpty())
104 if (!childObjects.isEmpty()) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSegmentedFontFace.h63 bool isEmpty() const { return m_fontFaces.isEmpty(); } function in class:blink::FINAL
H A DFontLoader.cpp25 ASSERT(m_fontsToBeginLoading.isEmpty());
78 ASSERT(m_fontsToBeginLoading.isEmpty());
H A DSelectorFilter.h61 bool parentStackIsEmpty() const { return m_parentStack.isEmpty(); }
62 bool parentStackIsConsistent(const ContainerNode* parentNode) const { return !m_parentStack.isEmpty() && m_parentStack.last().element == parentNode; }
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURLUtilsReadOnly.cpp70 return query.isEmpty() ? emptyString() : "?" + query;
76 if (fragmentIdentifier.isEmpty())
H A DDocumentOrderedList.cpp37 if (m_nodes.isEmpty()) {
63 ASSERT(m_nodes.isEmpty() || m_nodes.last()->compareDocumentPosition(node, Node::TreatShadowTreesAsComposed) & Node::DOCUMENT_POSITION_FOLLOWING);
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DContentDistribution.h50 bool isEmpty() const { return m_nodes.isEmpty(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventListenerMap.h50 bool isEmpty() const { return m_entries.isEmpty(); } function in class:blink::EventListenerMap
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTitleElement.cpp87 m_ignoreTitleUpdatesWhenChildrenChange = !value.isEmpty();
91 if (!value.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextGroup.cpp51 ASSERT(!m_contexts.isEmpty());
82 while (!m_groupObjects.isEmpty()) {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h138 return !m_pendingText.isEmpty() || !m_taskQueue.isEmpty();
184 bool isEmpty() const { return !m_openElements.stackDepth(); } function in class:blink::FINAL
291 bool isEmpty() function in class:blink::FINAL::FINAL
294 ASSERT(stringBuilder.isEmpty() == !parent);
295 ASSERT(!stringBuilder.isEmpty() || !nextChild);
296 ASSERT(!stringBuilder.isEmpty() || (whitespaceMode == WhitespaceUnknown));
297 return stringBuilder.isEmpty();
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextResourceDecoderBuilder.cpp75 if (!m_encoding.isEmpty())
91 if (m_encoding.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRect.h68 bool isEmpty() const { return m_rect.isEmpty(); } function in class:blink::ClipRect
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DPolygonShape.h70 virtual bool isEmpty() const OVERRIDE { return m_polygon.isEmpty(); }
H A DShape.h83 virtual bool isEmpty() const = 0;
95 if (rect.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.cpp124 if (value.isEmpty())
177 if (value.isEmpty())
192 if (value.isEmpty())
206 if (value.isEmpty())
219 if (!ascentValue.isEmpty())
224 if (!vertOriginY.isEmpty())
238 if (!descentValue.isEmpty()) {
248 if (!vertOriginY.isEmpty())

Completed in 567 milliseconds

1234567891011>>