HomeSort by relevance Sort by last modified time
    Searched defs:AppWindowLauncherController (Results 1 - 2 of 2) 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...]

Completed in 36 milliseconds