Home
last modified time | relevance | path

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

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