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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 59 static const bool needsDestruction = true;
WidthCache.h 118 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h 41 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h 48 static const bool needsDestruction = false;
72 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 38 static const bool needsDestruction = !IsPod<T>::value;
80 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
HashTraits.h 57 // The needsDestruction flag is used to optimize destruction and rehashing.
58 static const bool needsDestruction = true;
78 static const bool needsDestruction = false;
117 static const bool needsDestruction = false;
129 static const bool needsDestruction = false;
137 static const bool needsDestruction = false;
228 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
283 static const bool needsDestruction = KeyTraits::needsDestruction || ValueTraits::needsDestruction
    [all...]
LinkedHashSet.h 316 static const bool needsDestruction = true;
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
class_requires_finalization_field.h 36 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLVertexArrayObjectOES.h 119 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 181 static const bool needsDestruction = false;
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 49 static const bool needsDestruction = true;
70 VectorTraits<T>::needsDestruction> {
242 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 331 static const bool needsDestruction = false;
334 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
HeapTest.cpp 182 static const bool needsDestruction = false;
    [all...]

Completed in 693 milliseconds