Searched defs:emptyValue (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutAttributes.cpp39 float SVGTextLayoutAttributes::emptyValue() function in class:WebCore::SVGTextLayoutAttributes
/macosx-10.10/WebCore-7600.1.25/page/
H A DSessionIDHash.h43 static WebCore::SessionID emptyValue() { return WebCore::SessionID::emptySessionID(); } function in struct:WTF::HashTraits
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGenericFamilies.h39 static int emptyValue() { return -2; } function in struct:WebCore::UScriptCodeHashTraits
H A DIntPointHash.h37 static WebCore::IntPoint emptyValue() { return WebCore::IntPoint(0, std::numeric_limits<int>::min()); } function in struct:WTF::HashTraits
H A DFontCache.cpp286 static const FontCache::FontFileKey& emptyValue() function in struct:WebCore::FontVerticalDataCacheKeyTraits
341 static const FontPlatformData& emptyValue() function in struct:WebCore::FontDataCacheKeyTraits
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashTraits.h65 static T emptyValue() { return T(); } function in struct:WTF::GenericHashTraits
76 static T emptyValue() { return std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
87 static T emptyValue() { return std::numeric_limits<T>::max(); } function in struct:WTF::UnsignedWithZeroKeyHashTraits
106 static EmptyValueType emptyValue() { return nullptr; } function in struct:WTF::HashTraits
115 static EmptyValueType emptyValue() { return nullptr; } function in struct:WTF::HashTraits
123 static P* emptyValue() { return 0; } function in struct:WTF::HashTraits
157 static EmptyValueType emptyValue() { return std::make_pair(FirstTraits::emptyValue(), SecondTrait function in struct:WTF::PairHashTraits
202 static EmptyValueType emptyValue() { return KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType>(KeyTraits::emptyValue(), ValueTraits::emptyValue()); } function in struct:WTF::KeyValuePairHashTraits
216 static T emptyValue() { return reinterpret_cast<T>(1); } function in struct:WTF::NullableHashTraits
236 static T emptyValue() function in struct:WTF::CustomHashTraits
[all...]
H A DRetainPtr.h295 static const RetainPtr<P>& emptyValue() function in struct:WTF::RetainPtrObjectHashTraits
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderPtr.h172 static EmptyValueType emptyValue() { return nullptr; } function in struct:WTF::HashTraits
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerCodeRef.h359 static void* emptyValue() { return bitwise_cast<void*>(static_cast<intptr_t>(1)); } function in class:JSC::MacroAssemblerCodePtr
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeakInlines.h162 static EmptyValueType emptyValue() { return nullptr; } function in struct:WTF::HashTraits
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DIdentifier.h196 static int emptyValue() { return std::numeric_limits<int>::max(); } function in struct:JSC::IdentifierMapIndexHashTraits
H A DJSCJSValue.h432 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); } function in struct:JSC::EncodedJSValueHashTraits
/macosx-10.10/WebCore-7600.1.25/dom/
H A DQualifiedName.h164 static WebCore::QualifiedName emptyValue() { return WebCore::nullQName(); } function in struct:WTF::HashTraits
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontPlatformData.cpp158 static const FixedSizeFontDataKey& emptyValue() function in struct:WebCore::FixedSizeFontDataKeyTraits

Completed in 211 milliseconds