HomeSort by relevance Sort by last modified time
    Searched refs:StringHasher (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
StringHasher.h 1 #include <JavaScriptCore/StringHasher.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
StringHasher.h 3 #include <JavaScriptCore/StringHasher.h>
  /external/webkit/Source/JavaScriptCore/wtf/
StringHasher.h 34 class StringHasher {
36 inline StringHasher()
93 StringHasher hasher;
110 StringHasher hasher;
176 using WTF::StringHasher;
  /external/clang/test/PCH/
cxx-templates.cpp 51 struct StringHasher {
63 return StringHasher::createHash<char, foldCase>(data, length);
  /external/webkit/Source/WebCore/platform/network/
ProtectionSpaceHash.h 49 return StringHasher::hashMemory(hashCodes, codeCount);
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyDescription.h 72 return StringHasher::hashMemory<sizeof(SVGAnimatedPropertyDescription)>(&key);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringHash.h 29 #include <wtf/StringHasher.h>
107 return StringHasher::computeHash<UChar, foldCase<UChar> >(data, length);
117 return StringHasher::computeHash<char, foldCase<char> >(data, length);
AtomicString.cpp 90 return StringHasher::computeHash(c);
179 return StringHasher::computeHash(buf.s, buf.length);
204 ASSERT(buffer.hash == StringHasher::computeHash(buffer.characters, buffer.length));
StringImpl.h 32 #include <wtf/StringHasher.h>
139 ASSERT(hash == StringHasher::computeHash(m_data, m_length));
238 unsigned hash() const { if (!m_hash) m_hash = StringHasher::computeHash(m_data, m_length); return m_hash; }
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 131 StringHasher::computeHash(thisFont->GetFaceName().utf8_str().data())
134 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/WebCore/page/
SecurityOriginHash.h 46 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/WebCore/platform/cf/
SchedulePair.h 76 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.h 109 return StringHasher::hashMemory<sizeof(HFONT)>(&m_hfont);
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 78 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/JavaScriptCore/profiler/
CallIdentifier.h 66 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/WebCore/dom/
QualifiedName.h 116 return StringHasher::hashMemory<sizeof(QualifiedNameComponents)>(&buf);
StyledElement.cpp 406 StringHasher hasher;
  /external/webkit/Source/JavaScriptCore/runtime/
Identifier.cpp 94 return StringHasher::computeHash<char>(c);
154 return StringHasher::computeHash<UChar>(buf.s, buf.length);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 31 #include <wtf/StringHasher.h>
322 StringHasher stringHasher;
328 stringHasher.addCharacter(*data++);
355 stringHasher.addCharacter(static_cast<UChar>(character)); // normal case
358 stringHasher.addCharacters(static_cast<UChar>(U16_LEAD(character)),
365 return stringHasher.hash();
  /external/webkit/Source/WebCore/platform/
LinkHash.cpp 200 return AlreadyHashed::avoidDeletedValue(StringHasher::computeHash(url, length));
  /external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp 318 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 261 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
FontCache.cpp 107 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 351 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 381 return StringHasher::computeHash(reinterpret_cast<const UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));

Completed in 720 milliseconds

1 2