OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeHash
(Results
26 - 32
of
32
) sorted by null
1
2
/external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp
315
return StringImpl::
computeHash
(reinterpret_cast<const UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
/external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h
326
return StringImpl::
computeHash
(reinterpret_cast<const UChar*>(&info), sizeof(CacheInfo) / sizeof(UChar));
/external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp
381
return StringImpl::
computeHash
(reinterpret_cast<const UChar*>(hashCodes),
/bootable/recovery/minzip/
Zip.c
136
static unsigned int
computeHash
(const char* name, int nameLen)
148
unsigned int itemHash =
computeHash
(pEntry->fileName, pEntry->fileNameLen);
508
unsigned int itemHash =
computeHash
(entryName, strlen(entryName));
[
all
...]
/external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp
149
return StringImpl::
computeHash
(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
/external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp
95
return StringImpl::
computeHash
(reinterpret_cast<const UChar*>(array.integers()), array.size() / (sizeof(int) / sizeof(UChar)));
/external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp
91
return AlreadyHashed::avoidDeletedValue(StringImpl::
computeHash
(url.string().characters() + hostStart, hostEnd - hostStart));
[
all
...]
Completed in 445 milliseconds
1
2