Home
last modified time | relevance | path

Searched refs:host_size (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ash/host/
Dtransformer_helper.cc39 virtual gfx::Rect GetRootWindowBounds(const gfx::Size& host_size) const in GetRootWindowBounds()
41 gfx::Rect bounds(host_size); in GetRootWindowBounds()
106 void TransformerHelper::UpdateWindowSize(const gfx::Size& host_size) { in UpdateWindowSize() argument
108 transformer_->GetRootWindowBounds(host_size)); in UpdateWindowSize()
Dash_window_tree_host_ozone.cc36 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE;
86 void AshWindowTreeHostOzone::UpdateRootWindowSize(const gfx::Size& host_size) { in UpdateRootWindowSize() argument
87 transformer_helper_.UpdateWindowSize(host_size); in UpdateRootWindowSize()
Dash_remote_window_tree_host_win.cc54 const gfx::Size& host_size) { in UpdateRootWindowSize() argument
55 transformer_helper_.UpdateWindowSize(host_size); in UpdateRootWindowSize()
Dash_window_tree_host_win.cc98 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE { in UpdateRootWindowSize() argument
99 transformer_helper_.UpdateWindowSize(host_size); in UpdateRootWindowSize()
Droot_window_transformer.h36 virtual gfx::Rect GetRootWindowBounds(const gfx::Size& host_size) const = 0;
Dtransformer_helper.h43 void UpdateWindowSize(const gfx::Size& host_size);
Dash_remote_window_tree_host_win.h39 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE;
Dash_window_tree_host_x11.cc159 void AshWindowTreeHostX11::UpdateRootWindowSize(const gfx::Size& host_size) { in UpdateRootWindowSize() argument
160 transformer_helper_.UpdateWindowSize(host_size); in UpdateRootWindowSize()
Dash_window_tree_host_x11.h43 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE;
/external/chromium_org/ui/views_content_client/
Dviews_content_client_main_parts_chromeos.cc66 gfx::Size host_size(800, 600); in PreMainMessageLoopRun() local
67 test_screen_.reset(aura::TestScreen::Create(host_size)); in PreMainMessageLoopRun()
71 new ::wm::WMTestHelper(host_size, content::GetContextFactory())); in PreMainMessageLoopRun()
/external/chromium_org/ui/aura/test/
Daura_test_helper.cc69 gfx::Size host_size(800, 600); in SetUp() local
70 test_screen_.reset(TestScreen::Create(host_size)); in SetUp()
85 host()->SetBounds(gfx::Rect(host_size)); in SetUp()
/external/chromium_org/remoting/host/
Ddesktop_session_win.cc245 webrtc::DesktopSize host_size = local_resolution.ScaleDimensionsToDpi( in Initialize() local
249 host_size = webrtc::DesktopSize( in Initialize()
251 std::max(kMinRdpScreenWidth, host_size.width())), in Initialize()
253 std::max(kMinRdpScreenHeight, host_size.height()))); in Initialize()
260 result = rdp_desktop_session_->Connect(host_size.width(), in Initialize()
261 host_size.height(), in Initialize()
/external/chromium_org/ash/display/
Droot_window_transformers.cc152 const gfx::Size& host_size) const OVERRIDE { in GetRootWindowBounds()
153 gfx::Rect bounds(host_size); in GetRootWindowBounds()
250 const gfx::Size& host_size) const OVERRIDE { in GetRootWindowBounds()
/external/chromium_org/ui/aura/
Dwindow_tree_host.cc110 void WindowTreeHost::UpdateRootWindowSize(const gfx::Size& host_size) { in UpdateRootWindowSize() argument
111 gfx::Rect bounds(host_size); in UpdateRootWindowSize()
Dwindow_tree_host.h80 virtual void UpdateRootWindowSize(const gfx::Size& host_size);