Shelf 153 ash/accelerators/accelerator_controller.cc Shelf::ForPrimaryDisplay()->shelf_widget()); Shelf 158 ash/accelerators/accelerator_controller.cc Shelf::ForPrimaryDisplay()->LaunchAppIndexAt(n); Shelf 164 ash/accelerators/accelerator_controller.cc Shelf::ForPrimaryDisplay()->LaunchAppIndexAt(-1); Shelf 66 ash/dip_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 105 ash/dip_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 683 ash/display/display_controller_unittest.cc Shelf::ForPrimaryDisplay()->shelf_widget()->GetNativeView(); Shelf 818 ash/display/display_controller_unittest.cc Shelf::ForPrimaryDisplay()->shelf_widget()->GetNativeView(); Shelf 907 ash/display/display_controller_unittest.cc Shelf::ForPrimaryDisplay()->shelf_widget()->GetNativeView(); Shelf 66 ash/first_run/first_run_helper_impl.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 71 ash/first_run/first_run_helper_impl.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 74 ash/focus_cycler_unittest.cc ASSERT_TRUE(Shelf::ForPrimaryDisplay()); Shelf 117 ash/focus_cycler_unittest.cc return Shelf::ForPrimaryDisplay()->shelf_widget(); Shelf 43 ash/shelf/shelf.cc const char Shelf::kNativeViewName[] = "ShelfView"; Shelf 45 ash/shelf/shelf.cc Shelf::Shelf(ShelfModel* shelf_model, Shelf 60 ash/shelf/shelf.cc Shelf::~Shelf() { Shelf 65 ash/shelf/shelf.cc Shelf* Shelf::ForPrimaryDisplay() { Shelf 72 ash/shelf/shelf.cc Shelf* Shelf::ForWindow(aura::Window* window) { Shelf 77 ash/shelf/shelf.cc void Shelf::SetAlignment(ShelfAlignment alignment) { Shelf 83 ash/shelf/shelf.cc gfx::Rect Shelf::GetScreenBoundsOfItemIconForWindow(aura::Window* window) { Shelf 94 ash/shelf/shelf.cc void Shelf::UpdateIconPositionForWindow(aura::Window* window) { Shelf 102 ash/shelf/shelf.cc void Shelf::ActivateShelfItem(int index) { Shelf 117 ash/shelf/shelf.cc void Shelf::CycleWindowLinear(CycleDirection direction) { Shelf 124 ash/shelf/shelf.cc void Shelf::AddIconObserver(ShelfIconObserver* observer) { Shelf 128 ash/shelf/shelf.cc void Shelf::RemoveIconObserver(ShelfIconObserver* observer) { Shelf 132 ash/shelf/shelf.cc bool Shelf::IsShowingMenu() const { Shelf 136 ash/shelf/shelf.cc bool Shelf::IsShowingOverflowBubble() const { Shelf 140 ash/shelf/shelf.cc void Shelf::SetVisible(bool visible) const { Shelf 144 ash/shelf/shelf.cc bool Shelf::IsVisible() const { Shelf 148 ash/shelf/shelf.cc void Shelf::SchedulePaint() { Shelf 152 ash/shelf/shelf.cc views::View* Shelf::GetAppListButtonView() const { Shelf 156 ash/shelf/shelf.cc void Shelf::LaunchAppIndexAt(int item_index) { Shelf 181 ash/shelf/shelf.cc void Shelf::SetShelfViewBounds(gfx::Rect bounds) { Shelf 185 ash/shelf/shelf.cc gfx::Rect Shelf::GetShelfViewBounds() const { Shelf 189 ash/shelf/shelf.cc gfx::Rect Shelf::GetVisibleItemsBoundsInScreen() const { Shelf 193 ash/shelf/shelf.cc app_list::ApplicationDragAndDropHost* Shelf::GetDragAndDropHostForAppList() { Shelf 46 ash/shelf/shelf.h class ASH_EXPORT Shelf { Shelf 50 ash/shelf/shelf.h Shelf(ShelfModel* model, ShelfDelegate* delegate, ShelfWidget* widget); Shelf 51 ash/shelf/shelf.h virtual ~Shelf(); Shelf 54 ash/shelf/shelf.h static Shelf* ForPrimaryDisplay(); Shelf 59 ash/shelf/shelf.h static Shelf* ForWindow(aura::Window* window); Shelf 123 ash/shelf/shelf.h DISALLOW_COPY_AND_ASSIGN(Shelf); Shelf 12 ash/shelf/shelf_delegate.h class Shelf; Shelf 22 ash/shelf/shelf_delegate.h virtual void OnShelfCreated(Shelf* shelf) = 0; Shelf 26 ash/shelf/shelf_delegate.h virtual void OnShelfDestroyed(Shelf* shelf) = 0; Shelf 778 ash/shelf/shelf_layout_manager_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 45 ash/shelf/shelf_unittest.cc shelf_ = Shelf::ForPrimaryDisplay(); Shelf 61 ash/shelf/shelf_unittest.cc Shelf* shelf() { Shelf 82 ash/shelf/shelf_unittest.cc Shelf* shelf_; Shelf 59 ash/shelf/shelf_view_unittest.cc explicit TestShelfIconObserver(Shelf* shelf) Shelf 80 ash/shelf/shelf_view_unittest.cc Shelf* shelf_; Shelf 93 ash/shelf/shelf_view_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 112 ash/shelf/shelf_view_unittest.cc Shelf* ShelfForSecondaryDisplay() { Shelf 113 ash/shelf/shelf_view_unittest.cc return Shelf::ForWindow(Shell::GetAllRootWindows()[1]); Shelf 188 ash/shelf/shelf_view_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 210 ash/shelf/shelf_view_unittest.cc virtual void OnShelfCreated(Shelf* shelf) OVERRIDE {} Shelf 212 ash/shelf/shelf_view_unittest.cc virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE {} Shelf 269 ash/shelf/shelf_view_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 566 ash/shelf/shelf_view_unittest.cc test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).SetShelfDelegate(delegate); Shelf 1590 ash/shelf/shelf_view_unittest.cc Shelf* secondary_shelf = Shelf::ForWindow(Shell::GetAllRootWindows()[1]); Shelf 1673 ash/shelf/shelf_view_unittest.cc Shelf* secondary_shelf = Shelf::ForWindow(second_root); Shelf 739 ash/shelf/shelf_widget.cc new Shelf(shell->shelf_model(), shell->GetShelfDelegate(), this)); Shelf 21 ash/shelf/shelf_widget.h class Shelf; Shelf 53 ash/shelf/shelf_widget.h Shelf* shelf() const { return shelf_.get(); } Shelf 100 ash/shelf/shelf_widget.h scoped_ptr<Shelf> shelf_; Shelf 30 ash/shelf/shelf_widget_unittest.cc return Shelf::ForPrimaryDisplay()->shelf_widget(); Shelf 51 ash/shelf/shelf_widget_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 118 ash/shelf/shelf_widget_unittest.cc Shelf* shelf = shelf_widget->shelf(); Shelf 166 ash/shelf/shelf_widget_unittest.cc Shelf* shelf = shelf_widget->shelf(); Shelf 125 ash/shell.h class Shelf; Shelf 24 ash/shell/shelf_delegate_impl.cc void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) { Shelf 27 ash/shell/shelf_delegate_impl.cc void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) { Shelf 28 ash/shell/shelf_delegate_impl.h virtual void OnShelfCreated(Shelf* shelf) OVERRIDE; Shelf 29 ash/shell/shelf_delegate_impl.h virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE; Shelf 46 ash/shell/window_watcher.cc Shelf::ForWindow(root)->shelf_widget()->window_container(); Shelf 58 ash/shell/window_watcher.cc Shelf::ForWindow(root)->shelf_widget()->window_container(); Shelf 392 ash/shell_unittest.cc ShelfWidget* shelf_widget = Shelf::ForPrimaryDisplay()->shelf_widget(); Shelf 12 ash/test/shelf_test_api.cc ShelfTestAPI::ShelfTestAPI(Shelf* shelf) Shelf 12 ash/test/shelf_test_api.h class Shelf; Shelf 21 ash/test/shelf_test_api.h explicit ShelfTestAPI(Shelf* shelf); Shelf 32 ash/test/shelf_test_api.h Shelf* shelf_; Shelf 79 ash/test/test_shelf_delegate.cc void TestShelfDelegate::OnShelfCreated(Shelf* shelf) { Shelf 82 ash/test/test_shelf_delegate.cc void TestShelfDelegate::OnShelfDestroyed(Shelf* shelf) { Shelf 40 ash/test/test_shelf_delegate.h virtual void OnShelfCreated(Shelf* shelf) OVERRIDE; Shelf 41 ash/test/test_shelf_delegate.h virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE; Shelf 177 ash/wm/app_list_controller.cc gfx::Rect applist_button_bounds = Shelf::ForWindow(container)-> Shelf 186 ash/wm/app_list_controller.cc Shelf::ForWindow(container)->GetAppListButtonView(), Shelf 188 ash/wm/app_list_controller.cc Shelf::ForWindow(container)->GetAppListButtonView()-> Shelf 197 ash/wm/app_list_controller.cc Shelf::ForWindow(container)->GetAppListButtonView(), Shelf 206 ash/wm/app_list_controller.cc Shelf::ForWindow(window)->GetDragAndDropHostForAppList()); Shelf 209 ash/wm/app_list_controller.cc Shelf::ForWindow(window)->GetAppListButtonView()->SchedulePaint(); Shelf 237 ash/wm/app_list_controller.cc Shelf::ForWindow(widget->GetNativeWindow())->AddIconObserver(this); Shelf 252 ash/wm/app_list_controller.cc Shelf::ForWindow(widget->GetNativeWindow())->RemoveIconObserver(this); Shelf 545 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::SetShelf(Shelf* shelf) { Shelf 44 ash/wm/dock/docked_window_layout_manager.h class Shelf; Shelf 111 ash/wm/dock/docked_window_layout_manager.h Shelf* shelf() { return shelf_; } Shelf 112 ash/wm/dock/docked_window_layout_manager.h void SetShelf(Shelf* shelf); Shelf 273 ash/wm/dock/docked_window_layout_manager.h Shelf* shelf_; Shelf 52 ash/wm/dock/docked_window_layout_manager_unittest.cc test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view())); Shelf 1411 ash/wm/dock/docked_window_resizer_unittest.cc ShelfWidget* shelf = Shelf::ForPrimaryDisplay()->shelf_widget(); Shelf 1020 ash/wm/immersive_fullscreen_controller_unittest.cc TEST_F(ImmersiveFullscreenControllerTest, Shelf) { Shelf 120 ash/wm/overview/window_selector_unittest.cc test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view())); Shelf 306 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::SetShelf(Shelf* shelf) { Shelf 40 ash/wm/panels/panel_layout_manager.h class Shelf; Shelf 76 ash/wm/panels/panel_layout_manager.h Shelf* shelf() { return shelf_; } Shelf 77 ash/wm/panels/panel_layout_manager.h void SetShelf(Shelf* shelf); Shelf 170 ash/wm/panels/panel_layout_manager.h Shelf* shelf_; Shelf 54 ash/wm/panels/panel_layout_manager_unittest.cc GetShelfView(Shelf::ForPrimaryDisplay()))); Shelf 122 ash/wm/panels/panel_layout_manager_unittest.cc Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); Shelf 165 ash/wm/panels/panel_layout_manager_unittest.cc Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); Shelf 244 ash/wm/panels/panel_layout_manager_unittest.cc ShelfView* shelf_view = GetShelfView(Shelf::ForWindow(window)); Shelf 257 ash/wm/panels/panel_layout_manager_unittest.cc ShelfView* GetShelfView(Shelf* shelf) { Shelf 541 ash/wm/panels/panel_layout_manager_unittest.cc Shelf* shelf = Shelf::ForPrimaryDisplay(); Shelf 602 ash/wm/panels/panel_layout_manager_unittest.cc ShelfView* shelf_view_1st = GetShelfView(Shelf::ForPrimaryDisplay()); Shelf 604 ash/wm/panels/panel_layout_manager_unittest.cc GetShelfView(Shelf::ForWindow(root_windows[1])); Shelf 454 ash/wm/window_animations.cc Shelf* shelf = Shelf::ForWindow(window); Shelf 399 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc for (std::set<ash::Shelf*>::iterator iter = shelves_.begin(); Shelf 1042 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::OnShelfCreated(ash::Shelf* shelf) { Shelf 1047 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::OnShelfDestroyed(ash::Shelf* shelf) { Shelf 287 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h virtual void OnShelfCreated(ash::Shelf* shelf) OVERRIDE; Shelf 288 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h virtual void OnShelfDestroyed(ash::Shelf* shelf) OVERRIDE; Shelf 568 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h std::set<ash::Shelf*> shelves_; Shelf 120 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc shelf_ = ash::Shelf::ForPrimaryDisplay(); Shelf 168 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc ash::Shelf* shelf_; Shelf 195 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc shelf_ = ash::Shelf::ForPrimaryDisplay(); Shelf 300 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc ash::Shelf* shelf_; Shelf 1676 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc ash::Shelf* secondary_shelf = ash::Shelf::ForWindow(secondary_root_window); Shelf 47 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc ash::Shelf* shelf = ash::Shelf::ForWindow(root_window);