Searched defs:GetPrimaryRootWindow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/touch/
H A Dtouch_observer_hud_unittest.cc156 aura::Window* GetPrimaryRootWindow() { function in class:ash::TouchHudTestBase
177 aura::Window* root = GetPrimaryRootWindow();
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc160 aura::Window* root = Shell::GetPrimaryRootWindow();
328 aura::Window* DisplayController::GetPrimaryRootWindow() { function in class:ash::DisplayController
625 controller->MoveWindowsTo(GetPrimaryRootWindow());
774 aura::Window* primary = Shell::GetPrimaryRootWindow();
/external/chromium_org/ash/
H A Dshell.cc217 return GetRootWindowController(GetPrimaryRootWindow());
228 aura::Window* Shell::GetPrimaryRootWindow() { function in class:ash::Shell
230 return GetInstance()->display_controller()->GetPrimaryRootWindow();
402 kShellWindowId_LockSystemModalContainer, GetPrimaryRootWindow());
672 aura::client::GetFocusClient(GetPrimaryRootWindow())->FocusWindow(NULL);
885 aura::Window* root_window = display_controller_->GetPrimaryRootWindow();

Completed in 2702 milliseconds