IntHash            38 Source/core/frame/csp/CSPSourceList.cpp     typedef IntHash<WebCore::ContentSecurityPolicyHashAlgorithm> Hash;
IntHash           312 Source/core/inspector/DOMPatchSupport.cpp     HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > usedNewOrdinals;
IntHash           349 Source/core/inspector/DOMPatchSupport.cpp     HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> >  usedOldOrdinals;
IntHash            40 Source/core/rendering/style/StyleGridData.h typedef HashMap<size_t, Vector<String>, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > OrderedNamedGridLines;
IntHash           124 Source/platform/fonts/FontCache.cpp typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, WTF::IntHash<FontCache::FontFileKey>, WTF::UnsignedWithZeroKeyHashTraits<FontCache::FontFileKey> > FontVerticalDataCache;
IntHash            72 Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp typedef HashMap<uint64_t, RefPtr<FaceCacheEntry>, WTF::IntHash<uint64_t>, WTF::UnsignedWithZeroKeyHashTraits<uint64_t> > HarfBuzzFaceCache;
IntHash            29 Source/platform/geometry/IntSizeHash.h template<> struct IntHash<WebCore::IntSize> {
IntHash            36 Source/platform/geometry/IntSizeHash.h     typedef IntHash<WebCore::IntSize> Hash;
IntHash            73 Source/platform/graphics/filters/SkiaImageFilterBuilder.h     typedef IntHash<unsigned> Hash;
IntHash            36 Source/platform/graphics/skia/SkSizeHash.h template<> struct IntHash<SkSize> {
IntHash            43 Source/platform/graphics/skia/SkSizeHash.h     typedef IntHash<SkSize> Hash;
IntHash            60 Source/platform/graphics/skia/SkSizeHash.h template<> struct IntHash<SkISize> {
IntHash            67 Source/platform/graphics/skia/SkSizeHash.h     typedef IntHash<SkISize> Hash;
IntHash           292 Source/platform/heap/HeapTest.cpp     unsigned hash() { return IntHash<int>::hash(m_x); }
IntHash          2308 Source/platform/heap/HeapTest.cpp     unsigned hash() { return IntHash<int>::hash(m_x); }
IntHash           130 Source/wtf/HashFunctions.h             return IntHash<uintptr_t>::hash(reinterpret_cast<uintptr_t>(key));
IntHash           180 Source/wtf/HashFunctions.h     template<> struct DefaultHash<short> { typedef IntHash<unsigned> Hash; };
IntHash           181 Source/wtf/HashFunctions.h     template<> struct DefaultHash<unsigned short> { typedef IntHash<unsigned> Hash; };
IntHash           182 Source/wtf/HashFunctions.h     template<> struct DefaultHash<int> { typedef IntHash<unsigned> Hash; };
IntHash           183 Source/wtf/HashFunctions.h     template<> struct DefaultHash<unsigned> { typedef IntHash<unsigned> Hash; };
IntHash           184 Source/wtf/HashFunctions.h     template<> struct DefaultHash<long> { typedef IntHash<unsigned long> Hash; };
IntHash           185 Source/wtf/HashFunctions.h     template<> struct DefaultHash<unsigned long> { typedef IntHash<unsigned long> Hash; };
IntHash           186 Source/wtf/HashFunctions.h     template<> struct DefaultHash<long long> { typedef IntHash<unsigned long long> Hash; };
IntHash           187 Source/wtf/HashFunctions.h     template<> struct DefaultHash<unsigned long long> { typedef IntHash<unsigned long long> Hash; };
IntHash           190 Source/wtf/HashFunctions.h     template<> struct DefaultHash<wchar_t> { typedef IntHash<wchar_t> Hash; };
IntHash           228 Source/wtf/HashFunctions.h using WTF::IntHash;
IntHash           133 Source/wtf/text/StringHash.h     struct AlreadyHashed : IntHash<unsigned> {