HomeSort by relevance Sort by last modified time
    Searched refs:defaultOriginQuota (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebApplicationCache.h 35 + (long long)defaultOriginQuota;
WebApplicationCache.mm 51 + (long long)defaultOriginQuota
53 return cacheStorage().defaultOriginQuota();
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 176 static const unsigned long long defaultOriginQuota = [WebApplicationCache defaultOriginQuota];
177 [[origin applicationCacheQuotaManager] setQuota:defaultOriginQuota];
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 66 int64_t defaultOriginQuota() const { return m_defaultOriginQuota; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 551 quint64 defaultOriginQuota = WebCore::cacheStorage().defaultOriginQuota();
557 WebCore::cacheStorage().storeUpdatedQuotaForOrigin(origin, defaultOriginQuota);
559 emit m_webPage->applicationCacheQuotaExceeded(securityOrigin, defaultOriginQuota);
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 122 void dumpApplicationCacheQuota(QWebSecurityOrigin* origin, quint64 defaultOriginQuota);
DumpRenderTreeQt.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 396 void applicationCacheQuotaExceeded(QWebSecurityOrigin* origin, quint64 defaultOriginQuota);

Completed in 173 milliseconds