/external/webkit/WebKit/haiku/WebCoreSupport/ |
H A D | ChromeClientHaiku.cpp | 327 void ChromeClientHaiku::exceededDatabaseQuota(Frame*, const String& databaseName) function in class:WebCore::ChromeClientHaiku
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
H A D | ChromeClientQt.cpp | 415 void ChromeClientQt::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebCore::ChromeClientQt
|
/external/webkit/WebKit/wx/WebKitSupport/ |
H A D | ChromeClientWx.cpp | 404 void ChromeClientWx::exceededDatabaseQuota(Frame*, const String&) function in class:WebCore::ChromeClientWx
|
/external/webkit/WebKit/android/WebCoreSupport/ |
H A D | ChromeClientAndroid.cpp | 345 void ChromeClientAndroid::exceededDatabaseQuota(Frame* frame, const String& name) function in class:android::ChromeClientAndroid 365 android::WebViewCore::getWebViewCore(frame->view())->exceededDatabaseQuota(frame->document()->documentURI(), name, currentQuota, estimatedSize); 384 exceededDatabaseQuota(frame, name);
|
/external/webkit/WebKit/chromium/src/ |
H A D | ChromeClientImpl.cpp | 545 void ChromeClientImpl::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebKit::ChromeClientImpl
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
H A D | ChromeClientGtk.cpp | 492 void ChromeClient::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebKit::ChromeClient
|
/external/webkit/WebKit/win/WebCoreSupport/ |
H A D | WebChromeClient.cpp | 534 void WebChromeClient::exceededDatabaseQuota(Frame* frame, const String& databaseIdentifier) function in class:WebChromeClient 541 uiDelegatePrivate->exceededDatabaseQuota(m_webView, kit(frame), origin.get(), BString(databaseIdentifier));
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
H A D | UIDelegate.cpp | 568 HRESULT STDMETHODCALLTYPE UIDelegate::exceededDatabaseQuota( function in class:UIDelegate
|
/external/webkit/WebCore/loader/ |
H A D | EmptyClients.h | 141 virtual void exceededDatabaseQuota(Frame*, const String&) { } function in class:WebCore::EmptyChromeClient
|
/external/webkit/WebKit/android/jni/ |
H A D | WebViewCore.cpp | 348 m_javaGlue->m_exceededDatabaseQuota = GetJMethod(env, clazz, "exceededDatabaseQuota", "(Ljava/lang/String;Ljava/lang/String;JJ)V"); 2270 void WebViewCore::exceededDatabaseQuota(const WebCore::String& url, const WebCore::String& databaseIdentifier, const unsigned long long currentQuota, unsigned long long estimatedSize) function in class:android::WebViewCore
|