Home
last modified time | relevance | path

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

12

/external/chromium_org/ash/shelf/
Dshelf.cc41 const char Shelf::kNativeViewName[] = "ShelfView";
43 Shelf::Shelf(ShelfModel* shelf_model, in Shelf() function in ash::Shelf
58 Shelf::~Shelf() { in ~Shelf()
63 Shelf* Shelf::ForPrimaryDisplay() { in ForPrimaryDisplay()
70 Shelf* Shelf::ForWindow(aura::Window* window) { in ForWindow()
75 void Shelf::SetAlignment(ShelfAlignment alignment) { in SetAlignment()
81 gfx::Rect Shelf::GetScreenBoundsOfItemIconForWindow( in GetScreenBoundsOfItemIconForWindow()
93 void Shelf::UpdateIconPositionForWindow(aura::Window* window) { in UpdateIconPositionForWindow()
101 void Shelf::ActivateShelfItem(int index) { in ActivateShelfItem()
115 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
58 Shelf* shelf() const { return shelf_.get(); } in shelf()
105 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()
217 Shelf* shelf = Shelf::ForPrimaryDisplay(); in TEST_F()
239 virtual void OnShelfCreated(Shelf* shelf) OVERRIDE {} in OnShelfCreated()
241 virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE {} in OnShelfDestroyed()
304 Shelf* shelf = Shelf::ForPrimaryDisplay(); in SetUp()
621 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.cc78 void TestShelfDelegate::OnShelfCreated(Shelf* shelf) { in OnShelfCreated()
81 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.cc62 Shelf* shelf = Shelf::ForPrimaryDisplay(); in GetLauncherBounds()
67 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/wm/
Dapp_list_controller.cc198 Shelf::ForWindow(container)->GetAppListButtonView(); in Show()
222 Shelf::ForWindow(container)->GetAppListButtonView(), in Show()
225 Shelf::ForWindow(container)->GetAppListButtonView()->GetWidget()), in Show()
234 Shelf::ForWindow(window)->GetDragAndDropHostForAppList()); in Show()
237 Shelf::ForWindow(window)->GetAppListButtonView()->SchedulePaint(); in Show()
264 Shelf::ForWindow(view_->GetWidget()->GetNativeView()) in Dismiss()
298 Shelf::ForWindow(widget->GetNativeWindow())->AddIconObserver(this); in SetView()
319 Shelf::ForWindow(widget->GetNativeWindow())->RemoveIconObserver(this); in ResetView()
Dwindow_animations.cc454 Shelf* shelf = Shelf::ForWindow(window); in GetMinimizeAnimationTargetBoundsInScreen()
/external/chromium_org/ash/shell/
Dshelf_delegate_impl.cc23 void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) { in OnShelfCreated()
26 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/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.h294 virtual void OnShelfCreated(ash::Shelf* shelf) OVERRIDE;
295 virtual void OnShelfDestroyed(ash::Shelf* shelf) OVERRIDE;
590 std::set<ash::Shelf*> shelves_;
/external/chromium_org/ash/accelerators/
Daccelerator_controller.cc154 Shelf::ForPrimaryDisplay()->shelf_widget()); in HandleFocusShelf()
159 Shelf::ForPrimaryDisplay()->LaunchAppIndexAt(n); in HandleLaunchAppN()
165 Shelf::ForPrimaryDisplay()->LaunchAppIndexAt(-1); in HandleLaunchLastApp()

12