HomeSort by relevance Sort by last modified time
    Searched defs:display_bounds (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.cc 23 const gfx::Rect display_bounds = display.bounds(); local
29 if (work_area.y() - display_bounds.y() > winning_margin) {
30 winning_margin = work_area.y() - display_bounds.y();
34 if (work_area.x() - display_bounds.x() > winning_margin) {
35 winning_margin = work_area.x() - display_bounds.x();
39 if (display_bounds.right() - work_area.right() > winning_margin) {
40 winning_margin = display_bounds.right() - work_area.right();
44 if (display_bounds.bottom() - work_area.bottom() > winning_margin) {
45 winning_margin = display_bounds.bottom() - work_area.bottom();
  /external/chromium_org/ui/ozone/platform/dri/
hardware_display_controller.h 35 const gfx::Rect& display_bounds,
43 gfx::Rect display_bounds; member in struct:ui::OverlayPlane
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 923 gfx::Rect display_bounds = ash::Shell::GetInstance()->GetScreen()-> local
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 106 gfx::Rect display_bounds = display.bounds(); local
107 EXPECT_TRUE(screen_bottom_right.x() < display_bounds.width() &&
108 screen_bottom_right.y() < display_bounds.height());
    [all...]
  /external/chromium_org/athena/wm/
split_view_controller.cc 527 const gfx::Rect& display_bounds = local
531 delta > 0 ? display_bounds.x() - container_bounds.x()
532 : display_bounds.right() - container_bounds.x();

Completed in 301 milliseconds