Searched defs:exceededDatabaseQuota (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
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);
H A DWebPageProxy.cpp2871 void WebPageProxy::exceededDatabaseQuota(uint64_t frameID, const String& originIdentifier, const String& databaseName, const String& displayName, uint64_t currentQuota, uint64_t currentUsage, uint64_t expectedUsage, uint64_t& newQuota) function in class:WebKit::WebPageProxy
2878 newQuota = m_uiClient.exceededDatabaseQuota(this, frame, origin.get(), databaseName, displayName, currentQuota, currentUsage, expectedUsage);
/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/WebKit/haiku/WebCoreSupport/
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.cpp306 void ChromeClientWinCE::exceededDatabaseQuota(Frame*, const String&) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
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);
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp638 void ChromeClientImpl::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp407 void ChromeClientEfl::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp587 void ChromeClient::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp530 void ChromeClientQt::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
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/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp572 HRESULT STDMETHODCALLTYPE UIDelegate::exceededDatabaseQuota( function in class:UIDelegate
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h216 WKPageExceededDatabaseQuotaCallback exceededDatabaseQuota; member in struct:WKPageUIClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp493 void WebChromeClient::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h184 virtual void exceededDatabaseQuota(Frame*, const String&) { } function in class:WebCore::EmptyChromeClient
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp478 m_javaGlue->m_exceededDatabaseQuota = GetJMethod(env, clazz, "exceededDatabaseQuota", "(Ljava/lang/String;Ljava/lang/String;JJ)V");
3640 bool WebViewCore::exceededDatabaseQuota(const WTF::String& url, const WTF::String& databaseIdentifier, const unsigned long long currentQuota, unsigned long long estimatedSize) function in class:android::WebViewCore

Completed in 272 milliseconds