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

/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestProxy.h189 bool runModalConfirmDialog(WebKit::WebFrame*, const WebKit::WebString&);
549 virtual bool runModalConfirmDialog(WebKit::WebFrame* frame, const WebKit::WebString& message) function in class:WebTestRunner::WebTestProxy
551 WebTestProxyBase::runModalConfirmDialog(frame, message);
552 return Base::runModalConfirmDialog(frame, message);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h227 virtual bool runModalConfirmDialog( function in class:WebKit::WebViewClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp435 return m_webView->client()->runModalConfirmDialog(
/external/chromium_org/content/renderer/
H A Drender_view_impl.h473 virtual bool runModalConfirmDialog(WebKit::WebFrame* frame,
H A Drender_view_impl.cc2594 bool RenderViewImpl::runModalConfirmDialog(WebFrame* frame, function in class:content::RenderViewImpl
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp1421 bool WebTestProxyBase::runModalConfirmDialog(WebFrame*, const WebString& message) function in class:WebTestRunner::WebTestProxyBase

Completed in 148 milliseconds