Searched defs:runJavaScriptPrompt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.cpp272 bool Chrome::runJavaScriptPrompt(Frame* frame, const String& prompt, const String& defaultValue, String& result) function in class:WebCore::Chrome
286 bool ok = m_client->runJavaScriptPrompt(frame, displayPrompt, frame->displayStringModifiedByEncoding(defaultValue), result);
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp442 bool ChromeClientImpl::runJavaScriptPrompt(Frame* frame, function in class:WebKit::ChromeClientImpl

Completed in 52 milliseconds