Searched refs:html_view (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dhtml_dialog_view_browsertest.cc130 HtmlDialogView* html_view = local
135 gfx::Rect(), html_view);
136 html_view->InitDialog();
137 html_view->window()->Show();
142 gfx::Rect bounds = html_view->GetWidget()->GetClientAreaScreenBounds();
151 html_view->MoveContents(tab_contents, set_bounds);
153 actual_bounds = html_view->GetWidget()->GetClientAreaScreenBounds();
157 html_view->tab_contents()->GetRenderWidgetHostView()->GetViewBounds();
167 html_view->MoveContents(tab_contents, set_bounds);
169 actual_bounds = html_view
[all...]
H A Dfile_manager_dialogs.cc31 HtmlDialogView* html_view = new HtmlDialogView(profile, this); local
32 browser::CreateViewsWindow(owner_window_, gfx::Rect(), html_view);
33 html_view->InitDialog();
34 html_view->window()->Show();
35 tab_id_ = html_view->tab_contents()->controller().session_id().id();
38 FileDialogFunction::Callback::Add(tab_id_, listener_, html_view, params);
H A Dkeyboard_overlay_delegate.h17 void set_view(HtmlDialogView* html_view) { argument
18 view_ = html_view;
H A Dkeyboard_overlay_dialog_view.cc102 KeyboardOverlayDialogView* html_view = local
106 delegate->set_view(html_view);
107 html_view->InitDialog();
111 html_view);
112 html_view->window()->Show();
H A Dhtml_dialog_view.cc28 HtmlDialogView* html_view = local
30 browser::CreateViewsWindow(parent, gfx::Rect(), html_view);
31 html_view->InitDialog();
32 html_view->window()->Show();
33 return html_view->window()->GetNativeWindow();
/external/chromium/chrome/browser/chromeos/
H A Dchoose_mobile_network_dialog.cc49 HtmlDialogView* html_view = new HtmlDialogWithoutContextMenuView( local
51 html_view->InitDialog();
55 html_view);
56 html_view->window()->Show();
H A Dsim_dialog_delegate.cc68 HtmlDialogView* html_view = new HtmlDialogWithoutContextMenuView( local
70 html_view->InitDialog();
74 html_view);
75 html_view->window()->Show();
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_html_dialog.cc67 HtmlDialogWithoutContextMenuView* html_view = local
75 html_view);
79 views::Window::CreateChromeWindow(parent_window_, gfx::Rect(), html_view);
87 html_view->InitDialog();
88 html_view->window()->Show();

Completed in 150 milliseconds