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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_window_launcher_controller.h 33 // AppWindowLauncherController observes the app window registry and the
36 class AppWindowLauncherController
41 explicit AppWindowLauncherController(ChromeLauncherController* owner);
42 virtual ~AppWindowLauncherController();
95 DISALLOW_COPY_AND_ASSIGN(AppWindowLauncherController);
app_window_launcher_controller.cc 39 AppWindowLauncherController::AppWindowLauncherController(
55 AppWindowLauncherController::~AppWindowLauncherController() {
71 void AppWindowLauncherController::AdditionalUserAddedToSession(
87 void AppWindowLauncherController::OnAppWindowIconChanged(
102 void AppWindowLauncherController::OnAppWindowShown(AppWindow* app_window) {
111 void AppWindowLauncherController::OnAppWindowHidden(AppWindow* app_window) {
123 void AppWindowLauncherController::OnWindowDestroying(aura::Window* window) {
129 void AppWindowLauncherController::OnWindowActivated(aura::Window* new_active
    [all...]
multi_profile_app_window_launcher_controller.h 10 // Inherits from AppWindowLauncherController and overwrites the AppWindow
13 : public AppWindowLauncherController {
19 // Overridden from AppWindowLauncherController:
chrome_launcher_controller.h 45 class AppWindowLauncherController;
90 // AppWindowLauncherController.
403 // Access to the AppWindowLauncherController for tests.
404 AppWindowLauncherController* app_window_controller_for_test() {
575 scoped_ptr<AppWindowLauncherController> app_window_controller_;
multi_profile_app_window_launcher_controller.cc 27 : AppWindowLauncherController(owner) {}
chrome_launcher_controller.cc 411 app_window_controller_.reset(new AppWindowLauncherController(this));
417 app_window_controller_.reset(new AppWindowLauncherController(this));
    [all...]

Completed in 163 milliseconds