Searched refs:AppListController (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc132 // AppListController, public:
134 AppListController::AppListController() function in class:ash::internal::AppListController
143 AppListController::~AppListController() {
153 void AppListController::SetVisible(bool visible, aura::Window* window) {
206 bool AppListController::IsVisible() const {
210 aura::Window* AppListController::GetWindow() {
215 // AppListController, private:
217 void AppListController
[all...]
H A Dapp_list_controller.h34 // AppListController is a controller that manages app list UI for shell.
38 class AppListController : public ui::EventHandler, class in namespace:ash::internal
47 AppListController();
48 virtual ~AppListController();
130 DISALLOW_COPY_AND_ASSIGN(AppListController);
/external/chromium_org/chrome/browser/ui/views/app_list/
H A Dapp_list_controller_win.cc252 // AppListController overrides:
416 // The AppListController class manages global resources needed for the app
421 class AppListController : public AppListServiceImpl { class in inherits:AppListServiceImpl
423 virtual ~AppListController();
425 static AppListController* GetInstance() {
426 return Singleton<AppListController,
427 LeakySingletonTraits<AppListController> >::get();
454 friend struct DefaultSingletonTraits<AppListController>;
456 AppListController();
507 base::WeakPtrFactory<AppListController> weak_factory
597 AppListController::AppListController() function in class:AppListController
[all...]
/external/chromium_org/ash/
H A Dshell.h103 class AppListController;
547 scoped_ptr<internal::AppListController> app_list_controller_;
H A Dshell.cc682 app_list_controller_.reset(new internal::AppListController);

Completed in 1354 milliseconds