/external/webkit/Tools/MiniBrowser/win/ |
BrowserView.cpp | 63 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo) 105 runJavaScriptConfirm,
|
/external/webkit/Source/WebKit/wince/ |
WebView.h | 75 bool runJavaScriptConfirm(const WTF::String& message);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
ChromeClientWinCE.cpp | 188 return runJavaScriptConfirm(frame, message); 201 bool ChromeClientWinCE::runJavaScriptConfirm(Frame*, const String& message) 203 return m_webView->runJavaScriptConfirm(message);
|
ChromeClientWinCE.h | 88 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
|
/external/webkit/Source/WebCore/page/ |
Chrome.h | 132 bool runJavaScriptConfirm(Frame*, const String&);
|
Chrome.cpp | 301 bool Chrome::runJavaScriptConfirm(Frame* frame, const String& message) 310 return m_client->runJavaScriptConfirm(frame, frame->displayStringModifiedByEncoding(message));
|
ChromeClient.h | 129 virtual bool runJavaScriptConfirm(Frame*, const String&) = 0;
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
ChromeClientEfl.h | 90 virtual bool runJavaScriptConfirm(Frame*, const String&);
|
ChromeClientEfl.cpp | 267 return runJavaScriptConfirm(frame, message); 281 bool ChromeClientEfl::runJavaScriptConfirm(Frame* frame, const String& message)
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
ChromeClientHaiku.h | 99 virtual bool runJavaScriptConfirm(Frame*, const String&);
|
ChromeClientHaiku.cpp | 233 bool ChromeClientHaiku::runJavaScriptConfirm(Frame*, const String& msg)
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
ChromeClientWx.h | 96 virtual bool runJavaScriptConfirm(Frame*, const String&);
|
ChromeClientWx.cpp | 286 bool ChromeClientWx::runJavaScriptConfirm(Frame* frame, const String& string)
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebUIClient.h | 64 bool runJavaScriptConfirm(WebPageProxy*, const String&, WebFrameProxy*);
|
WebUIClient.cpp | 119 bool WebUIClient::runJavaScriptConfirm(WebPageProxy* page, const String& message, WebFrameProxy* frame) 121 if (!m_client.runJavaScriptConfirm) 124 return m_client.runJavaScriptConfirm(toAPI(page), toAPI(message.impl()), toAPI(frame), m_client.clientInfo);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.h | 107 virtual bool runJavaScriptConfirm(Frame*, const String&);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
ChromeClientGtk.h | 90 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
|
ChromeClientGtk.cpp | 313 return runJavaScriptConfirm(frame, message); 328 bool ChromeClient::runJavaScriptConfirm(Frame* frame, const String& message)
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
ChromeClientQt.h | 107 virtual bool runJavaScriptConfirm(Frame*, const String&);
|
ChromeClientQt.cpp | 306 return runJavaScriptConfirm(frame, message); 323 bool ChromeClientQt::runJavaScriptConfirm(Frame* f, const String& msg)
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebChromeClient.h | 91 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
|
/external/webkit/Source/WebKit/chromium/src/ |
ChromeClientImpl.h | 98 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebChromeClient.h | 87 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebChromeClient.h | 103 virtual bool runJavaScriptConfirm(WebCore::Frame*, const String&);
|
/external/webkit/Tools/MiniBrowser/mac/ |
BrowserWindowController.m | 424 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo) 625 runJavaScriptConfirm,
|