Searched defs:screen_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.cc255 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/chromeos/login/
H A Dwizard_controller.cc228 const gfx::Rect& screen_bounds)
231 screen_bounds_(screen_bounds),
227 WizardController(chromeos::LoginDisplayHost* host, const gfx::Rect& screen_bounds) argument
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc1203 gfx::Rect screen_bounds = views::Screen::GetMonitorWorkAreaNearestWindow( local
1211 frame_bounds.set_x(std::max(frame_bounds.x(), screen_bounds.x()));
1212 frame_bounds.set_y(std::max(frame_bounds.y(), screen_bounds.y()));
1215 const int right_overflow = frame_bounds.right() - screen_bounds.right();
1221 const int bottom_overflow = frame_bounds.bottom() - screen_bounds.bottom();
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc378 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

Completed in 144 milliseconds