Searched defs:isEmpty (Results 1 - 25 of 427) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
H A Dinfo.js29 function isEmpty(obj) { function
73 if (imageinfo['exif'] && !isEmpty(imageinfo['exif'])) {
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DActiveAnimations.h54 bool isEmpty() const { return m_defaultStack.isEmpty() && m_cssAnimations.isEmpty(); } function in class:WebCore::ActiveAnimations
H A DAnimationStack.h53 bool isEmpty() const { return m_activeAnimations.isEmpty(); } function in class:WebCore::AnimationStack
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityParser.h42 bool isEmpty() const { return !length; } function in class:WebCore::DecodedHTMLEntity
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGEllipse.h43 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); }; function in class:WebCore::FINAL
H A DRenderSVGRect.h45 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); }; function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAttributeToPropertyMap.h37 bool isEmpty() const { return m_map.isEmpty(); } function in class:WebCore::SVGAttributeToPropertyMap
/external/emma/core/java12/com/vladium/emma/data/
H A DIMergeable.java22 boolean isEmpty (); method in interface:IMergeable
/external/mockito/src/org/mockito/internal/util/collections/
H A DArrayUtils.java10 public <T> boolean isEmpty(T[] array) { method in class:ArrayUtils
/external/mockito/src/org/mockito/internal/util/junit/
H A DJUnitFailureHacker.java14 if (isEmpty(warnings)) {
28 private boolean isEmpty(String warnings) { method in class:JUnitFailureHacker
29 return warnings == null || "".equals(warnings); // isEmpty() is in JDK 6+
/external/mockito/src/org/mockito/internal/verification/
H A DRegisteredInvocations.java24 boolean isEmpty(); method in interface:RegisteredInvocations
H A DSingleRegisteredInvocation.java30 public boolean isEmpty() { method in class:SingleRegisteredInvocation
/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/webkit/glue/
H A Dcpp_variant.h88 bool isEmpty() const { return (isVoid() || isNull()); } function in class:CppVariant
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DSharedPersistent.h55 bool isEmpty() { return m_value.isEmpty(); } function in class:WebCore::SharedPersistent
H A DUnsafePersistent.h95 bool isEmpty() const function in class:WebCore::UnsafePersistent
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DDocumentRuleSets.h49 bool isEmpty() const { return m_shadowDistributedRuleSetMap.isEmpty(); } function in class:WebCore::ShadowDistributedRules
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttribute.h53 bool isEmpty() const { return m_value.isEmpty(); } function in class:WebCore::Attribute
H A DDOMStringList.h46 bool isEmpty() const { return m_strings.isEmpty(); } function in class:WebCore::DOMStringList
H A DDocumentOrderedList.h46 bool isEmpty() const { return m_nodes.isEmpty(); } function in class:WebCore::DocumentOrderedList
H A DEventListenerMap.h51 bool isEmpty() const { return m_entries.isEmpty(); } function in class:WebCore::EventListenerMap
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileList.h48 bool isEmpty() const { return m_files.isEmpty(); } function in class:WebCore::FileList
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCollection.h46 bool isEmpty() const function in class:WebCore::HTMLCollection
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DSharedBuffer.h65 bool isEmpty() const { return !size(); } function in class:WebCore::SharedBuffer

Completed in 522 milliseconds

1234567891011>>