Home
last modified time | relevance | path

Searched refs:Shelf (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/ash/shelf/
Dshelf.cc43 const char Shelf::kNativeViewName[] = "ShelfView";
45 Shelf::Shelf(ShelfModel* shelf_model, in Shelf() function in ash::Shelf
60 Shelf::~Shelf() { in ~Shelf()
65 Shelf* Shelf::ForPrimaryDisplay() { in ForPrimaryDisplay()
72 Shelf* Shelf::ForWindow(aura::Window* window) { in ForWindow()
77 void Shelf::SetAlignment(ShelfAlignment alignment) { in SetAlignment()
83 gfx::Rect Shelf::GetScreenBoundsOfItemIconForWindow( in GetScreenBoundsOfItemIconForWindow()
95 void Shelf::UpdateIconPositionForWindow(aura::Window* window) { in UpdateIconPositionForWindow()
103 void Shelf::ActivateShelfItem(int index) { in ActivateShelfItem()
118 void Shelf::CycleWindowLinear(CycleDirection direction) { in CycleWindowLinear()
[all …]
Dshelf.h46 class ASH_EXPORT Shelf {
50 Shelf(ShelfModel* model, ShelfDelegate* delegate, ShelfWidget* widget);
51 virtual ~Shelf();
54 static Shelf* ForPrimaryDisplay();
59 static Shelf* ForWindow(aura::Window* window);
123 DISALLOW_COPY_AND_ASSIGN(Shelf);
Dshelf_delegate.h12 class Shelf; variable
22 virtual void OnShelfCreated(Shelf* shelf) = 0;
26 virtual void OnShelfDestroyed(Shelf* shelf) = 0;
Dshelf_widget.h21 class Shelf; variable
53 Shelf* shelf() const { return shelf_.get(); } in shelf()
100 scoped_ptr<Shelf> shelf_;
Dshelf_unittest.cc45 shelf_ = Shelf::ForPrimaryDisplay(); in SetUp()
61 Shelf* shelf() { in shelf()
82 Shelf* shelf_;
Dshelf_widget_unittest.cc30 return Shelf::ForPrimaryDisplay()->shelf_widget(); in GetShelfWidget()
51 Shelf* shelf = Shelf::ForPrimaryDisplay(); in TEST_F()
118 Shelf* shelf = shelf_widget->shelf(); in TEST_F()
166 Shelf* shelf = shelf_widget->shelf(); in TEST_F()
Dshelf_view_unittest.cc59 explicit TestShelfIconObserver(Shelf* shelf) in TestShelfIconObserver()
80 Shelf* shelf_;
93 Shelf* shelf = Shelf::ForPrimaryDisplay(); in SetUp()
112 Shelf* ShelfForSecondaryDisplay() { in ShelfForSecondaryDisplay()
113 return Shelf::ForWindow(Shell::GetAllRootWindows()[1]); in ShelfForSecondaryDisplay()
214 Shelf* shelf = Shelf::ForPrimaryDisplay(); in TEST_F()
236 virtual void OnShelfCreated(Shelf* shelf) OVERRIDE {} in OnShelfCreated()
238 virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE {} in OnShelfDestroyed()
295 Shelf* shelf = Shelf::ForPrimaryDisplay(); in SetUp()
592 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).SetShelfDelegate(delegate); in ReplaceShelfDelegateForRipOffTest()
[all …]
/external/chromium_org/ash/test/
Dshelf_test_api.h12 class Shelf; variable
21 explicit ShelfTestAPI(Shelf* shelf);
32 Shelf* shelf_;
Dtest_shelf_delegate.h40 virtual void OnShelfCreated(Shelf* shelf) OVERRIDE;
41 virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE;
Dtest_shelf_delegate.cc79 void TestShelfDelegate::OnShelfCreated(Shelf* shelf) { in OnShelfCreated()
82 void TestShelfDelegate::OnShelfDestroyed(Shelf* shelf) { in OnShelfDestroyed()
Dshelf_test_api.cc12 ShelfTestAPI::ShelfTestAPI(Shelf* shelf) in ShelfTestAPI()
/external/chromium_org/ash/first_run/
Dfirst_run_helper_impl.cc66 Shelf* shelf = Shelf::ForPrimaryDisplay(); in GetLauncherBounds()
71 Shelf* shelf = Shelf::ForPrimaryDisplay(); in GetAppListButtonBounds()
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager.h41 class Shelf; variable
81 Shelf* shelf() { return shelf_; } in shelf()
82 void SetShelf(Shelf* shelf);
182 Shelf* shelf_;
Dpanel_layout_manager_unittest.cc56 GetShelfView(Shelf::ForPrimaryDisplay()))); in SetUp()
124 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); in IsPanelAboveLauncherIcon()
167 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); in IsCalloutAboveLauncherIcon()
246 ShelfView* shelf_view = GetShelfView(Shelf::ForWindow(window)); in SetShelfAutoHideBehavior()
259 ShelfView* GetShelfView(Shelf* shelf) { in GetShelfView()
543 Shelf* shelf = Shelf::ForPrimaryDisplay(); in TEST_F()
604 ShelfView* shelf_view_1st = GetShelfView(Shelf::ForPrimaryDisplay()); in TEST_F()
606 GetShelfView(Shelf::ForWindow(root_windows[1])); in TEST_F()
/external/chromium_org/ash/shell/
Dshelf_delegate_impl.cc24 void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) { in OnShelfCreated()
27 void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) { in OnShelfDestroyed()
Dshelf_delegate_impl.h28 virtual void OnShelfCreated(Shelf* shelf) OVERRIDE;
29 virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE;
Dwindow_watcher.cc46 Shelf::ForWindow(root)->shelf_widget()->window_container(); in RootWindowAdded()
58 Shelf::ForWindow(root)->shelf_widget()->window_container(); in RootWindowRemoved()
/external/chromium_org/ash/wm/
Dapp_list_controller.cc205 Shelf::ForWindow(container)->GetAppListButtonView(); in SetVisible()
229 Shelf::ForWindow(container)->GetAppListButtonView(), in SetVisible()
232 Shelf::ForWindow(container)->GetAppListButtonView()->GetWidget()), in SetVisible()
241 Shelf::ForWindow(window)->GetDragAndDropHostForAppList()); in SetVisible()
244 Shelf::ForWindow(window)->GetAppListButtonView()->SchedulePaint(); in SetVisible()
276 Shelf::ForWindow(widget->GetNativeWindow())->AddIconObserver(this); in SetView()
297 Shelf::ForWindow(widget->GetNativeWindow())->RemoveIconObserver(this); in ResetView()
Dwindow_animations.cc454 Shelf* shelf = Shelf::ForWindow(window); in GetMinimizeAnimationTargetBoundsInScreen()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.h43 class Shelf; variable
110 Shelf* shelf() { return shelf_; } in shelf()
111 void SetShelf(Shelf* shelf);
272 Shelf* shelf_;
/external/chromium_org/ash/
Ddip_unittest.cc66 Shelf* shelf = Shelf::ForPrimaryDisplay(); in TEST_F()
Dfocus_cycler_unittest.cc74 ASSERT_TRUE(Shelf::ForPrimaryDisplay()); in SetUp()
117 return Shelf::ForPrimaryDisplay()->shelf_widget(); in shelf_widget()
/external/chromium_org/chrome/browser/ui/window_sizer/
Dwindow_sizer_ash_uitest.cc47 ash::Shelf* shelf = ash::Shelf::ForWindow(root_window); in GetChromeIconBoundsForRootWindow()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller.h295 virtual void OnShelfCreated(ash::Shelf* shelf) OVERRIDE;
296 virtual void OnShelfDestroyed(ash::Shelf* shelf) OVERRIDE;
581 std::set<ash::Shelf*> shelves_;
/external/chromium_org/ash/accelerators/
Daccelerator_controller.cc154 Shelf::ForPrimaryDisplay()->shelf_widget()); in HandleFocusLauncher()
159 Shelf::ForPrimaryDisplay()->LaunchAppIndexAt(n); in HandleLaunchAppN()
165 Shelf::ForPrimaryDisplay()->LaunchAppIndexAt(-1); in HandleLaunchLastApp()

12