Home
last modified time | relevance | path

Searched refs:defaultOriginQuota (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebApplicationCache.h35 + (long long)defaultOriginQuota;
DWebApplicationCache.mm51 + (long long)defaultOriginQuota
53 return cacheStorage().defaultOriginQuota();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp551 quint64 defaultOriginQuota = WebCore::cacheStorage().defaultOriginQuota(); in reachedApplicationCacheOriginQuota() local
557 WebCore::cacheStorage().storeUpdatedQuotaForOrigin(origin, defaultOriginQuota); in reachedApplicationCacheOriginQuota()
559 emit m_webPage->applicationCacheQuotaExceeded(securityOrigin, defaultOriginQuota); in reachedApplicationCacheOriginQuota()
/external/webkit/Tools/DumpRenderTree/mac/
DUIDelegate.mm176 static const unsigned long long defaultOriginQuota = [WebApplicationCache defaultOriginQuota];
177 [[origin applicationCacheQuotaManager] setQuota:defaultOriginQuota];
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.h66 int64_t defaultOriginQuota() const { return m_defaultOriginQuota; } in defaultOriginQuota() function
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.h122 void dumpApplicationCacheQuota(QWebSecurityOrigin* origin, quint64 defaultOriginQuota);
DDumpRenderTreeQt.cpp1062 …d DumpRenderTree::dumpApplicationCacheQuota(QWebSecurityOrigin* origin, quint64 defaultOriginQuota) in dumpApplicationCacheQuota() argument
1072 origin->setApplicationCacheQuota(defaultOriginQuota); in dumpApplicationCacheQuota()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h396 void applicationCacheQuotaExceeded(QWebSecurityOrigin* origin, quint64 defaultOriginQuota);
/external/webkit/Source/WebKit/mac/
DChangeLog6869 (+[WebApplicationCache defaultOriginQuota]):
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1071349 (WebCore::DatabaseTracker::defaultOriginQuota):
DChangeLog-2010-12-0690732 (WebCore::ApplicationCacheStorage::defaultOriginQuota): accessor