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

/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWx.cpp118 unsigned FontPlatformData::computeHash() const function in class:WebCore::FontPlatformData
131 StringHasher::computeHash(thisFont->GetFaceName().utf8_str().data())
/external/webkit/Source/JavaScriptCore/wtf/
H A DStringHasher.h91 template<typename T, UChar Converter(T)> static inline unsigned computeHash(const T* data, unsigned length) function in class:WTF::StringHasher
108 template<typename T, UChar Converter(T)> static inline unsigned computeHash(const T* data) function in class:WTF::StringHasher
128 template<typename T> static inline unsigned computeHash(const T* data, unsigned length) function in class:WTF::StringHasher
130 return computeHash<T, defaultCoverter>(data, length);
133 template<typename T> static inline unsigned computeHash(const T* data) function in class:WTF::StringHasher
135 return computeHash<T, defaultCoverter>(data);
141 return computeHash<UChar>(static_cast<const UChar*>(data), length / sizeof(UChar));
147 return computeHash<UChar>(static_cast<const UChar*>(data), size / sizeof(UChar));
/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp98 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey) function in namespace:WebCore
113 return computeHash(font);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1587 milliseconds