Searched defs:defaultOriginQuota (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebApplicationCache.h35 + (long long)defaultOriginQuota; variable
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheStorage.h64 int64_t defaultOriginQuota() const { return m_defaultOriginQuota; } function in class:WebCore::ApplicationCacheStorage
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.cpp402 int64_t defaultOriginQuota = WebCore::cacheStorage().defaultOriginQuota(); local
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DChromeClientQt.cpp560 quint64 defaultOriginQuota = WebCore::cacheStorage().defaultOriginQuota(); local
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp316 void QWebPagePrivate::applicationCacheQuotaExceeded(QWebSecurityOrigin *origin, quint64 defaultOriginQuota, quint64 c) argument
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp3573 int64_t ewk_view_exceeded_application_cache_quota(Evas_Object* ewkView, Ewk_Security_Origin *origin, int64_t defaultOriginQuota, int64_t totalSpaceNeeded) argument

Completed in 117 milliseconds