Searched defs:isNull (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DNullablePtr.h31 bool isNull() const { return Ptr == 0; } function in class:llvm::NullablePtr
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMCString.h70 bool isNull() const { return !m_private; } function in class:WebDOMCString
H A DWebDOMString.h61 bool isNull() const { return !m_private; } function in class:WebDOMString
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSpaceSplitString.h84 bool isNull() const { return !m_data; } function in class:WebCore::SpaceSplitStringData
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DAuthenticationChallengeBase.cpp75 bool AuthenticationChallengeBase::isNull() const function in class:WebCore::AuthenticationChallengeBase
H A DSocketStreamErrorBase.h46 bool isNull() const { return m_isNull; } function in class:WebCore::SocketStreamErrorBase
H A DResourceErrorBase.h42 bool isNull() const { return m_isNull; } function in class:WebCore::ResourceErrorBase
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DStringWithDirection.h64 bool isNull() const { return m_string.isNull(); } function in class:WebCore::StringWithDirection
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DShareableResource.h49 bool isNull() const { return m_handle.isNull(); } function in class:WebKit::ShareableResource::Handle
H A DWebURL.h58 bool isNull() const { return m_string.isNull(); } function in class:WebKit::WebURL
H A DShareableBitmap.h73 bool isNull() const { return m_handle.isNull(); } function in class:WebKit::ShareableBitmap::Handle
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/cpp/efl/
H A DWKEinaSharedString.h62 ALWAYS_INLINE bool isNull() const { return !m_string; } function in class:WebKit::WKEinaSharedString
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBKeyPath.h71 bool isNull() const { return m_type == NullType; } function in class:WebCore::IDBKeyPath
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DBackgroundHTMLInputStream.h65 bool isNull() const { return input.isEmpty() && !numberOfSegmentsAlreadyAppended; } function in struct:WebCore::BackgroundHTMLInputStream::Checkpoint
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DObjectAllocationProfile.h48 bool isNull() { return !m_allocator; } function in class:JSC::ObjectAllocationProfile
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakBlock.h93 inline bool WeakBlock::SweepResult::isNull() const function in class:JSC::WeakBlock::SweepResult
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DSourceCode.h96 bool isNull() const { return !m_provider; } function in class:JSC::SourceCode
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DRenderedPosition.h51 bool isNull() const { return !m_renderer; } function in class:WebCore::RenderedPosition
H A DVisiblePosition.h60 bool isNull() const { return m_deepPosition.isNull(); } function in class:WebCore::VisiblePosition
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpatialNavigation.h118 bool isNull() const { return !visibleNode; } function in struct:WebCore::FocusCandidate
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DPath.h117 bool isNull() const { return false; } function in class:WebCore::Path
119 bool isNull() const { return !m_path; } function in class:WebCore::Path
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase

Completed in 253 milliseconds

123