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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 59 static const bool needsDestruction = true;
WidthCache.h 109 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;
74 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;
66 static const bool needsDestruction = false;
99 static const bool needsDestruction = false;
111 static const bool needsDestruction = false;
119 static const bool needsDestruction = false;
191 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
237 static const bool needsDestruction = KeyTraits::needsDestruction || ValueTraits::needsDestruction
    [all...]

Completed in 128 milliseconds