Searched defs:h*h (Results 401 - 425 of 1162) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DCString.h97 static unsigned hash(const CString& string) { return string.hash(); } function in struct:WTF::CStringHash
H A DStringHash.h45 static unsigned hash(StringImpl* key) { return key->hash(); } function in struct:WTF::StringHash
51 static unsigned hash(const RefPtr<StringImpl>& key) { return key->hash(); } function in struct:WTF::StringHash
65 static unsigned hash(const String& key) { return key.impl()->hash(); } function in struct:WTF::StringHash
84 static unsigned hash(const UChar* data, unsigned length) function in class:WTF::CaseFoldingHash
89 static unsigned hash(StringImp function in class:WTF::CaseFoldingHash
95 static unsigned hash(StringImpl* string) function in class:WTF::CaseFoldingHash
101 static unsigned hash(const LChar* data, unsigned length) function in class:WTF::CaseFoldingHash
106 static inline unsigned hash(const char* data, unsigned length) function in class:WTF::CaseFoldingHash
116 static unsigned hash(const RefPtr<StringImpl>& key) function in class:WTF::CaseFoldingHash
126 static unsigned hash(const String& key) function in class:WTF::CaseFoldingHash
130 static unsigned hash(const AtomicString& key) function in class:WTF::CaseFoldingHash
152 static unsigned hash(unsigned key) { return key; } function in struct:WTF::AlreadyHashed
158 avoidDeletedValue(unsigned hash) argument
[all...]
H A DStringImpl.h505 bool hasHash() const function in class:WTF::StringImpl
516 unsigned hash() const function in class:WTF::StringImpl
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/unicode/
H A DCharacterNames.h53 const UChar hebrewPunctuationGeresh = 0x05F3; member in namespace:WTF::Unicode
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp91 unsigned IntegerArrayHash::hash(const IntegerArray& array) function in class:IntegerArrayHash
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebKitCOMAPI.cpp35 static unsigned hash(const CLSID& clsid) function in struct:CLSIDHash
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp155 bool PlatformStrategiesWinCE::isLinkVisited(Page* page, LinkHash hash, const URL&, const AtomicString&) argument
160 void PlatformStrategiesWinCE::addVisitedLink(Page* page, LinkHash hash) argument
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DIDBIdentifier.h62 unsigned hash() const function in class:WebKit::IDBIdentifier
99 static unsigned hash(const IDBIdentifier& a) { return a.hash(); } function in struct:WebKit::IDBIdentifierHash
H A DUniqueIDBDatabaseIdentifier.cpp58 unsigned UniqueIDBDatabaseIdentifier::hash() const function in class:WebKit::UniqueIDBDatabaseIdentifier
H A DUniqueIDBDatabaseIdentifier.h64 static unsigned hash(const UniqueIDBDatabaseIdentifier& identifier) { return identifier.hash(); } function in struct:WebKit::UniqueIDBDatabaseIdentifierHash
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DStringReference.cpp59 unsigned StringReference::Hash::hash(const StringReference& a) function in class:IPC::StringReference::Hash
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscallPolicy.cpp48 bool SyscallPolicy::hasPermissionForPath(const char* path, Permission permission) const function in class:WebKit::SyscallPolicy
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.cpp1327 void EwkView::handleMouseDownForTouch(void*, Evas*, Evas_Object* ewkView, void* eventInfo) function in class:EwkView
1332 void EwkView::handleMouseUpForTouch(void*, Evas*, Evas_Object* ewkView, void* eventInfo) function in class:EwkView
1337 void EwkView::handleMouseMoveForTouch(void*, Evas*, Evas_Object* ewkView, void* eventInfo) function in class:EwkView
1342 void EwkView::handleMultiDownForTouch(void*, Evas*, Evas_Object* ewkView, void* eventInfo) function in class:EwkView
1347 void EwkView::handleMultiUpForTouch(void*, Evas*, Evas_Object* ewkView, void* eventInfo) function in class:EwkView
1352 void EwkView::handleMultiMoveForTouch(void*, Evas*, Evas_Object* ewkView, void* eventInfo) function in class:EwkView
[all...]
H A DGestureRecognizer.cpp263 void GestureHandler::handlePinch(const Vector<IntPoint>&) function in class:WebKit::GestureHandler
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DHTTPRequest.cpp57 size_t headersLength = request->parseHeaders(pos, remainingLength, failureReason); local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPlugInAutoStartProvider.cpp137 unsigned hash = hashTime.key.toUInt(&ok); local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContext.cpp429 String hstsDatabasePath = networkingHSTSDatabasePath(); local
635 String hstsDatabasePath = webContentHSTSDatabasePath(); local
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_auth_digest.c1042 static void gen_nonce_hash(char *hash, const char *timestr, const char *opaque, argument
1485 char tmp, hash[NONCE_HASH_LEN+1]; local
[all...]
H A Dmod_auth_form.c543 const char *hash = NULL; local
565 get_session_auth(request_rec * r, const char **user, const char **pw, const char **hash) argument
736 const char *hash = ap_md5(r->pool, local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/arch/win32/
H A Dmod_isapi.c202 apr_hash_t *hash; member in struct:isapi_global_conf
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_include.c165 int have_match; member in struct:__anon5934
H A Dmod_substitute.c140 int have_match = 0; local
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache.h49 unsigned long (*hash)(void *); /* Func to hash the payload */ member in struct:util_ald_cache
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dlua_vmprep.c416 char *hash; local
H A Dmod_lua.c125 char *hash; local

Completed in 379 milliseconds

<<11121314151617181920>>