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

/external/webkit/Source/JavaScriptCore/wtf/
H A DVectorTraits.h40 static const bool needsDestruction = true; member in struct:WTF::VectorTraitsBase
52 static const bool needsDestruction = false; member in struct:WTF::VectorTraitsBase
85 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction; member in struct:WTF::VectorTraits
H A DHashTraits.h42 static const bool needsDestruction = true; member in struct:WTF::GenericHashTraitsBase
48 static const bool needsDestruction = false; member in struct:WTF::GenericHashTraitsBase
61 static const bool needsDestruction = false; member in struct:WTF::FloatHashTraits
73 static const bool needsDestruction = false; member in struct:WTF::UnsignedWithZeroKeyHashTraits
81 static const bool needsDestruction = false; member in struct:WTF::HashTraits
106 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction; member in struct:WTF::PairHashTraits
/external/webkit/Source/WebCore/platform/graphics/
H A DIntPointHash.h36 static const bool needsDestruction = false; member in struct:WTF::HashTraits
H A DIntRectHash.h52 static const bool needsDestruction = false; member in struct:WTF::HashTraits
H A DIntSizeHash.h38 static const bool needsDestruction = false; member in struct:WTF::HashTraits
H A DFontCache.cpp232 static const bool needsDestruction = true; member in struct:WebCore::FontDataCacheKeyTraits
/external/webkit/Source/JavaScriptCore/heap/
H A DLocal.h146 static const bool needsDestruction = false; member in struct:WTF::VectorTraits
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructureTransitionTable.h66 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction; member in struct:JSC::StructureTransitionTable::HashTraits
H A DSymbolTable.h119 static const bool needsDestruction = false; member in struct:JSC::SymbolTableIndexHashTraits
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTilerChromium.h147 static const bool needsDestruction = false; member in struct:WebCore::LayerTilerChromium::TileMapKeyTraits
/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp58 static const bool needsDestruction = false; member in struct:WebCore::MappedAttributeKeyTraits
/external/webkit/Source/WebCore/platform/cf/
H A DBinaryPropertyList.cpp82 static const bool needsDestruction = false; member in struct:WebCore::IntegerArrayHashTraits
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h419 static const bool needsDestruction = false; member in struct:JSC::BytecodeGenerator::IdentifierMapIndexHashTraits

Completed in 501 milliseconds