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

/external/webkit/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp327 void ChromeClientHaiku::exceededDatabaseQuota(Frame*, const String& databaseName) function in class:WebCore::ChromeClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp415 void ChromeClientQt::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebCore::ChromeClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp404 void ChromeClientWx::exceededDatabaseQuota(Frame*, const String&) function in class:WebCore::ChromeClientWx
/external/webkit/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp345 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 DChromeClientImpl.cpp545 void ChromeClientImpl::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebKit::ChromeClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp492 void ChromeClient::exceededDatabaseQuota(Frame* frame, const String& databaseName) function in class:WebKit::ChromeClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp534 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 DUIDelegate.cpp568 HRESULT STDMETHODCALLTYPE UIDelegate::exceededDatabaseQuota( function in class:UIDelegate
/external/webkit/WebCore/loader/
H A DEmptyClients.h141 virtual void exceededDatabaseQuota(Frame*, const String&) { } function in class:WebCore::EmptyChromeClient
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp348 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

Completed in 569 milliseconds