Home
last modified time | relevance | path

Searched refs:hashMemory (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DStringHasher.h138 template<size_t length> static inline unsigned hashMemory(const void* data) in hashMemory() function
144 static inline unsigned hashMemory(const void* data, unsigned size) in hashMemory() function
/external/webkit/Source/WebCore/platform/network/
DProtectionSpaceHash.h49 return StringHasher::hashMemory(hashCodes, codeCount); in hash()
/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPropertyDescription.h72 return StringHasher::hashMemory<sizeof(SVGAnimatedPropertyDescription)>(&key); in hash()
/external/webkit/Source/WebCore/page/
DSecurityOriginHash.h46 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h78 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/external/webkit/Source/WebCore/platform/cf/
DSchedulePair.h76 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
DBinaryPropertyList.cpp95 return StringHasher::hashMemory(array.integers(), array.size() * sizeof(int)); in hash()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.h109 return StringHasher::hashMemory<sizeof(HFONT)>(&m_hfont); in hash()
/external/webkit/Source/JavaScriptCore/profiler/
DCallIdentifier.h66 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp134 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in computeHash()
/external/webkit/Source/WebCore/dom/
DQualifiedName.h116 return StringHasher::hashMemory<sizeof(QualifiedNameComponents)>(&buf); in hashComponents()
DDocument.cpp4434 return StringHasher::hashMemory<sizeof(FormElementKey)>(&key); in hash()
/external/webkit/Source/WebCore/plugins/win/
DPluginPackageWin.cpp318 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/external/webkit/Source/WebCore/plugins/
DPluginPackage.cpp351 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h261 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
DFontCache.cpp107 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in computeHash()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp151 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp97 return StringHasher::hashMemory(state, sizeof(PlatformGraphicsContext::State)); in hash()
113 return StringHasher::hashMemory(paint, sizeof(SkPaint)); in hash()
/external/webkit/Source/JavaScriptCore/
DChangeLog4231 Rename createHash to computeHash and createBlobHash to hashMemory.
4241 (WTF::StringHasher::hashMemory):
/external/webkit/Source/WebCore/
DChangeLog41788 Rename createHash to computeHash and createBlobHash to hashMemory.