/external/webkit/WebCore/platform/graphics/wx/ |
D | FontPlatformDataWx.cpp | 106 unsigned FontPlatformData::computeHash() const { in computeHash() function in WebCore::FontPlatformData 114 StringImpl::computeHash(thisFont->GetFaceName().utf8_str()) }; in computeHash() 116 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in computeHash()
|
D | FontPlatformData.h | 97 return computeHash(); in hash() 101 unsigned computeHash() const;
|
/external/webkit/JavaScriptCore/runtime/ |
D | UStringImpl.h | 157 unsigned hash() const { if (!m_hash) m_hash = computeHash(data(), m_length); return m_hash; } in hash() 159 …void setHash(unsigned hash) { ASSERT(hash == computeHash(data(), m_length)); m_hash = hash; } // f… in setHash() 175 …static unsigned computeHash(const UChar* s, int length) { ASSERT(length >= 0); return WTF::stringH… in computeHash() function 176 …static unsigned computeHash(const char* s, int length) { ASSERT(length >= 0); return WTF::stringHa… in computeHash() function 177 static unsigned computeHash(const char* s) { return WTF::stringHash(s); } in computeHash() function
|
D | Identifier.cpp | 104 return UString::Rep::computeHash(c); in hash() 166 return UString::Rep::computeHash(buf.s, buf.length); in hash()
|
/external/webkit/WebCore/platform/text/ |
D | StringImpl.h | 107 unsigned hash() { if (m_hash == 0) m_hash = computeHash(m_data, m_length); return m_hash; } in hash() 109 …inline static unsigned computeHash(const UChar* data, unsigned length) { return WTF::stringHash(da… in computeHash() function 110 inline static unsigned computeHash(const char* data) { return WTF::stringHash(data); } in computeHash() function
|
D | AtomicString.cpp | 51 return StringImpl::computeHash(c); in hash() 137 return StringImpl::computeHash(buf.s, buf.length); in hash() 162 ASSERT(buffer.hash == StringImpl::computeHash(buffer.characters, buffer.length)); in hash()
|
/external/skia/src/gl/ |
D | SkTextureCache.h | 35 this->computeHash(); in Key() 70 void computeHash() { in computeHash() function
|
/external/webkit/WebCore/platform/graphics/ |
D | FontCache.cpp | 89 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey) in computeHash() function 97 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in computeHash() 103 return computeHash(font); in hash()
|
/external/webkit/WebCore/page/ |
D | SecurityOriginHash.h | 46 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in hash()
|
/external/webkit/WebCore/platform/network/ |
D | ProtectionSpaceHash.h | 49 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), codeCount); in hash()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontPlatformDataChromiumWin.h | 105 …return StringImpl::computeHash(reinterpret_cast<const UChar*>(&m_hfont), sizeof(HFONT) / sizeof(UC… in hash()
|
/external/webkit/WebCore/platform/cf/ |
D | SchedulePair.h | 76 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in hash()
|
D | BinaryPropertyList.cpp | 95 …return StringImpl::computeHash(reinterpret_cast<const UChar*>(array.integers()), array.size() / (s… in hash()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | FontPlatformData.h | 99 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in hash()
|
/external/webkit/JavaScriptCore/profiler/ |
D | CallIdentifier.h | 63 … return UString::Rep::computeHash(reinterpret_cast<char*>(hashCodes), sizeof(hashCodes)); in hash()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontPlatformData.h | 100 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in hash()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontPlatformData.h | 125 …return StringImpl::computeHash(reinterpret_cast<const UChar*>(&m_hfont), sizeof(HFONT) / sizeof(UC… in hash()
|
/external/webkit/WebCore/svg/ |
D | SVGAnimatedTemplate.h | 77 …return StringImpl::computeHash(reinterpret_cast<const UChar*>(&key), sizeof(SVGAnimatedTypeWrapper… in hash()
|
/external/webkit/WebCore/platform/ |
D | LinkHash.cpp | 152 return AlreadyHashed::avoidDeletedValue(StringImpl::computeHash(url, length)); in visitedLinkHash()
|
/external/webkit/WebCore/plugins/win/ |
D | PluginPackageWin.cpp | 315 …return StringImpl::computeHash(reinterpret_cast<const UChar*>(hashCodes), sizeof(hashCodes) / size… in hash()
|
/external/webkit/WebCore/plugins/ |
D | PluginPackage.cpp | 321 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in hash()
|
/external/webkit/WebCore/plugins/android/ |
D | PluginPackageAndroid.cpp | 381 return StringImpl::computeHash(reinterpret_cast<const UChar*>(hashCodes), in hash()
|
/external/webkit/WebCore/bindings/js/ |
D | JSSVGPODTypeWrapper.h | 326 …return StringImpl::computeHash(reinterpret_cast<const UChar*>(&info), sizeof(CacheInfo) / sizeof(U… in hash()
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | FontPlatformData.cpp | 149 …return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UCh… in hash()
|
/external/webkit/WebCore/loader/appcache/ |
D | ApplicationCacheStorage.cpp | 91 …return AlreadyHashed::avoidDeletedValue(StringImpl::computeHash(url.string().characters() + hostSt… in urlHostHash()
|