Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/text/
DStringImpl.h191 inline unsigned StringImpl::computeHash(const UChar* data, unsigned length) in computeHash() function
228 inline unsigned StringImpl::computeHash(const char* data) in computeHash() function
/external/webkit/WebCore/platform/graphics/wx/
DFontPlatformData.h91 unsigned computeHash() const { in computeHash() function
/external/skia/src/gl/
DSkTextureCache.h70 void computeHash() { in computeHash() function
/external/webkit/WebCore/platform/graphics/
DFontCache.cpp89 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey) in computeHash() function
/external/webkit/JavaScriptCore/runtime/
DUString.h101 static unsigned computeHash(const char* s) { return computeHash(s, strlen(s)); } in computeHash() function
DUString.cpp316 unsigned UString::Rep::computeHash(const UChar* s, int len) in computeHash() function in JSC::UString::Rep
359 unsigned UString::Rep::computeHash(const char* s, int l) in computeHash() function in JSC::UString::Rep