Searched refs:AppListController (Results 1 – 7 of 7) sorted by relevance
155 AppListController::AppListController() in AppListController() function in ash::AppListController164 AppListController::~AppListController() { in ~AppListController()176 void AppListController::Show(aura::Window* window) { in Show()240 void AppListController::Dismiss() { in Dismiss()269 bool AppListController::IsVisible() const { in IsVisible()273 aura::Window* AppListController::GetWindow() { in GetWindow()280 void AppListController::SetDragAndDropHostOfCurrentAppList( in SetDragAndDropHostOfCurrentAppList()286 void AppListController::SetView(app_list::AppListView* view) { in SetView()307 void AppListController::ResetView() { in ResetView()328 void AppListController::ScheduleAnimation() { in ScheduleAnimation()[all …]
40 class AppListController : public ui::EventHandler,50 AppListController();51 virtual ~AppListController();147 DISALLOW_COPY_AND_ASSIGN(AppListController);
16 class AppListController; variable32 AppListController* app_list_controller_; // Not owned.
15 class AppListController; variable43 AppListController* app_list_controller();
55 AppListController* ShellTestApi::app_list_controller() { in app_list_controller()
80 class AppListController; variable652 scoped_ptr<AppListController> app_list_controller_;
305 app_list_controller_.reset(new AppListController); in ShowAppList()