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

/external/webkit/Tools/MiniBrowser/win/
H A DBrowserView.cpp63 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo) function
105 runJavaScriptConfirm,
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp186 bool WebView::runJavaScriptConfirm(const String& message) function in class:WebView
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp119 bool WebUIClient::runJavaScriptConfirm(WebPageProxy* page, const String& message, WebFrameProxy* frame) function in class:WebKit::WebUIClient
121 if (!m_client.runJavaScriptConfirm)
124 return m_client.runJavaScriptConfirm(toAPI(page), toAPI(message.impl()), toAPI(frame), m_client.clientInfo);
H A DWebPageProxy.cpp1915 void WebPageProxy::runJavaScriptConfirm(uint64_t frameID, const String& message, bool& result) function in class:WebKit::WebPageProxy
1920 // Since runJavaScriptConfirm() can spin a nested run loop we need to turn off the responsiveness timer.
1923 result = m_uiClient.runJavaScriptConfirm(this, message, frame);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp233 bool ChromeClientHaiku::runJavaScriptConfirm(Frame*, const String& msg) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp188 return runJavaScriptConfirm(frame, message);
201 bool ChromeClientWinCE::runJavaScriptConfirm(Frame*, const String& message) function in class:WebKit::ChromeClientWinCE
203 return m_webView->runJavaScriptConfirm(message);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp286 bool ChromeClientWx::runJavaScriptConfirm(Frame* frame, const String& string) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebCore/page/
H A DChrome.cpp301 bool Chrome::runJavaScriptConfirm(Frame* frame, const String& message) function in class:WebCore::Chrome
310 return m_client->runJavaScriptConfirm(frame, frame->displayStringModifiedByEncoding(message));
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp273 bool ChromeClientAndroid::runJavaScriptConfirm(Frame* frame, const String& message) function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp453 bool ChromeClientImpl::runJavaScriptConfirm(Frame* frame, const String& message) function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp267 return runJavaScriptConfirm(frame, message);
281 bool ChromeClientEfl::runJavaScriptConfirm(Frame* frame, const String& message) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp313 return runJavaScriptConfirm(frame, message);
328 bool ChromeClient::runJavaScriptConfirm(Frame* frame, const String& message) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp306 return runJavaScriptConfirm(frame, message);
323 bool ChromeClientQt::runJavaScriptConfirm(Frame* f, const String& msg) function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp399 bool WebChromeClient::runJavaScriptConfirm(Frame*, const String& message) function in class:WebChromeClient
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h197 WKPageRunJavaScriptConfirmCallback runJavaScriptConfirm; member in struct:WKPageUIClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp298 bool WebChromeClient::runJavaScriptConfirm(Frame* frame, const String& message) function in class:WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h137 virtual bool runJavaScriptConfirm(Frame*, const String&) { return false; } function in class:WebCore::EmptyChromeClient

Completed in 290 milliseconds