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/core/platform/graphics/
IntSizeHash.h 41 static const bool needsDestruction = false;
WidthCache.h 109 static const bool needsDestruction = false;
FontCache.cpp 265 static const bool needsDestruction = true;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SkSizeHash.h 48 static const bool needsDestruction = false;
72 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 42 static const bool needsDestruction = true;
54 static const bool needsDestruction = false;
90 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 767 milliseconds