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

  /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/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;

Completed in 497 milliseconds