Home | History | Annotate | Download | only in ash

Lines Matching defs:RootWindowController

267 void RootWindowController::CreateForPrimaryDisplay(AshWindowTreeHost* host) {
268 RootWindowController* controller = new RootWindowController(host);
269 controller->Init(RootWindowController::PRIMARY,
273 void RootWindowController::CreateForSecondaryDisplay(AshWindowTreeHost* host) {
274 RootWindowController* controller = new RootWindowController(host);
275 controller->Init(RootWindowController::SECONDARY, false /* first run */);
279 RootWindowController* RootWindowController::ForShelf(
286 RootWindowController* RootWindowController::ForWindow(
293 RootWindowController* RootWindowController::ForTargetRootWindow() {
299 aura::Window* RootWindowController::GetContainerForWindow(
307 RootWindowController::~RootWindowController() {
315 aura::WindowTreeHost* RootWindowController::GetHost() {
319 const aura::WindowTreeHost* RootWindowController::GetHost() const {
323 aura::Window* RootWindowController::GetRootWindow() {
327 const aura::Window* RootWindowController::GetRootWindow() const {
331 void RootWindowController::SetWallpaperController(
336 void RootWindowController::SetAnimatingWallpaperController(
343 void RootWindowController::Shutdown() {
384 RootWindowController::GetSystemModalLayoutManager(aura::Window* window) {
404 aura::Window* RootWindowController::GetContainer(int container_id) {
408 const aura::Window* RootWindowController::GetContainer(int container_id) const {
412 void RootWindowController::ShowShelf() {
419 void RootWindowController::OnShelfCreated() {
432 void RootWindowController::UpdateAfterLoginStatusChange(
440 void RootWindowController::HandleInitialDesktopBackgroundAnimationStarted() {
453 void RootWindowController::OnWallpaperAnimationFinished(views::Widget* widget) {
477 void RootWindowController::CloseChildWindows() {
550 void RootWindowController::MoveWindowsTo(aura::Window* dst) {
557 ShelfLayoutManager* RootWindowController::GetShelfLayoutManager() {
561 SystemTray* RootWindowController::GetSystemTray() {
568 void RootWindowController::ShowContextMenu(const gfx::Point& location_in_screen,
595 void RootWindowController::UpdateShelfVisibility() {
599 const aura::Window* RootWindowController::GetWindowForFullscreenMode() const {
633 void RootWindowController::ActivateKeyboard(
657 void RootWindowController::DeactivateKeyboard(
682 bool RootWindowController::IsVirtualKeyboardWindow(aura::Window* window) {
689 // RootWindowController, private:
691 RootWindowController::RootWindowController(AshWindowTreeHost* ash_host)
707 void RootWindowController::Init(RootWindowType root_window_type,
751 void RootWindowController::InitLayoutManagers() {
821 void RootWindowController::InitTouchHuds() {
829 void RootWindowController::CreateSystemBackground(
851 void RootWindowController::CreateContainersInRootWindow(
1051 void RootWindowController::EnableTouchHudProjection() {
1057 void RootWindowController::DisableTouchHudProjection() {
1063 void RootWindowController::OnLoginStateChanged(user::LoginStatus status) {
1067 void RootWindowController::OnTouchHudProjectionToggled(bool enabled) {
1074 RootWindowController* GetRootWindowController(