HomeSort by relevance Sort by last modified time
    Searched refs:html_view (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/views/
html_dialog_view_browsertest.cc 130 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->GetWidget()->GetClientAreaScreenBounds()
    [all...]
keyboard_overlay_delegate.h 17 void set_view(HtmlDialogView* html_view) {
18 view_ = html_view;
keyboard_overlay_dialog_view.cc 102 KeyboardOverlayDialogView* html_view = local
106 delegate->set_view(html_view);
107 html_view->InitDialog();
111 html_view);
112 html_view->window()->Show();
file_manager_dialogs.cc 31 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);
html_dialog_view.cc 28 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/
choose_mobile_network_dialog.cc 49 HtmlDialogView* html_view = new HtmlDialogWithoutContextMenuView( local
51 html_view->InitDialog();
55 html_view);
56 html_view->window()->Show();
sim_dialog_delegate.cc 68 HtmlDialogView* html_view = new HtmlDialogWithoutContextMenuView( local
70 html_view->InitDialog();
74 html_view);
75 html_view->window()->Show();
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 67 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 287 milliseconds