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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.cpp250 bool Chrome::runJavaScriptPrompt(LocalFrame* frame, const String& prompt, const String& defaultValue, String& result) function in class:blink::Chrome
263 bool ok = m_client->runJavaScriptPrompt(frame, prompt, defaultValue, result);
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp445 bool ChromeClientImpl::runJavaScriptPrompt(LocalFrame* frame, function in class:blink::ChromeClientImpl

Completed in 54 milliseconds