Searched defs:shelf_layout_manager (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ash/shelf/
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 Dshelf_widget.h57 ShelfLayoutManager* shelf_layout_manager() { return shelf_layout_manager_; } function in class:ash::ShelfWidget
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_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 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_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_view.h70 ShelfLayoutManager* shelf_layout_manager() { return layout_manager_; } function in class:ash::ShelfView
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
/external/chromium_org/ash/wm/
H A Ddrag_window_resizer_unittest.cc9 #include "ash/shelf/shelf_layout_manager.h"
109 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::DragWindowResizerTest
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...]
/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/
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/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);

Completed in 202 milliseconds