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

12

/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/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);
H A DChromeClientWinCE.h88 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
/external/webkit/Source/WebKit/wince/
H A DWebView.h75 bool runJavaScriptConfirm(const WTF::String& message);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.h64 bool runJavaScriptConfirm(WebPageProxy*, const String&, WebFrameProxy*);
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);
/external/webkit/Source/WebCore/page/
H A DChrome.h132 bool runJavaScriptConfirm(Frame*, const String&);
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));
H A DChromeClient.h129 virtual bool runJavaScriptConfirm(Frame*, const String&) = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h90 virtual bool runJavaScriptConfirm(Frame*, const String&);
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/haiku/WebCoreSupport/
H A DChromeClientHaiku.h99 virtual bool runJavaScriptConfirm(Frame*, const String&);
H A DChromeClientHaiku.cpp233 bool ChromeClientHaiku::runJavaScriptConfirm(Frame*, const String& msg) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h96 virtual bool runJavaScriptConfirm(Frame*, const String&);
H A DChromeClientWx.cpp286 bool ChromeClientWx::runJavaScriptConfirm(Frame* frame, const String& string) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h106 virtual bool runJavaScriptConfirm(Frame*, const String&);
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h98 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h90 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
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/mac/WebCoreSupport/
H A DWebChromeClient.h87 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h107 virtual bool runJavaScriptConfirm(Frame*, const String&);
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.h91 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h103 virtual bool runJavaScriptConfirm(WebCore::Frame*, const String&);
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m424 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo)
625 runJavaScriptConfirm,

Completed in 348 milliseconds

12