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

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc967 gfx::Rect shelf_bounds_in_screen = shelf_->GetWindowBoundsInScreen(); local
969 gfx::Vector2d(0, shelf_bounds_in_screen.height()),
971 gfx::Vector2d(shelf_bounds_in_screen.width(), 0),
974 gfx::Rect show_shelf_region_in_screen = shelf_bounds_in_screen;
H A Dshelf_layout_manager_unittest.cc1595 gfx::Rect shelf_bounds_in_screen = local
1597 gfx::Point start(shelf_bounds_in_screen.CenterPoint());
1598 gfx::Point end(start.x(), shelf_bounds_in_screen.bottom());
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc350 const gfx::Rect& shelf_bounds_in_screen() const { function in class:ash::internal::DockedWindowLayoutManager::ShelfWindowObserver
986 work_area.Subtract(shelf_observer_->shelf_bounds_in_screen());
1165 background_bounds.Subtract(shelf_observer_->shelf_bounds_in_screen());

Completed in 79 milliseconds