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

  /external/chromium_org/ash/test/
app_list_controller_test_api.h 16 class AppListController;
21 // Accesses private data from an AppListController for testing.
32 AppListController* app_list_controller_; // Not owned.
shell_test_api.h 15 class AppListController;
42 AppListController* app_list_controller();
shell_test_api.cc 54 AppListController* ShellTestApi::app_list_controller() {
  /external/chromium_org/ash/wm/
app_list_controller.cc 153 // AppListController, public:
155 AppListController::AppListController()
164 AppListController::~AppListController() {
176 void AppListController::SetVisible(bool visible, aura::Window* window) {
247 bool AppListController::IsVisible() const {
251 aura::Window* AppListController::GetWindow() {
256 // AppListController, private:
258 void AppListController::SetDragAndDropHostOfCurrentAppList
    [all...]
app_list_controller.h 36 // AppListController is a controller that manages app list UI for shell.
40 class AppListController : public ui::EventHandler,
50 AppListController();
51 virtual ~AppListController();
146 DISALLOW_COPY_AND_ASSIGN(AppListController);
  /external/chromium_org/ash/
shell.h 80 class AppListController;
645 scoped_ptr<AppListController> app_list_controller_;
shell.cc 300 app_list_controller_.reset(new AppListController);
    [all...]

Completed in 161 milliseconds