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();
323 aura::Window* DisplayController::GetPrimaryRootWindow() { function in class:ash::DisplayController
620 controller->MoveWindowsTo(GetPrimaryRootWindow());
772 aura::Window* primary = Shell::GetPrimaryRootWindow();
/external/chromium_org/ash/
H A Dshell.cc216 return GetRootWindowController(GetPrimaryRootWindow());
226 aura::Window* Shell::GetPrimaryRootWindow() { function in class:ash::Shell
227 return GetInstance()->display_controller()->GetPrimaryRootWindow();
382 kShellWindowId_LockSystemModalContainer, GetPrimaryRootWindow());
656 aura::client::GetFocusClient(GetPrimaryRootWindow())->FocusWindow(NULL);
868 aura::Window* root_window = display_controller_->GetPrimaryRootWindow();

Completed in 6059 milliseconds