Searched refs:WebDialogWebContentsDelegate (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_web_contents_delegate.cc23 WebDialogWebContentsDelegate::WebDialogWebContentsDelegate( function in class:ui::WebDialogWebContentsDelegate
31 WebDialogWebContentsDelegate::~WebDialogWebContentsDelegate() {
34 void WebDialogWebContentsDelegate::Detach() {
38 WebContents* WebDialogWebContentsDelegate::OpenURLFromTab(
43 void WebDialogWebContentsDelegate::AddNewContents(
52 bool WebDialogWebContentsDelegate::IsPopupOrPanel(
59 bool WebDialogWebContentsDelegate::PreHandleGestureEvent(
H A Dweb_dialog_web_contents_delegate.h19 class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate class in namespace:ui
22 // Handles OpenURLFromTab and AddNewContents for WebDialogWebContentsDelegate.
40 WebDialogWebContentsDelegate(content::BrowserContext* context,
43 virtual ~WebDialogWebContentsDelegate();
77 DISALLOW_COPY_AND_ASSIGN(WebDialogWebContentsDelegate);
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_delegate_base.h24 public ui::WebDialogWebContentsDelegate {
28 WebDialogWebContentsDelegate* tab_delegate);
41 // WebDialogWebContentsDelegate interface.
59 scoped_ptr<WebDialogWebContentsDelegate> override_tab_delegate_;
H A Dconstrained_web_dialog_delegate_base.cc21 using ui::WebDialogWebContentsDelegate;
26 WebDialogWebContentsDelegate* tab_delegate)
27 : WebDialogWebContentsDelegate(browser_context,
H A Dchrome_web_contents_handler.h12 : public ui::WebDialogWebContentsDelegate::WebContentsHandler {
17 // Overridden from WebDialogWebContentsDelegate::WebContentsHandler:
H A Dweb_dialog_web_contents_delegate_unittest.cc32 using ui::WebDialogWebContentsDelegate;
36 class TestWebContentsDelegate : public WebDialogWebContentsDelegate {
39 : WebDialogWebContentsDelegate(context, new ChromeWebContentsHandler) {
H A Dconstrained_web_dialog_ui.h21 class WebDialogWebContentsDelegate;
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.h16 : public WebDialogWebContentsDelegate::WebContentsHandler {
22 // Overridden from WebDialogWebContentsDelegate::WebContentsHandler:
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc32 using ui::WebDialogWebContentsDelegate;
44 WebDialogWebContentsDelegate(context, handler),
264 return WebDialogWebContentsDelegate::HandleContextMenu(params);
303 return WebDialogWebContentsDelegate::OpenURLFromTab(source, params);
316 WebDialogWebContentsDelegate::AddNewContents(
H A Dweb_dialog_view.h37 // TODO(akalin): Make WebDialogView contain an WebDialogWebContentsDelegate
41 public ui::WebDialogWebContentsDelegate,
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc24 : public ui::WebDialogWebContentsDelegate {
29 : ui::WebDialogWebContentsDelegate(browser_context,
36 // ui::WebDialogWebContentsDelegate:
74 // ui::WebDialogWebContentsDelegate:

Completed in 1004 milliseconds