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

12

/external/webkit/Tools/MiniBrowser/win/
H A DBrowserView.cpp68 static WKStringRef runJavaScriptPrompt(WKPageRef page, WKStringRef message, WKStringRef defaultValue, WKFrameRef frame, const void* clientInfo) function
106 runJavaScriptPrompt,
/external/webkit/Source/WebKit/wince/
H A DWebView.h76 bool runJavaScriptPrompt(const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
H A DWebView.cpp192 bool WebView::runJavaScriptPrompt(const String& message, const String& defaultValue, String& result) function in class:WebView
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.h65 String runJavaScriptPrompt(WebPageProxy*, const String&, const String&, WebFrameProxy*);
H A DWebUIClient.cpp127 String WebUIClient::runJavaScriptPrompt(WebPageProxy* page, const String& message, const String& defaultValue, WebFrameProxy* frame) function in class:WebKit::WebUIClient
129 if (!m_client.runJavaScriptPrompt)
132 WebString* string = toImpl(m_client.runJavaScriptPrompt(toAPI(page), toAPI(message.impl()), toAPI(defaultValue.impl()), toAPI(frame), m_client.clientInfo));
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp206 bool ChromeClientWinCE::runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result) function in class:WebKit::ChromeClientWinCE
208 return m_webView->runJavaScriptPrompt(message, defaultValue, result);
H A DChromeClientWinCE.h89 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
/external/webkit/Source/WebCore/page/
H A DChrome.h133 bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
H A DChrome.cpp313 bool Chrome::runJavaScriptPrompt(Frame* frame, const String& prompt, const String& defaultValue, String& result) function in class:WebCore::Chrome
322 bool ok = m_client->runJavaScriptPrompt(frame, frame->displayStringModifiedByEncoding(prompt), frame->displayStringModifiedByEncoding(defaultValue), result);
H A DChromeClient.h130 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result) = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h91 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
H A DChromeClientEfl.cpp286 bool ChromeClientEfl::runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h100 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
H A DChromeClientHaiku.cpp239 bool ChromeClientHaiku::runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h97 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
H A DChromeClientWx.cpp303 bool ChromeClientWx::runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h108 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h99 virtual bool runJavaScriptPrompt(
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h91 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h88 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h108 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h92 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h104 virtual bool runJavaScriptPrompt(WebCore::Frame*, const String& message, const String& defaultValue, String& result);
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m448 static WKStringRef runJavaScriptPrompt(WKPageRef page, WKStringRef message, WKStringRef defaultValue, WKFrameRef frame, const void* clientInfo)
626 runJavaScriptPrompt,
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h142 virtual bool runJavaScriptPrompt(Frame*, const String&, const String&, String&) { return false; } function in class:WebCore::EmptyChromeClient

Completed in 510 milliseconds

12