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

  /external/chromium_org/ash/wm/
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();
147 DISALLOW_COPY_AND_ASSIGN(AppListController);
app_list_controller.cc 153 // AppListController, public:
155 AppListController::AppListController()
164 AppListController::~AppListController() {
176 void AppListController::Show(aura::Window* window) {
240 void AppListController::Dismiss() {
269 bool AppListController::IsVisible() const {
273 aura::Window* AppListController::GetWindow() {
278 // AppListController, private
    [all...]

Completed in 639 milliseconds