Hash 90 Source/core/dom/NodeRareData.h return DefaultHash<StringImpl*>::Hash::hash(entry.second) + entry.first; Hash 93 Source/core/dom/NodeRareData.h static const bool safeToCompareToEmptyOrDeleted = DefaultHash<StringImpl*>::Hash::safeToCompareToEmptyOrDeleted; Hash 115 Source/core/rendering/FloatingObjects.h static unsigned hash(FloatingObject* key) { return DefaultHash<RenderBox*>::Hash::hash(key->renderer()); } Hash 120 Source/core/rendering/FloatingObjects.h static unsigned hash(RenderBox* key) { return DefaultHash<RenderBox*>::Hash::hash(key); } Hash 224 Source/core/svg/SVGElement.h return DefaultHash<QualifiedName>::Hash::hash(key); Hash 44 Source/platform/fonts/FontFallbackList.h typedef HashMap<int, GlyphPageTreeNode*, DefaultHash<int>::Hash> GlyphPages; Hash 398 Source/platform/heap/Handle.h typename HashArg = typename DefaultHash<KeyArg>::Hash, Hash 405 Source/platform/heap/Handle.h typename HashArg = typename DefaultHash<ValueArg>::Hash, Hash 1376 Source/platform/heap/Heap.h typename HashArg = typename DefaultHash<KeyArg>::Hash, Hash 1383 Source/platform/heap/Heap.h typename HashArg = typename DefaultHash<ValueArg>::Hash, Hash 30 Source/wtf/HashCountedSet.h template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash, Hash 162 Source/wtf/HashFunctions.h return pairIntHash(DefaultHash<T>::Hash::hash(p.first), DefaultHash<U>::Hash::hash(p.second)); Hash 166 Source/wtf/HashFunctions.h return DefaultHash<T>::Hash::equal(a.first, b.first) && DefaultHash<U>::Hash::equal(a.second, b.second); Hash 168 Source/wtf/HashFunctions.h static const bool safeToCompareToEmptyOrDeleted = DefaultHash<T>::Hash::safeToCompareToEmptyOrDeleted Hash 169 Source/wtf/HashFunctions.h && DefaultHash<U>::Hash::safeToCompareToEmptyOrDeleted; Hash 46 Source/wtf/HashMap.h typename HashArg = typename DefaultHash<KeyArg>::Hash, Hash 65 Source/wtf/HashMapTest.cpp return DefaultHash<double>::Hash::hash(key) & (TestDoubleHashTraits::minimumTableSize - 1); Hash 37 Source/wtf/HashSet.h typename HashArg = typename DefaultHash<ValueArg>::Hash, Hash 42 Source/wtf/HashSetTest.cpp HashSet<int, DefaultHash<int>::Hash, InitialCapacityTestHashTraits<initialCapacity> > testSet; Hash 58 Source/wtf/ListHashSet.h template<typename ValueArg, size_t inlineCapacity = 256, typename HashArg = typename DefaultHash<ValueArg>::Hash> class ListHashSet {