HomeSort by relevance Sort by last modified time
    Searched refs:emptyValueIsZero (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementDescriptorHash.h 61 static const bool emptyValueIsZero = HashTraits<AtomicString>::emptyValueIsZero;
QualifiedName.h 158 static const bool emptyValueIsZero = false;
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 43 // The emptyValueIsZero flag is used to optimize allocation of empty hash tables with zeroed memory.
44 static const bool emptyValueIsZero = false;
65 static const bool emptyValueIsZero = true;
110 static const bool emptyValueIsZero = false;
118 static const bool emptyValueIsZero = true;
125 static const bool emptyValueIsZero = true;
188 static const bool emptyValueIsZero = FirstTraits::emptyValueIsZero && SecondTraits::emptyValueIsZero;
234 static const bool emptyValueIsZero = KeyTraits::emptyValueIsZero && ValueTraits::emptyValueIsZero
    [all...]
HashTable.h 611 template<bool emptyValueIsZero> struct HashTableBucketInitializer;
633 HashTableBucketInitializer<Traits::emptyValueIsZero>::template initialize<Traits>(bucket);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntSizeHash.h 40 static const bool emptyValueIsZero = true;
FontCache.cpp 264 static const bool emptyValueIsZero = true;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h 53 static const bool emptyValueIsZero = true;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SkSizeHash.h 47 static const bool emptyValueIsZero = true;
71 static const bool emptyValueIsZero = true;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Settings.h 54 static const bool emptyValueIsZero = false;

Completed in 81 milliseconds