Home
last modified time | relevance | path

Searched defs:defaultOriginQuota (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebApplicationCache.mm52 {
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.h66 int64_t defaultOriginQuota() const { return m_defaultOriginQuota; } in defaultOriginQuota() function
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp551 quint64 defaultOriginQuota = WebCore::cacheStorage().defaultOriginQuota(); in reachedApplicationCacheOriginQuota() local
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp1062 …d DumpRenderTree::dumpApplicationCacheQuota(QWebSecurityOrigin* origin, quint64 defaultOriginQuota) in dumpApplicationCacheQuota()