Home
last modified time | relevance | path

Searched refs:OnRootWindowAdded (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_window_watcher.cc75 OnRootWindowAdded(*it); in ShelfWindowWatcher()
104 void ShelfWindowWatcher::OnRootWindowAdded(aura::Window* root_window) { in OnRootWindowAdded() function in ash::internal::ShelfWindowWatcher
213 OnRootWindowAdded(root_window); in OnDisplayAdded()
Dshelf_window_watcher.h66 void OnRootWindowAdded(aura::Window* root_window);
/external/chromium_org/ash/high_contrast/
Dhigh_contrast_controller.h28 void OnRootWindowAdded(aura::Window* root_window);
Dhigh_contrast_controller.cc28 void HighContrastController::OnRootWindowAdded(aura::Window* root_window) { in OnRootWindowAdded() function in ash::HighContrastController
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.h99 void OnRootWindowAdded(aura::Window* root_window);
Ddesktop_background_controller.cc192 void DesktopBackgroundController::OnRootWindowAdded(aura::Window* root_window) { in OnRootWindowAdded() function in ash::DesktopBackgroundController
/external/chromium_org/ash/
Droot_window_controller.cc643 shell->desktop_background_controller()->OnRootWindowAdded(root_window()); in Init()
644 shell->high_contrast_controller()->OnRootWindowAdded( in Init()