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

123

/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKeyRangeData.h64 bool isNull; member in struct:WebCore::IDBKeyRangeData
H A DIDBKeyData.h90 bool isNull; member in struct:WebCore::IDBKeyData
H A DIDBVersionChangeEvent.h49 virtual unsigned long long newVersion(bool& isNull) { isNull = (m_newVersionNullness == IndexedDB::VersionNullness::Null); return m_newVersion; } argument
H A DIDBKeyPath.h74 bool isNull() const { return m_type == NullType; } function in class:WebCore::IDBKeyPath
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DNullablePtr.h31 bool isNull() const { return Ptr == 0; } function in class:llvm::NullablePtr
/macosx-10.10/WebCore-7600.1.25/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
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DStringWithDirection.h64 bool isNull() const { return m_string.isNull(); } function in class:WebCore::StringWithDirection
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DUniqueIDBDatabaseIdentifier.cpp72 bool UniqueIDBDatabaseIdentifier::isNull() const function in class:WebKit::UniqueIDBDatabaseIdentifier
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DShareableResource.h53 bool isNull() const { return m_handle.isNull(); } function in class:WebKit::ShareableResource::Handle
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/cpp/efl/
H A DWKEinaSharedString.h62 ALWAYS_INLINE bool isNull() const { return !m_string; } function in class:WebKit::WKEinaSharedString
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DMediumAllocator.h41 bool isNull() { return !m_end; } function in class:bmalloc::MediumAllocator
H A DSmallAllocator.h42 bool isNull() { return !m_ptr; } function in class:bmalloc::SmallAllocator
H A DBoundaryTag.h57 bool isNull() { return !m_size; } function in class:bmalloc::BoundaryTag
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.10/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.cpp73 bool ScriptValue::isNull() const function in class:Deprecated::ScriptValue
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DObjectAllocationProfile.h48 bool isNull() { return !m_allocator; } function in class:JSC::ObjectAllocationProfile
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeakBlock.h93 inline bool WeakBlock::SweepResult::isNull() const function in class:JSC::WeakBlock::SweepResult
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DSourceCode.h98 bool isNull() const { return !m_provider; } function in class:JSC::SourceCode
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DCString.h75 bool isNull() const { return !m_buffer; } function in class:WTF::CString
/macosx-10.10/WebCore-7600.1.25/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.10/WebCore-7600.1.25/icu/unicode/
H A Dlocalpointer.h83 UBool isNull() const { return ptr==NULL; } function in class:LocalPointerBase

Completed in 515 milliseconds

123