Searched refs:shelf_layout_manager (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_widget_unittest.cc10 #include "ash/shelf/shelf_layout_manager.h"
34 return GetShelfWidget()->shelf_layout_manager();
120 ShelfLayoutManager* shelf_layout_manager = GetShelfLayoutManager(); local
121 ASSERT_TRUE(shelf_layout_manager);
184 ShelfLayoutManager* shelf_layout_manager = local
185 shelf_widget->shelf_layout_manager();
186 ASSERT_TRUE(shelf_layout_manager);
187 EXPECT_EQ(SHELF_VISIBLE, shelf_layout_manager->visibility_state());
218 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS);
219 shelf_layout_manager
247 ShelfLayoutManager* shelf_layout_manager = local
[all...]
H A Dshelf_button.h43 ShelfLayoutManager* shelf_layout_manager);
55 const ShelfLayoutManager* shelf_layout_manager() const { function in class:ash::ShelfButton
72 ShelfLayoutManager* shelf_layout_manager);
H A Dshelf_tooltip_manager.h41 ShelfTooltipManager(ShelfLayoutManager* shelf_layout_manager,
45 ShelfLayoutManager* shelf_layout_manager() { return shelf_layout_manager_; } function in class:ash::ShelfTooltipManager
H A Doverflow_bubble_view.cc11 #include "ash/shelf/shelf_layout_manager.h"
70 ShelfLayoutManager* shelf_layout_manager = GetShelfLayoutManager(); local
71 return shelf_layout_manager ? shelf_layout_manager->IsHorizontalAlignment()
81 ShelfLayoutManager* shelf_layout_manager = GetShelfLayoutManager(); local
82 return shelf_layout_manager ?
83 shelf_layout_manager->SelectValueForShelfAlignment(
H A Dshelf_widget.h52 ShelfLayoutManager* shelf_layout_manager() { return shelf_layout_manager_; } function in class:ash::ShelfWidget
H A Dshelf_tooltip_manager.cc7 #include "ash/shelf/shelf_layout_manager.h"
137 ShelfLayoutManager* shelf_layout_manager,
142 shelf_layout_manager_(shelf_layout_manager),
145 if (shelf_layout_manager)
146 shelf_layout_manager->AddObserver(this);
136 ShelfTooltipManager( ShelfLayoutManager* shelf_layout_manager, ShelfView* shelf_view) argument
H A Dshelf_button.cc12 #include "ash/shelf/shelf_layout_manager.h"
174 if (host_->shelf_layout_manager()->GetAlignment() ==
214 ShelfLayoutManager* shelf_layout_manager) {
215 ShelfButton* button = new ShelfButton(listener, host, shelf_layout_manager);
222 ShelfLayoutManager* shelf_layout_manager)
228 shelf_layout_manager_(shelf_layout_manager),
212 Create(views::ButtonListener* listener, ShelfButtonHost* host, ShelfLayoutManager* shelf_layout_manager) argument
220 ShelfButton(views::ButtonListener* listener, ShelfButtonHost* host, ShelfLayoutManager* shelf_layout_manager) argument
H A Dshelf_widget.cc13 #include "ash/shelf/shelf_layout_manager.h"
185 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
463 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
468 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds());
525 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
546 if (shelf_->shelf_layout_manager()->IsHorizontalAlignment()) {
H A Dshelf.cc16 #include "ash/shelf/shelf_layout_manager.h"
53 shelf_model, delegate_, shelf_widget_->shelf_layout_manager());
H A Dshelf_layout_manager_unittest.cc5 #include "ash/shelf/shelf_layout_manager.h"
694 ShelfLayoutManager* manager = shelf->shelf_layout_manager();
748 ShelfLayoutManager* manager = GetShelfWidget()->shelf_layout_manager();
761 shelf->shelf_layout_manager()->LayoutShelf();
762 EXPECT_EQ(SHELF_VISIBLE, shelf->shelf_layout_manager()->visibility_state());
765 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN);
766 shelf->shelf_layout_manager()->LayoutShelf();
767 EXPECT_EQ(SHELF_HIDDEN, shelf->shelf_layout_manager()->visibility_state());
783 SetState(shelf->shelf_layout_manager(), SHELF_VISIBLE);
790 SetState(shelf->shelf_layout_manager(), SHELF_HIDDE
[all...]
H A Dshelf_view.h70 ShelfLayoutManager* shelf_layout_manager() { return layout_manager_; } function in class:ash::ShelfView
H A Dshelf_view_unittest.cc19 #include "ash/shelf/shelf_layout_manager.h"
1152 shelf_view_->shelf_layout_manager()->SetAutoHideBehavior(
1156 shelf_view_->shelf_layout_manager()->SetAutoHideBehavior(
H A Dshelf_layout_manager.cc5 #include "ash/shelf/shelf_layout_manager.h"
569 return shelf ? shelf->shelf_layout_manager() : NULL;
/external/chromium_org/ash/wm/
H A Dstatus_area_layout_manager.cc7 #include "ash/shelf/shelf_layout_manager.h"
72 if (shelf_->shelf_layout_manager()->updating_bounds())
76 shelf_->shelf_layout_manager()->LayoutShelf();
H A Dworkspace_controller_unittest.cc11 #include "ash/shelf/shelf_layout_manager.h"
149 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::WorkspaceControllerTest
154 return shelf_layout_manager()->window_overlaps_shelf();
376 ShelfLayoutManager* shelf = shelf_layout_manager();
515 shelf_layout_manager()->visibility_state());
583 ShelfLayoutManager* shelf = shelf_layout_manager();
611 ShelfLayoutManager* shelf = shelf_layout_manager();
672 ShelfLayoutManager* shelf = shelf_layout_manager();
1396 ShelfLayoutManager* shelf = shelf_layout_manager();
1426 ShelfLayoutManager* shelf = shelf_layout_manager();
[all...]
H A Ddrag_window_resizer_unittest.cc9 #include "ash/shelf/shelf_layout_manager.h"
109 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::DragWindowResizerTest
/external/chromium_org/ash/
H A Droot_window_controller.cc21 #include "ash/shelf/shelf_layout_manager.h"
475 if (shelf_->shelf_layout_manager())
476 docked_layout_manager_->AddObserver(shelf_->shelf_layout_manager());
533 if (docked_layout_manager_ && shelf_ && shelf_->shelf_layout_manager())
534 docked_layout_manager_->RemoveObserver(shelf_->shelf_layout_manager());
557 if (shelf_->shelf_layout_manager())
558 shelf_->shelf_layout_manager()->PrepareForShutdown();
609 return shelf_->shelf_layout_manager();
648 shelf_->shelf_layout_manager()->UpdateVisibilityState();
693 keyboard_controller->AddObserver(shelf()->shelf_layout_manager());
[all...]
H A Droot_window_controller_unittest.cc8 #include "ash/shelf/shelf_layout_manager.h"
139 ShelfLayoutManager* shelf_layout_manager = local
141 shelf_layout_manager->SetAutoHideBehavior(
209 // kAutoHideSize in shelf_layout_manager.cc) inset at the bottom.
593 ShelfLayoutManager* shelf_layout_manager = local
595 shelf_layout_manager->SetAutoHideBehavior(
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc14 #include "ash/shelf/shelf_layout_manager.h"
949 ShelfLayoutManager* shelf_layout_manager = local
954 ASSERT_EQ(SHELF_VISIBLE, shelf_layout_manager->visibility_state());
956 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
957 shelf_layout_manager->UpdateVisibilityState();
961 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_NEVER);
962 shelf_layout_manager->UpdateVisibilityState();
966 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
967 shelf_layout_manager->UpdateVisibilityState();
H A Dworkspace_window_resizer_unittest.cc10 #include "ash/shelf/shelf_layout_manager.h"
183 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::WorkspaceWindowResizerTest
1736 shelf_layout_manager()->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
1770 shelf_layout_manager()->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
1804 shelf_layout_manager()->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
1838 shelf_layout_manager()->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_unittest.cc11 #include "ash/shelf/shelf_layout_manager.h"
197 Shell::GetPrimaryRootWindowController()->shelf()->shelf_layout_manager();
367 Shell::GetPrimaryRootWindowController()->shelf()->shelf_layout_manager();
H A Dtray_background_view.cc10 #include "ash/shelf/shelf_layout_manager.h"
168 !shelf_widget->shelf_layout_manager()->IsHorizontalAlignment())
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc10 #include "ash/shelf/shelf_layout_manager.h"
432 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( local
434 shelf_layout_manager->RemoveObserver(this);
547 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( local
549 shelf_layout_manager->AddObserver(this);
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc12 #include "ash/shelf/shelf_layout_manager.h"
244 ->shelf_layout_manager();
255 ->shelf_layout_manager();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc15 #include "ash/shelf/shelf_layout_manager.h"
403 (*iter)->shelf_widget()->shelf_layout_manager()->RemoveObserver(this);
1077 shelf->shelf_widget()->shelf_layout_manager()->AddObserver(this);

Completed in 281 milliseconds