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

12

/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.h57 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"
171 if (host_->shelf_layout_manager()->GetAlignment() ==
209 ShelfLayoutManager* shelf_layout_manager) {
210 ShelfButton* button = new ShelfButton(listener, host, shelf_layout_manager);
217 ShelfLayoutManager* shelf_layout_manager)
223 shelf_layout_manager_(shelf_layout_manager),
207 Create(views::ButtonListener* listener, ShelfButtonHost* host, ShelfLayoutManager* shelf_layout_manager) argument
215 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(
474 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
479 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds());
536 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
557 if (shelf_->shelf_layout_manager()->IsHorizontalAlignment()) {
H A Dshelf.cc16 #include "ash/shelf/shelf_layout_manager.h"
51 shelf_model, delegate_, shelf_widget_->shelf_layout_manager());
H A Dshelf_layout_manager_unittest.cc5 #include "ash/shelf/shelf_layout_manager.h"
695 ShelfLayoutManager* manager = shelf->shelf_layout_manager();
749 ShelfLayoutManager* manager = GetShelfWidget()->shelf_layout_manager();
762 shelf->shelf_layout_manager()->LayoutShelf();
763 EXPECT_EQ(SHELF_VISIBLE, shelf->shelf_layout_manager()->visibility_state());
766 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN);
767 shelf->shelf_layout_manager()->LayoutShelf();
768 EXPECT_EQ(SHELF_HIDDEN, shelf->shelf_layout_manager()->visibility_state());
784 SetState(shelf->shelf_layout_manager(), SHELF_VISIBLE);
791 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.cc20 #include "ash/shelf/shelf_layout_manager.h"
1199 shelf_view_->shelf_layout_manager()->SetAutoHideBehavior(
1203 shelf_view_->shelf_layout_manager()->SetAutoHideBehavior(
H A Dshelf_layout_manager.cc5 #include "ash/shelf/shelf_layout_manager.h"
553 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"
58 if (shelf_->shelf_layout_manager()->updating_bounds())
62 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"
424 if (shelf_->shelf_layout_manager())
425 docked_layout_manager_->AddObserver(shelf_->shelf_layout_manager());
482 if (docked_layout_manager_ && shelf_ && shelf_->shelf_layout_manager())
483 docked_layout_manager_->RemoveObserver(shelf_->shelf_layout_manager());
506 if (shelf_->shelf_layout_manager())
507 shelf_->shelf_layout_manager()->PrepareForShutdown();
558 return shelf_->shelf_layout_manager();
596 shelf_->shelf_layout_manager()->UpdateVisibilityState();
640 keyboard_controller->AddObserver(shelf()->shelf_layout_manager());
[all...]
H A Droot_window_controller_unittest.cc8 #include "ash/shelf/shelf_layout_manager.h"
140 ShelfLayoutManager* shelf_layout_manager = local
142 shelf_layout_manager->SetAutoHideBehavior(
210 // kAutoHideSize in shelf_layout_manager.cc) inset at the bottom.
594 ShelfLayoutManager* shelf_layout_manager = local
596 shelf_layout_manager->SetAutoHideBehavior(
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc14 #include "ash/shelf/shelf_layout_manager.h"
952 ShelfLayoutManager* shelf_layout_manager = local
957 ASSERT_EQ(SHELF_VISIBLE, shelf_layout_manager->visibility_state());
959 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
960 shelf_layout_manager->UpdateVisibilityState();
964 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_NEVER);
965 shelf_layout_manager->UpdateVisibilityState();
969 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
970 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
1754 shelf_layout_manager()->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
1788 shelf_layout_manager()->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
1822 shelf_layout_manager()->SetAutoHideBehavior(SHELF_AUTO_HIDE_ALWAYS_HIDDEN);
1856 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"
170 !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"
434 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( local
436 shelf_layout_manager->RemoveObserver(this);
549 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( local
551 shelf_layout_manager->AddObserver(this);
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc9 #include "ash/shelf/shelf_layout_manager.h"
293 shelf()->shelf_layout_manager();
H A Dpanel_layout_manager_unittest.cc12 #include "ash/shelf/shelf_layout_manager.h"
244 ->shelf_layout_manager();
255 ->shelf_layout_manager();

Completed in 281 milliseconds

12