HomeSort by relevance Sort by last modified time
    Searched defs:needsDestruction (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 40 static const bool needsDestruction = true;
52 static const bool needsDestruction = false;
85 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
HashTraits.h 42 static const bool needsDestruction = true;
48 static const bool needsDestruction = false;
61 static const bool needsDestruction = false;
73 static const bool needsDestruction = false;
81 static const bool needsDestruction = false;
106 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
  /external/webkit/Source/WebCore/platform/graphics/
IntPointHash.h 36 static const bool needsDestruction = false;
IntRectHash.h 52 static const bool needsDestruction = false;
IntSizeHash.h 38 static const bool needsDestruction = false;
FontCache.cpp 232 static const bool needsDestruction = true;
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 146 static const bool needsDestruction = false;
  /external/webkit/Source/JavaScriptCore/runtime/
SymbolTable.h 119 static const bool needsDestruction = false;
StructureTransitionTable.h 66 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 147 static const bool needsDestruction = false;
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 58 static const bool needsDestruction = false;
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.cpp 82 static const bool needsDestruction = false;
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 419 static const bool needsDestruction = false;

Completed in 479 milliseconds