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

1 2 3 4 5 6 7

  /external/llvm/include/llvm/ADT/
NullablePtr.h 31 bool isNull() const { return Ptr == 0; }
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptprogram.cpp 90 bool QScriptProgram::isNull() const
92 return d_ptr->isNull();
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMCString.h 70 bool isNull() const { return !m_private; }
WebDOMString.h 61 bool isNull() const { return !m_private; }
  /external/webkit/Source/WebCore/dom/
SpaceSplitString.h 83 bool isNull() const { return !m_data; }
  /external/webkit/Source/WebCore/platform/network/
AuthenticationChallengeBase.cpp 77 bool AuthenticationChallengeBase::isNull() const
89 if (a.isNull() && b.isNull())
92 if (a.isNull() || b.isNull())
SocketStreamErrorBase.h 46 bool isNull() const { return m_isNull; }
  /external/webkit/Source/WebKit/chromium/public/
WebAccessibilityObject.h 69 bool isNull() const { return !m_private; }
WebDragData.h 67 bool isNull() const { return !m_private; }
WebHistoryItem.h 67 bool isNull() const { return m_private.isNull(); }
WebRange.h 63 bool isNull() const { return !m_private; }
WebSecurityOrigin.h 66 bool isNull() const { return !m_private; }
WebSerializedScriptValue.h 62 bool isNull() const { return m_private.isNull(); }
WebURLLoadTiming.h 58 bool isNull() const { return m_private.isNull(); }
WebCString.h 88 bool isNull() const { return !m_private; }
WebData.h 82 bool isNull() const { return !m_private; }
WebPrivatePtr.h 49 bool isNull() const { return !m_ptr; }
  /external/chromium/webkit/glue/
cpp_variant.h 87 bool isNull() const { return (type == NPVariantType_Null); }
88 bool isEmpty() const { return (isVoid() || isNull()); }
  /external/webkit/Source/JavaScriptCore/parser/
SourceCode.h 70 bool isNull() const { return !m_provider; }
  /external/webkit/Source/JavaScriptCore/wtf/text/
CString.h 70 bool isNull() const { return !m_buffer; }
  /external/webkit/Source/WebCore/platform/text/
StringWithDirection.h 64 bool isNull() const { return m_string.isNull(); }
  /external/webkit/Source/WebKit/chromium/src/
WebImageCG.cpp 97 bool WebImage::isNull() const
WebImageSkia.cpp 96 bool WebImage::isNull() const
98 return m_bitmap.isNull();
  /external/webkit/Source/WebKit2/Shared/
WebURL.h 49 bool isNull() const { return m_string.isNull(); }
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.h 110 bool isNull() const { return (type == NPVariantType_Null); }
111 bool isEmpty() const { return (isVoid() || isNull()); }

Completed in 471 milliseconds

1 2 3 4 5 6 7