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

/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTraits.h55 static T emptyValue() { return T(); } function in struct:WTF::GenericHashTraits
62 static T emptyValue() { return std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
74 static T emptyValue() { return std::numeric_limits<T>::max(); } function in struct:WTF::UnsignedWithZeroKeyHashTraits
104 static TraitType emptyValue() { return make_pair(FirstTraits::emptyValue(), SecondTraits::emptyValue()); } function in struct:WTF::PairHashTraits
/external/webkit/Source/WebCore/platform/graphics/
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.cpp233 static const FontPlatformData& emptyValue() function in struct:WebCore::FontDataCacheKeyTraits
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributes.cpp47 xValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
48 yValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
49 dxValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
50 dyValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
51 rotateValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
56 xValues.append(SVGTextLayoutAttributes::emptyValue());
57 yValues.append(SVGTextLayoutAttributes::emptyValue());
58 dxValues.append(SVGTextLayoutAttributes::emptyValue());
59 dyValues.append(SVGTextLayoutAttributes::emptyValue());
60 rotateValues.append(SVGTextLayoutAttributes::emptyValue());
77 float SVGTextLayoutAttributes::emptyValue() function in class:WebCore::SVGTextLayoutAttributes
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructureTransitionTable.h64 static TraitType emptyValue() { return std::make_pair(FirstTraits::emptyValue(), SecondTraits::emptyValue()); } function in struct:JSC::StructureTransitionTable::HashTraits
H A DSymbolTable.h117 static SymbolTableEntry emptyValue() { return SymbolTableEntry(); } function in struct:JSC::SymbolTableIndexHashTraits
H A DJSValue.h372 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); } function in struct:JSC::EncodedJSValueHashTraits
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.h146 static WebCore::QualifiedName emptyValue() { return WebCore::QualifiedName(nullAtom, nullAtom, nullAtom); } function in struct:WTF::HashTraits
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTilerChromium.h148 static TileMapKey emptyValue() { return std::make_pair(-1, -1); } function in struct:WebCore::LayerTilerChromium::TileMapKeyTraits
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp164 static const FixedSizeFontDataKey& emptyValue() function in struct:WebCore::FixedSizeFontDataKeyTraits
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h417 static int emptyValue() { return std::numeric_limits<int>::max(); } function in struct:JSC::BytecodeGenerator::IdentifierMapIndexHashTraits
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1694 milliseconds