Home
last modified time | relevance | path

Searched refs:SetRootTransform (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ash/host/
Dash_window_tree_host_ozone.cc33 virtual void SetRootTransform(const gfx::Transform& transform) OVERRIDE;
74 void AshWindowTreeHostOzone::SetRootTransform(const gfx::Transform& transform) { in SetRootTransform() function in ash::__anon7918f3c40111::AshWindowTreeHostOzone
Dash_remote_window_tree_host_win.cc44 void AshRemoteWindowTreeHostWin::SetRootTransform( in SetRootTransform() function in ash::AshRemoteWindowTreeHostWin
Dash_remote_window_tree_host_win.h37 virtual void SetRootTransform(const gfx::Transform& transform) OVERRIDE;
Dash_window_tree_host_x11.h41 virtual void SetRootTransform(const gfx::Transform& transform) OVERRIDE;
Dash_window_tree_host_win.cc89 virtual void SetRootTransform(const gfx::Transform& transform) OVERRIDE { in SetRootTransform() function in ash::__anoncb46aee70111::AshWindowTreeHostWin
Dash_window_tree_host_x11.cc151 void AshWindowTreeHostX11::SetRootTransform(const gfx::Transform& transform) { in SetRootTransform() function in ash::AshWindowTreeHostX11
/external/chromium_org/ui/aura/test/
Dtest_screen.cc52 host_->SetRootTransform(GetRotationTransform() * GetUIScaleTransform()); in SetDisplayRotation()
61 host_->SetRootTransform(GetRotationTransform() * GetUIScaleTransform()); in SetUIScale()
/external/chromium_org/ui/aura/
Dwindow_tree_host.h75 virtual void SetRootTransform(const gfx::Transform& transform);
Dwindow_tree_host.cc96 void WindowTreeHost::SetRootTransform(const gfx::Transform& transform) { in SetRootTransform() function in aura::WindowTreeHost
Dwindow_unittest.cc375 host()->SetRootTransform(transform); in TEST_F()
454 host()->SetRootTransform(root_transform); in TEST_F()
1495 host()->SetRootTransform(transform); in TEST_F()
1522 host()->SetRootTransform(transform); in TEST_F()
/external/chromium_org/ash/wm/
Dwindow_manager_unittest.cc607 root_window->GetHost()->SetRootTransform(transform); in TEST_F()