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

  /external/chromium/chrome/browser/chromeos/login/
proxy_settings_dialog.cc 38 gfx::Rect screen_bounds(chromeos::CalculateScreenBounds(gfx::Size()));
39 SetDialogSize(CalculateSize(screen_bounds.width(),
42 CalculateSize(screen_bounds.height(),
login_html_dialog.cc 57 gfx::Rect screen_bounds(chromeos::CalculateScreenBounds(gfx::Size()));
58 width_ = static_cast<int>(kDefaultWidthRatio * screen_bounds.width());
59 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());
base_login_display_host.cc 194 gfx::Rect screen_bounds(chromeos::CalculateScreenBounds(size));
206 display_host = new chromeos::DOMLoginDisplayHost(screen_bounds);
208 display_host = new chromeos::ViewsLoginDisplayHost(screen_bounds);
212 new chromeos::ViewsLoginDisplayHost(screen_bounds);
wizard_controller.h 54 const gfx::Rect& screen_bounds);
90 // if the parameter is empty. |screen_bounds| are used to calculate position
wizard_controller.cc 228 const gfx::Rect& screen_bounds)
231 screen_bounds_(screen_bounds),
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 255 gfx::Rect screen_bounds = views::Screen::GetMonitorAreaNearestWindow( local
257 gfx::Point origin(screen_bounds.x() +
258 (screen_bounds.width() - size.width()) / 2,
259 screen_bounds.y());
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 141 gfx::Rect screen_bounds(GetImageBounds());
142 gfx::Point origin(screen_bounds.origin());
144 screen_bounds.set_origin(origin);
150 bubble_ = Bubble::Show(GetWidget(), screen_bounds, BubbleBorder::TOP_RIGHT,
page_action_image_view.cc 82 gfx::Rect screen_bounds(GetImageBounds());
83 gfx::Point origin(screen_bounds.origin());
85 screen_bounds.set_origin(origin);
93 screen_bounds,
location_bar_view.cc 378 gfx::Rect screen_bounds(star_view_->GetImageBounds());
380 screen_bounds.Inset(1, 1, 1, 2);
381 gfx::Point origin(screen_bounds.origin());
383 screen_bounds.set_origin(origin);
384 browser::ShowBookmarkBubbleView(GetWindow(), screen_bounds, star_view_, local
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 1203 gfx::Rect screen_bounds = views::Screen::GetMonitorWorkAreaNearestWindow( local
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 450 gfx::Rect screen_bounds(chromeos::CalculateScreenBounds(gfx::Size()));
455 if (!screen_bounds.Contains(button_bounds)) {

Completed in 96 milliseconds