HomeSort by relevance Sort by last modified time
    Searched defs:hashCodes (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/page/
SecurityOriginHash.h 41 unsigned hashCodes[3] = {
46 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
  /external/webkit/WebCore/platform/cf/
SchedulePair.h 75 uintptr_t hashCodes[2] = { reinterpret_cast<uintptr_t>(pair->runLoop()), pair->mode() ? CFHash(pair->mode()) : 0 };
76 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 112 uintptr_t hashCodes[6] = { thisFont->GetPointSize(), thisFont->GetFamily(), thisFont->GetStyle(),
116 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
  /external/webkit/WebCore/platform/network/
ProtectionSpaceHash.h 37 unsigned hashCodes[5] = {
45 unsigned codeCount = sizeof(hashCodes) / sizeof(UChar);
48 codeCount -= sizeof(hashCodes[0]) / sizeof(UChar);
49 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), codeCount);
  /external/webkit/JavaScriptCore/profiler/
CallIdentifier.h 58 unsigned hashCodes[3] = {
63 return UString::Rep::computeHash(reinterpret_cast<char*>(hashCodes), sizeof(hashCodes));
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformData.h 99 uintptr_t hashCodes[2] = { (uintptr_t)m_font, m_syntheticBold << 1 | m_syntheticOblique };
100 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
  /external/webkit/WebCore/plugins/
PluginPackage.cpp 316 unsigned hashCodes[] = {
321 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 375 const unsigned hashCodes[] = {
381 return StringImpl::computeHash(reinterpret_cast<const UChar*>(hashCodes),
382 sizeof(hashCodes) / sizeof(UChar));
  /external/webkit/WebCore/platform/graphics/
FontCache.cpp 91 unsigned hashCodes[4] = {
97 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 144 unsigned hashCodes[] = {
149 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));

Completed in 179 milliseconds