Searched refs:shelf_bounds_in_screen (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc974 gfx::Rect shelf_bounds_in_screen = shelf_->GetWindowBoundsInScreen(); local
976 gfx::Vector2d(0, shelf_bounds_in_screen.height()),
978 gfx::Vector2d(shelf_bounds_in_screen.width(), 0),
981 gfx::Rect show_shelf_region_in_screen = shelf_bounds_in_screen;
H A Dshelf_layout_manager_unittest.cc1681 gfx::Rect shelf_bounds_in_screen = local
1683 gfx::Point start(shelf_bounds_in_screen.CenterPoint());
1684 gfx::Point end(start.x(), shelf_bounds_in_screen.bottom());
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc391 const gfx::Rect& shelf_bounds_in_screen() const { function in class:ash::DockedWindowLayoutManager::ShelfWindowObserver
1076 work_area.Subtract(shelf_observer_->shelf_bounds_in_screen());
1255 background_bounds.Subtract(shelf_observer_->shelf_bounds_in_screen());

Completed in 167 milliseconds