Searched refs:exceededDatabaseQuota (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Tools/WebKitTestRunner/
H A DTestController.cpp110 static unsigned long long exceededDatabaseQuota(WKPageRef, WKFrameRef, WKSecurityOriginRef, WKStringRef, WKStringRef, unsigned long long, unsigned long long, unsigned long long, const void*) function in namespace:WTR
165 exceededDatabaseQuota,
302 exceededDatabaseQuota,
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.h92 unsigned long long exceededDatabaseQuota(WebPageProxy*, WebFrameProxy*, WebSecurityOrigin*, const String& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long long currentUsage, unsigned long long expectedUsage);
H A DWebUIClient.cpp279 unsigned long long WebUIClient::exceededDatabaseQuota(WebPageProxy* page, WebFrameProxy* frame, WebSecurityOrigin* origin, const String& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long long currentUsage, unsigned long long expectedUsage) function in class:WebKit::WebUIClient
281 if (!m_client.exceededDatabaseQuota)
284 return m_client.exceededDatabaseQuota(toAPI(page), toAPI(frame), toAPI(origin), toAPI(databaseName.impl()), toAPI(databaseDisplayName.impl()), currentQuota, currentUsage, expectedUsage, m_client.clientInfo);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegatePrivate.idl63 HRESULT exceededDatabaseQuota([in] IWebView* sender, [in] IWebFrame* frame, [in] IWebSecurityOrigin* origin, [in] BSTR databaseIdentifier);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h111 virtual void exceededDatabaseQuota(Frame*, const String&);
H A DChromeClientEfl.cpp407 void ChromeClientEfl::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h132 virtual void exceededDatabaseQuota(Frame*, const String& databaseName);
H A DChromeClientHaiku.cpp347 void ChromeClientHaiku::exceededDatabaseQuota(Frame*, const String& databaseName) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h117 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String& databaseName);
H A DChromeClientWinCE.cpp306 void ChromeClientWinCE::exceededDatabaseQuota(Frame*, const String&) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h125 virtual void exceededDatabaseQuota(Frame*, const String&);
H A DChromeClientWx.cpp423 void ChromeClientWx::exceededDatabaseQuota(Frame*, const String&) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp398 void ChromeClientAndroid::exceededDatabaseQuota(Frame* frame, const String& name) function in class:android::ChromeClientAndroid
417 if (android::WebViewCore::getWebViewCore(frame->view())->exceededDatabaseQuota(frame->document()->documentURI(), name, currentQuota, estimatedSize)) {
444 exceededDatabaseQuota(frame, name);
H A DChromeClientAndroid.h135 virtual void exceededDatabaseQuota(Frame*, const String&);
/external/webkit/Source/WebCore/page/
H A DChromeClient.h175 virtual void exceededDatabaseQuota(Frame*, const String& databaseName) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h129 virtual void exceededDatabaseQuota(
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h117 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String&);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h115 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String& databaseName);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h136 virtual void exceededDatabaseQuota(Frame*, const String&);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h119 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String&);
H A DWebChromeClient.cpp584 void WebChromeClient::exceededDatabaseQuota(Frame* frame, const String& databaseIdentifier) function in class:WebChromeClient
591 uiDelegatePrivate->exceededDatabaseQuota(m_webView, kit(frame), origin.get(), BString(databaseIdentifier));
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h138 virtual void exceededDatabaseQuota(WebCore::Frame*, const String& databaseName);
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp572 HRESULT STDMETHODCALLTYPE UIDelegate::exceededDatabaseQuota( function in class:UIDelegate
H A DUIDelegate.h381 virtual HRESULT STDMETHODCALLTYPE exceededDatabaseQuota(
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h184 virtual void exceededDatabaseQuota(Frame*, const String&) { } function in class:WebCore::EmptyChromeClient

Completed in 1045 milliseconds

12