HomeSort by relevance Sort by last modified time
    Searched defs:isEmpty (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/css/
CSSStyleDeclaration.h 46 bool isEmpty() const { return !length(); }
  /external/emma/core/java12/com/vladium/emma/data/
IMergeable.java 22 boolean isEmpty ();
  /external/webkit/JavaScriptCore/bytecode/
EvalCodeCache.h 65 bool isEmpty() const { return m_cacheMap.isEmpty(); }
  /external/webkit/WebCore/bindings/v8/
ScriptSourceCode.h 58 bool isEmpty() const { return m_source.isEmpty(); }
  /external/webkit/WebCore/html/
FileList.h 47 bool isEmpty() const { return m_files.isEmpty(); }
  /external/webkit/WebCore/loader/
NavigationAction.h 47 bool isEmpty() const { return m_URL.isEmpty(); }
  /external/webkit/WebCore/page/
FrameLoadRequest.h 50 bool isEmpty() const { return m_resourceRequest.isEmpty(); }
  /packages/apps/Gallery3D/src/com/cooliris/media/
IndexRange.java 36 public boolean isEmpty() {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509ExtensionsGenerator.java 79 public boolean isEmpty()
81 return extOrdering.isEmpty();
  /external/proguard/src/proguard/
ClassPath.java 85 public boolean isEmpty()
87 return classPathEntries.isEmpty();
  /external/webkit/JavaScriptCore/parser/
ParserArena.cpp 110 bool ParserArena::isEmpty() const
113 && m_identifierArena->isEmpty()
114 && m_freeablePools.isEmpty()
115 && m_deletableObjects.isEmpty()
116 && m_refCountedObjects.isEmpty();
  /external/webkit/JavaScriptCore/runtime/
StringBuilder.h 62 bool isEmpty() { return buffer.isEmpty(); }
WeakGCMap.h 51 bool isEmpty() { return m_map.isEmpty(); }
  /external/webkit/WebCore/bindings/js/
ScriptSourceCode.h 57 bool isEmpty() const { return m_code.length() == 0; }
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.h 76 bool isEmpty()
78 return m_queue.isEmpty();
  /external/webkit/WebCore/inspector/front-end/
TextEditorModel.js 40 isEmpty: function()
152 if (range.isEmpty())
  /external/webkit/WebCore/platform/
DeprecatedPtrListImpl.h 42 bool isEmpty() const { return nodeCount == 0; }
SharedBuffer.h 97 bool isEmpty() const { return !size(); }
  /external/webkit/WebCore/platform/animation/
AnimationList.h 44 bool isEmpty() const { return m_animations.isEmpty(); }
  /external/webkit/WebCore/platform/network/
Credential.cpp 66 bool Credential::isEmpty() const
73 return m_user.isEmpty() && m_password.isEmpty();
88 return !m_password.isEmpty();
  /external/webkit/WebCore/svg/graphics/
SVGResourceClipper.h 58 bool isEmpty() const { return m_clipData.isEmpty(); }
  /external/webkit/WebKit/chromium/public/
WebCString.h 78 bool isEmpty() const { return !length(); }
WebData.h 81 bool isEmpty() const { return !size(); }
WebSize.h 48 bool isEmpty() const { return width <= 0 || height <= 0; }
  /frameworks/base/core/java/android/widget/
Adapter.java 147 boolean isEmpty();

Completed in 1193 milliseconds

1 2 3 4 5 6 7 8 91011>>