Searched refs:runModalConfirmDialog (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h153 virtual bool runModalConfirmDialog(const blink::WebString& message) { function in class:content::WebFrameTestProxy
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h353 virtual bool runModalConfirmDialog(const WebString& message) { return false; } function in class:blink::WebFrameClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp439 return webframe->client()->runModalConfirmDialog(message);
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h376 virtual bool runModalConfirmDialog(const blink::WebString& message);
H A Drender_frame_impl.cc2508 bool RenderFrameImpl::runModalConfirmDialog(const blink::WebString& message) { function in class:content::RenderFrameImpl

Completed in 1224 milliseconds