Home
last modified time | relevance | path

Searched refs:cacheGroupSize (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.h94 bool cacheGroupSize(const String& manifestURL, int64_t* size);
DApplicationCacheStorage.cpp1315 bool ApplicationCacheStorage::cacheGroupSize(const String& manifestURL, int64_t* size) in cacheGroupSize() function in WebCore::ApplicationCacheStorage
/external/webkit/Source/WebKit/android/jni/
DWebStorage.cpp98 WebCore::cacheStorage().cacheGroupSize(manifestUrls[i].string(), &cacheSize); in GetUsageForOrigin()