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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 59 static const bool needsDestruction = true;
WidthCache.h 120 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 51 // The needsDestruction flag is used to optimize destruction and rehashing.
52 static const bool needsDestruction = true;
74 static const bool needsDestruction = false;
113 static const bool needsDestruction = false;
125 static const bool needsDestruction = false;
133 static const bool needsDestruction = false;
224 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
270 static const bool needsDestruction = KeyTraits::needsDestruction || ValueTraits::needsDestruction
    [all...]
LinkedHashSet.h 319 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/css/
RuleFeature.h 186 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> {
227 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
HeapTest.cpp 184 static const bool needsDestruction = false;
    [all...]

Completed in 319 milliseconds