HomeSort by relevance Sort by last modified time
    Searched refs:AppListController (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/wm/
app_list_controller.h 34 // AppListController is a controller that manages app list UI for shell.
38 class AppListController : public ui::EventHandler,
47 AppListController();
48 virtual ~AppListController();
130 DISALLOW_COPY_AND_ASSIGN(AppListController);
app_list_controller.cc 132 // AppListController, public:
134 AppListController::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::SetDragAndDropHostOfCurrentAppList
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 252 // AppListController overrides:
416 // The AppListController class manages global resources needed for the app
421 class AppListController : public 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_
    [all...]
  /external/chromium_org/ash/
shell.h 103 class AppListController;
547 scoped_ptr<internal::AppListController> app_list_controller_;
shell.cc 682 app_list_controller_.reset(new internal::AppListController);
    [all...]

Completed in 82 milliseconds