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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoadPriorityOptimizer.h 71 typedef HashMap<unsigned long, OwnPtr<ResourceAndVisibility>, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > ImageResourceMap;
  /external/chromium_org/third_party/WebKit/Source/platform/
Crypto.h 62 struct HashTraits<WebCore::HashAlgorithm> : UnsignedWithZeroKeyHashTraits<WebCore::HashAlgorithm> {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMActivityLogger.cpp 17 typedef HashMap<int, OwnPtr<V8DOMActivityLogger>, WTF::IntHash<int>, WTF::UnsignedWithZeroKeyHashTraits<int> > DOMActivityLoggerMapForIsolatedWorld;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleGridData.h 40 typedef HashMap<size_t, Vector<String>, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > OrderedNamedGridLines;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp 72 typedef HashMap<uint64_t, RefPtr<FaceCacheEntry>, WTF::IntHash<uint64_t>, WTF::UnsignedWithZeroKeyHashTraits<uint64_t> > HarfBuzzFaceCache;
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 115 typedef WillBeHeapHashMap<CSSSelector::PseudoType, RefPtrWillBeMember<DescendantInvalidationSet>, WTF::IntHash<unsigned>, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > PseudoTypeInvalidationSetMap;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 195 typedef HashMap<uint32_t, WidthCacheEntry, DefaultHash<uint32_t>::Hash, WTF::UnsignedWithZeroKeyHashTraits<uint32_t> > SingleCharMap;
FontCache.cpp 124 typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, WTF::IntHash<FontCache::FontFileKey>, WTF::UnsignedWithZeroKeyHashTraits<FontCache::FontFileKey> > FontVerticalDataCache;
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSetTest.cpp 37 struct InitialCapacityTestHashTraits : public WTF::UnsignedWithZeroKeyHashTraits<int> {
HashTraits.h 123 template<typename T> struct UnsignedWithZeroKeyHashTraits : GenericHashTraits<T> {
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 371 typedef WillBeHeapHashMap<unsigned, RefPtrWillBeMember<EventTarget>, DefaultHash<unsigned>::Hash, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > TouchTargetMap;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 311 HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > usedNewOrdinals;
348 HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > usedOldOrdinals;

Completed in 340 milliseconds