Searched defs:GetRootWindow (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/athena/test/
H A Dathena_test_helper.cc85 aura::Window* AthenaTestHelper::GetRootWindow() { function in class:athena::test::AthenaTestHelper
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller_unittest.cc36 aura::Window* root = GetRootWindow();
52 aura::Window* GetRootWindow() const { function in class:ash::MagnificationControllerTest
59 GetRootWindow()->GetHost());
69 GetRootWindow()->layer()->transform().TransformRectReverse(&bounds);
84 EXPECT_TRUE(GetRootWindow()->layer()->transform().IsIdentity());
90 EXPECT_FALSE(GetRootWindow()->layer()->transform().IsIdentity());
96 EXPECT_TRUE(GetRootWindow()->layer()->transform().IsIdentity());
102 EXPECT_TRUE(GetRootWindow()->layer()->transform().IsIdentity());
110 EXPECT_FALSE(GetRootWindow()->layer()->transform().IsIdentity());
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_window.cc30 aura::Window* WindowSelectorWindow::GetRootWindow() { function in class:ash::WindowSelectorWindow
31 return transform_window_.window()->GetRootWindow();
H A Dwindow_selector_panels.cc71 window()->GetRootWindow(), window()->layer()->bounds()));
102 DCHECK(window->GetRootWindow() == panels_root_window_);
107 aura::Window* WindowSelectorPanels::GetRootWindow() { function in class:ash::WindowSelectorPanels
108 return transform_windows_.front()->window()->GetRootWindow();
/external/chromium_org/printing/
H A Dprinting_context_win.cc352 HWND PrintingContextWin::GetRootWindow(gfx::NativeView view) { function in class:printing::PrintingContextWin
387 GetRootWindow(parent_view),
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_unittest.cc70 widget->GetNativeWindow()->GetRootWindow()));
103 generator_.reset(new ui::test::EventGenerator(GetRootWindow()));
124 aura::Window* GetRootWindow() { function in class:views::corewm::test::TooltipControllerTest
125 return GetWindow()->GetRootWindow();
159 EXPECT_EQ(GetWindow(), GetRootWindow()->GetEventHandlerForPoint(
185 aura::Window* root_window = GetRootWindow();
279 GetRootWindow()->GetEventHandlerForPoint(
327 EXPECT_EQ(window, GetRootWindow()->GetEventHandlerForPoint(
449 aura::client::SetScreenPositionClient(GetRootWindow(),
463 aura::client::SetScreenPositionClient(GetRootWindow(), NUL
720 aura::Window* GetRootWindow() { return GetWindow()->GetRootWindow(); } function in class:views::corewm::test::TooltipControllerTest3
[all...]
/external/chromium_org/ash/
H A Droot_window_controller.cc282 return GetRootWindowController(window->GetRootWindow());
289 return GetRootWindowController(window->GetRootWindow());
323 aura::Window* RootWindowController::GetRootWindow() { function in class:ash::RootWindowController
327 const aura::Window* RootWindowController::GetRootWindow() const { function in class:ash::RootWindowController
357 aura::Window* root_window = GetRootWindow();
405 return GetRootWindow()->GetChildById(container_id);
429 Shell::GetInstance()->OnShelfCreatedForRootWindow(GetRootWindow());
499 aura::Window* root_window = GetRootWindow();
554 ReparentAllWindows(GetRootWindow(), dst);
573 GetRootWindow(), NUL
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.cc326 Window* Window::GetRootWindow() { function in class:aura::Window
328 static_cast<const Window*>(this)->GetRootWindow());
331 const Window* Window::GetRootWindow() const { function in class:aura::Window
332 return IsRootWindow() ? this : parent_ ? parent_->GetRootWindow() : NULL;
341 const Window* root_window = GetRootWindow();
379 if (!GetRootWindow())
382 ConvertPointToTarget(parent_, GetRootWindow(), &origin);
388 const Window* root = GetRootWindow();
454 Window* root = GetRootWindow();
528 Window* old_root = child->GetRootWindow();
[all...]
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc436 HWND GetRootWindow() { function

Completed in 1282 milliseconds