HomeSort by relevance Sort by last modified time
    Searched defs:GetPrimaryRootWindow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 184 aura::RootWindow* GetPrimaryRootWindow() {
205 aura::RootWindow* root = GetPrimaryRootWindow();
  /external/chromium_org/ash/
shell.cc 255 aura::client::GetFocusClient(GetPrimaryRootWindow())->FocusWindow(NULL);
379 return GetRootWindowController(GetPrimaryRootWindow());
389 aura::RootWindow* Shell::GetPrimaryRootWindow() {
390 return GetInstance()->display_controller()->GetPrimaryRootWindow();
510 aura::RootWindow* root_window = display_controller_->GetPrimaryRootWindow();
759 GetPrimaryRootWindow());
    [all...]
  /external/chromium_org/ash/display/
display_controller.cc 153 aura::RootWindow* root = Shell::GetPrimaryRootWindow();
325 aura::RootWindow* DisplayController::GetPrimaryRootWindow() {
735 controller->MoveWindowsTo(GetPrimaryRootWindow());
    [all...]

Completed in 56 milliseconds