Home | History | Annotate | Download | only in ash

Lines Matching refs:RootWindowController

207 RootWindowController::RootWindowController(aura::RootWindow* root_window)
221 RootWindowController::~RootWindowController() {
227 RootWindowController* RootWindowController::ForLauncher(aura::Window* window) {
232 RootWindowController* RootWindowController::ForWindow(
238 RootWindowController* RootWindowController::ForActiveRootWindow() {
242 void RootWindowController::SetWallpaperController(
247 void RootWindowController::SetAnimatingWallpaperController(
254 void RootWindowController::Shutdown() {
286 RootWindowController::GetSystemModalLayoutManager(aura::Window* window) {
305 aura::Window* RootWindowController::GetContainer(int container_id) {
309 const aura::Window* RootWindowController::GetContainer(int container_id) const {
313 void RootWindowController::Init(bool first_run_after_boot) {
330 void RootWindowController::ShowLauncher() {
337 void RootWindowController::OnLauncherCreated() {
347 void RootWindowController::UpdateAfterLoginStatusChange(
355 void RootWindowController::HandleInitialDesktopBackgroundAnimationStarted() {
366 void RootWindowController::OnWallpaperAnimationFinished(views::Widget* widget) {
388 void RootWindowController::CloseChildWindows() {
445 void RootWindowController::MoveWindowsTo(aura::RootWindow* dst) {
452 ShelfLayoutManager* RootWindowController::GetShelfLayoutManager() {
456 SystemTray* RootWindowController::GetSystemTray() {
463 void RootWindowController::ShowContextMenu(const gfx::Point& location_in_screen,
488 void RootWindowController::UpdateShelfVisibility() {
492 const aura::Window* RootWindowController::GetFullscreenWindow() const {
502 void RootWindowController::InitKeyboard() {
523 // RootWindowController, private:
525 void RootWindowController::InitLayoutManagers() {
585 void RootWindowController::InitTouchHuds() {
593 void RootWindowController::CreateSystemBackground(
615 void RootWindowController::CreateContainersInRootWindow(
780 void RootWindowController::EnableTouchHudProjection() {
786 void RootWindowController::DisableTouchHudProjection() {
792 void RootWindowController::OnLoginStateChanged(user::LoginStatus status) {
796 void RootWindowController::OnTouchHudProjectionToggled(bool enabled) {