Lines Matching refs:Shell
19 #include "ash/shell.h"
63 // accessed after Shell is deleted. A separate display instance is created
69 // ash::Shell:: is deleted.
83 return Shell::GetInstance()->display_manager();
153 aura::RootWindow* root = Shell::GetPrimaryRootWindow();
247 Shell::GetScreen()->AddObserver(this);
248 Shell::GetInstance()->display_manager()->set_delegate(this);
254 Shell::GetInstance()->display_manager()->set_delegate(NULL);
263 Shell::GetScreen()->RemoveObserver(this);
304 Shell::GetInstance()->InitRootWindowForSecondaryDisplay(root);
409 Shell::GetInstance()->screen()->NotifyBoundsChanged(
460 Shell* shell = Shell::GetInstance();
462 shell->output_configurator_animation();
477 if (Shell::GetScreen()->GetNumDisplays() > 1) {
480 Shell::GetInstance()->output_configurator_animation();
568 gfx::Point point_in_screen = Shell::GetScreen()->GetCursorScreenPoint();
695 Shell::GetInstance()->InitRootWindowForSecondaryDisplay(root);
704 // is deleted by the Shell.
765 gfx::Point point_in_screen = Shell::GetScreen()->GetCursorScreenPoint();
767 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen);
790 if (Shell::GetScreen()->GetNumDisplays() > 1 ) {
814 params.host = Shell::GetInstance()->root_window_host_factory()->
840 if (Shell::GetScreen()->GetNumDisplays() < 2 ||
844 DCHECK_EQ(2, Shell::GetScreen()->GetNumDisplays());
847 Shell::GetInstance()->display_manager()->UpdateDisplayBoundsForLayoutById(
855 Shell::GetInstance()->output_configurator_animation()->StartFadeInAnimation();
864 aura::RootWindow* primary = Shell::GetPrimaryRootWindow();
865 Shell::RootWindowList root_windows = Shell::GetAllRootWindows();