Searched refs:storeUpdatedQuotaForOrigin (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebApplicationCacheQuotaManager.mm77 cacheStorage().storeUpdatedQuotaForOrigin([_origin _core], quota);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.h71 bool storeUpdatedQuotaForOrigin(const SecurityOrigin*, int64_t quota);
H A DApplicationCacheStorage.cpp532 bool ApplicationCacheStorage::storeUpdatedQuotaForOrigin(const SecurityOrigin* origin, int64_t quota) function in class:WebCore::ApplicationCacheStorage
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsecurityorigin.cpp159 WebCore::cacheStorage().storeUpdatedQuotaForOrigin(d->origin.get(), quota);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp557 WebCore::cacheStorage().storeUpdatedQuotaForOrigin(origin, defaultOriginQuota);

Completed in 202 milliseconds