Searched refs:reachedApplicationCacheOriginQuota (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DUIDelegate.h66 virtual void reachedApplicationCacheOriginQuota(WebPageProxy*, const WebCore::SecurityOrigin&, uint64_t currentQuota, uint64_t totalBytesNeeded, std::function<void (unsigned long long)> completionHandler) override;
H A DUIDelegate.mm197 void UIDelegate::UIClient::reachedApplicationCacheOriginQuota(WebPageProxy*, const WebCore::SecurityOrigin& securityOrigin, uint64_t currentQuota, uint64_t totalBytesNeeded, std::function<void (unsigned long long)> completionHandler)
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebChromeClient.h120 virtual void reachedApplicationCacheOriginQuota(WebCore::SecurityOrigin*, int64_t totalSpaceNeeded);
H A DWebChromeClient.cpp632 void WebChromeClient::reachedApplicationCacheOriginQuota(SecurityOrigin*, int64_t) function in class:WebChromeClient
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp305 void ChromeClientWinCE::reachedApplicationCacheOriginQuota(SecurityOrigin*, int64_t) function in class:WebKit::ChromeClientWinCE
H A DChromeClientWinCE.h130 virtual void reachedApplicationCacheOriginQuota(WebCore::SecurityOrigin*, int64_t totalSpaceNeeded) override;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPIUIClient.h118 virtual void reachedApplicationCacheOriginQuota(WebKit::WebPageProxy*, const WebCore::SecurityOrigin&, uint64_t currentQuota, uint64_t, std::function<void (unsigned long long)> completionHandler) function in class:API::UIClient
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebChromeClient.h126 virtual void reachedApplicationCacheOriginQuota(WebCore::SecurityOrigin*, int64_t totalSpaceNeeded) override;
H A DWebChromeClient.mm700 void WebChromeClient::reachedApplicationCacheOriginQuota(SecurityOrigin* origin, int64_t totalSpaceNeeded)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.h143 virtual void reachedApplicationCacheOriginQuota(WebCore::SecurityOrigin*, int64_t spaceNeeded) override;
H A DWebChromeClient.cpp675 void WebChromeClient::reachedApplicationCacheOriginQuota(SecurityOrigin* origin, int64_t totalBytesNeeded) function in class:WebKit::WebChromeClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h1024 void reachedApplicationCacheOriginQuota(const String& originIdentifier, uint64_t currentQuota, uint64_t totalBytesNeeded, PassRefPtr<Messages::WebPageProxy::ReachedApplicationCacheOriginQuota::DelayedReply>);
H A DWebPageProxy.cpp4597 void WebPageProxy::reachedApplicationCacheOriginQuota(const String& originIdentifier, uint64_t currentQuota, uint64_t totalBytesNeeded, PassRefPtr<Messages::WebPageProxy::ReachedApplicationCacheOriginQuota::DelayedReply> reply) function in class:WebKit::WebPageProxy
4602 m_uiClient->reachedApplicationCacheOriginQuota(this, *securityOrigin.get(), currentQuota, totalBytesNeeded, [reply](unsigned long long newQuota) { reply->send(newQuota); });

Completed in 364 milliseconds