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

  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 165 gfx::Rect display_bounds = controller_->GetBoundsForTooltip(mouse_pos); local
169 if (tooltip_rect.right() > display_bounds.right()) {
170 int h_offset = tooltip_rect.right() - display_bounds.right();
176 if (tooltip_rect.bottom() > display_bounds.bottom())
179 tooltip_rect.AdjustToFit(display_bounds);
330 gfx::Rect display_bounds = GetBoundsForTooltip(location); local
331 return (display_bounds.width() + 1) / 2;
  /external/chromium_org/ash/display/
display_change_observer_x11.cc 147 gfx::Rect display_bounds(
174 displays.back().SetBounds(display_bounds);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 105 gfx::Rect display_bounds = display.bounds(); local
106 EXPECT_TRUE(screen_bottom_right.x() < display_bounds.width() &&
107 screen_bottom_right.y() < display_bounds.height());
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]

Completed in 3377 milliseconds