Searched refs:DefaultHash (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntRectHash.h40 return pairIntHash(DefaultHash<WebCore::IntPoint>::Hash::hash(key.location()), DefaultHash<WebCore::IntSize>::Hash::hash(key.size()));
44 return DefaultHash<WebCore::IntPoint>::Hash::equal(a.location(), b.location()) && DefaultHash<WebCore::IntSize>::Hash::equal(a.size(), b.size());
48 template<> struct DefaultHash<WebCore::IntRect> { typedef IntHash<WebCore::IntRect> Hash; }; struct in namespace:WTF
H A DIntPointHash.h42 template<> struct DefaultHash<WebCore::IntPoint> { struct in namespace:WTF
H A DIntSizeHash.h34 template<> struct DefaultHash<WebCore::IntSize> { typedef IntHash<WebCore::IntSize> Hash; }; struct in namespace:WTF
H A DFontGenericFamilies.h44 typedef HashMap<int, AtomicString, DefaultHash<int>::Hash, UScriptCodeHashTraits> ScriptFontFamilyMap;
H A DFontGlyphs.h44 typedef HashMap<int, GlyphPageTreeNode*, DefaultHash<int>::Hash> GlyphPages;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DProtectionSpaceHash.h62 template<typename T> struct DefaultHash;
63 template<> struct DefaultHash<WebCore::ProtectionSpace> { struct in namespace:WTF
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerOriginStack.h91 template<typename T> struct DefaultHash;
92 template<> struct DefaultHash<JSC::Profiler::OriginStack> { struct in namespace:WTF
H A DProfilerOrigin.h109 template<typename T> struct DefaultHash;
110 template<> struct DefaultHash<JSC::Profiler::Origin> {
H A DCallIdentifier.h85 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; struct in namespace:WTF
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDOMNamedFlowCollection.cpp74 static unsigned hash(PassRefPtr<WebKitNamedFlow> key) { return DefaultHash<String>::Hash::hash(key->name()); }
81 static unsigned hash(const String& key) { return DefaultHash<String>::Hash::hash(key); }
H A DNamedFlowCollection.cpp121 static unsigned hash(WebKitNamedFlow* key) { return DefaultHash<String>::Hash::hash(key->name()); }
128 static unsigned hash(const String& key) { return DefaultHash<String>::Hash::hash(key); }
H A DQualifiedName.h150 template<typename T> struct DefaultHash;
152 template<> struct DefaultHash<WebCore::QualifiedName> { struct in namespace:WTF
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSecurityOriginHash.h82 template<typename> struct DefaultHash;
84 template<> struct DefaultHash<RefPtr<WebCore::SecurityOrigin> > { struct in namespace:WTF
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DCookie.h78 template<typename T> struct DefaultHash;
79 template<> struct DefaultHash<WebCore::Cookie> { struct in namespace:WTF
H A DKURL.h354 template<typename T> struct DefaultHash;
355 template<> struct DefaultHash<WebCore::KURL> { struct in namespace:WTF
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DStringReference.h87 template<typename T> struct DefaultHash;
89 template<> struct DefaultHash<CoreIPC::StringReference> { struct in namespace:WTF
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DTileIndexHash.h35 template<> struct DefaultHash<TileIndex> { struct in namespace:WTF
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpKey.h100 template<typename T> struct DefaultHash;
102 template<> struct DefaultHash<JSC::RegExpKey> { struct in namespace:WTF
H A DWeakGCMap.h37 template<typename KeyArg, typename RawMappedArg, typename HashArg = typename DefaultHash<KeyArg>::Hash,
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DDFGExitProfile.h105 template<typename T> struct DefaultHash;
106 template<> struct DefaultHash<JSC::DFG::FrequentExitSite> { struct in namespace:WTF
H A DLazyOperandValueProfile.h112 template<typename T> struct DefaultHash;
113 template<> struct DefaultHash<JSC::LazyOperandValueProfileKey> { struct in namespace:WTF
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGMinifiedID.h96 template<typename T> struct DefaultHash;
97 template<> struct DefaultHash<JSC::DFG::MinifiedID> { struct in namespace:WTF
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterProgramInfo.cpp42 return string.isNull() ? 0 : DefaultHash<String>::Hash::hash(string);
H A DCustomFilterProgramInfo.h104 template<> struct DefaultHash<WebCore::CustomFilterProgramInfo> { struct in namespace:WTF
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTileIndex.h73 template<> struct DefaultHash<WebCore::TileIndex> { struct in namespace:WTF

Completed in 312 milliseconds

12