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

1 2 3 4 5 6 7

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/
StringHash.h 1 #include <JavaScriptCore/StringHash.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/text/
StringHash.h 3 #include <JavaScriptCore/StringHash.h>
  /external/webkit/Source/WebCore/platform/
KURLHash.h 31 #include <wtf/text/StringHash.h>
43 return StringHash::equal(a.string(), b.string());
Cookie.h 30 #include <wtf/text/StringHash.h>
65 return StringHash::hash(key.name) + StringHash::hash(key.domain) + StringHash::hash(key.path) + key.secure;
SchemeRegistry.h 31 #include <wtf/text/StringHash.h>
  /external/webkit/Source/JavaScriptCore/bytecode/
JumpTable.cpp 33 #include <wtf/text/StringHash.h>
  /frameworks/compile/mclinker/include/mcld/Support/
PathCache.h 18 #include "mcld/ADT/StringHash.h"
31 typedef HashTable<HashEntryType, StringHash<BKDR>, EntryFactory<HashEntryType> > PathCache;
  /frameworks/compile/mclinker/include/mcld/LD/
ObjectReader.h 17 #include <mcld/ADT/StringHash.h>
34 StringHash<ELF>,
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassV8.h 33 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/storage/chromium/
QuotaTracker.h 39 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebKit/win/
WebKitDLL.h 36 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebKit2/Shared/
CommandLine.h 30 #include <wtf/text/StringHash.h>
  /external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.h 35 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/css/
CSSPropertySourceData.cpp 41 #include <wtf/text/StringHash.h>
102 return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31;
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 1 //===- StringHash.h ---------------------------------------------------------===//
37 /** \class template<size_t TYPE> StringHash
38 * \brief the template StringHash class, for specification
41 struct StringHash : public std::unary_function<const llvm::StringRef&, size_t>
45 llvm::report_fatal_error("Undefined StringHash function.\n");
49 /** \class StringHash<RSHash>
50 * \brief RS StringHash funciton
53 struct StringHash<RS> : public std::unary_function<const llvm::StringRef&, size_t>
69 /** \class StringHash<JSHash>
73 struct StringHash<JS> : public std::unary_function<const llvm::StringRef&, size_t
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.h 33 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/platform/android/
PackageNotifier.h 36 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/platform/efl/
CookieJarEfl.cpp 34 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.h 31 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 40 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h 33 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontCacheQt.cpp 35 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.h 39 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/rendering/
RenderApplet.h 26 #include <wtf/text/StringHash.h>
  /external/webkit/Source/WebCore/storage/
SQLTransactionCoordinator.h 40 #include <wtf/text/StringHash.h>

Completed in 478 milliseconds

1 2 3 4 5 6 7