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

1234567891011>>

/external/webkit/Source/WebCore/css/
H A DCSSStyleDeclaration.h47 bool isEmpty() const { return !length(); } function in class:WebCore::CSSStyleDeclaration
/external/emma/core/java12/com/vladium/emma/data/
H A DIMergeable.java22 boolean isEmpty (); method in interface:IMergeable
/external/webkit/Source/JavaScriptCore/wtf/
H A DDoublyLinkedList.h35 bool isEmpty();
53 template <typename Node> inline bool DoublyLinkedList<Node>::isEmpty() function in class:WTF::DoublyLinkedList
H A DSinglyLinkedList.h35 bool isEmpty();
49 template <typename Node> inline bool SinglyLinkedList<Node>::isEmpty() function in class:WTF::SinglyLinkedList
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerContent.h45 bool isEmpty() { return !width() || !height(); } function in class:WebCore::LayerContent
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DDataReference.h50 bool isEmpty() const { return size() == 0; } function in class:CoreIPC::DataReference
55 if (isEmpty())
/external/webkit/Source/WebKit2/Shared/gtk/
H A DUpdateChunk.h50 bool isEmpty() { return m_rect.isEmpty(); } function in class:WebKit::UpdateChunk
/external/webkit/Source/WebKit2/Shared/qt/
H A DUpdateChunk.h48 bool isEmpty() const { return m_rect.isEmpty(); } function in class:WebKit::UpdateChunk
/external/webkit/Source/WebKit2/Shared/win/
H A DLayerTreeContextWin.cpp54 bool LayerTreeContext::isEmpty() const function in class:WebKit::LayerTreeContext
H A DUpdateChunk.h46 bool isEmpty() const { return m_rect.isEmpty(); } function in class:WebKit::UpdateChunk
/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/dexmaker/src/main/java/com/google/dexmaker/
H A DLabel.java51 boolean isEmpty() { method in class:Label
52 return instructions.isEmpty();
57 while (catchLabels.get(i).isEmpty()) {
61 while (primarySuccessor != null && primarySuccessor.isEmpty()) {
64 while (alternateSuccessor != null && alternateSuccessor.isEmpty()) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DForwardingImmutableCollection.java54 @Override public boolean isEmpty() { method in class:ForwardingImmutableCollection
55 return delegate.isEmpty();
/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java41 boolean isEmpty() { method in class:IntQueue
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DNumberValue.java56 public boolean isEmpty() { method in class:NumberValue
H A DStringValue.java46 public boolean isEmpty() { method in class:StringValue
H A DVariantValue.java56 public boolean isEmpty() { method in class:VariantValue
57 return asString().isEmpty();
/external/proguard/src/proguard/
H A DClassPath.java85 public boolean isEmpty() method in class:ClassPath
87 return classPathEntries.isEmpty();
/external/skia/include/gpu/
H A DGrRect.h26 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } function in struct:GrIRect16
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMCString.h69 bool isEmpty() const { return !length(); } function in class:WebDOMCString
H A DWebDOMString.h60 bool isEmpty() const { return !length(); } function in class:WebDOMString
/external/webkit/Source/WebCore/bindings/js/
H A DScriptSourceCode.h58 bool isEmpty() const { return m_code.length() == 0; } function in class:WebCore::ScriptSourceCode
/external/webkit/Source/WebCore/dom/
H A DDOMStringList.h45 bool isEmpty() const { return m_strings.isEmpty(); } function in class:WebCore::DOMStringList

Completed in 1195 milliseconds

1234567891011>>