Home | History | Annotate | Download | only in launcher

Lines Matching defs:shelf

8 #include "ash/shelf/shelf_layout_manager.h"
9 #include "ash/shelf/shelf_widget.h"
47 controller->shelf()->launcher()->GetLauncherViewForTest()));
121 // Create a full-screen window to hide the shelf.
130 // Once the shelf is hidden, the tooltip should be invisible.
137 // Do not show the view if the shelf is hidden.
141 // ShowDelayed() doesn't even start the timer for the hidden shelf.
158 internal::ShelfLayoutManager* shelf =
160 shelf->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS);
161 shelf->UpdateAutoHideState();
162 ASSERT_EQ(SHELF_AUTO_HIDE_HIDDEN, shelf->auto_hide_state());
169 // Do not show the view if the shelf is hidden.
173 // ShowDelayed doesn't even run the timer for the hidden shelf.