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

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebApplicationCache.h 35 + (long long)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);

Completed in 216 milliseconds