Home
last modified time | relevance | path

Searched defs:computeHash (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DStringHasher.h91 …template<typename T, UChar Converter(T)> static inline unsigned computeHash(const T* data, unsigne… in computeHash() function
108 template<typename T, UChar Converter(T)> static inline unsigned computeHash(const T* data) in computeHash() function
128 template<typename T> static inline unsigned computeHash(const T* data, unsigned length) in computeHash() function
133 template<typename T> static inline unsigned computeHash(const T* data) in computeHash() function
DSHA1.cpp129 void SHA1::computeHash(Vector<uint8_t, 20>& digest) in computeHash() function in WTF::SHA1
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp118 unsigned FontPlatformData::computeHash() const in computeHash() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/
DFontCache.cpp98 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey) in computeHash() function