/external/chromium_org/ash/host/ |
D | transformer_helper.cc | 39 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()
|
D | ash_window_tree_host_ozone.cc | 36 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()
|
D | ash_remote_window_tree_host_win.cc | 54 const gfx::Size& host_size) { in UpdateRootWindowSize() argument 55 transformer_helper_.UpdateWindowSize(host_size); in UpdateRootWindowSize()
|
D | ash_window_tree_host_win.cc | 98 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE { in UpdateRootWindowSize() argument 99 transformer_helper_.UpdateWindowSize(host_size); in UpdateRootWindowSize()
|
D | root_window_transformer.h | 36 virtual gfx::Rect GetRootWindowBounds(const gfx::Size& host_size) const = 0;
|
D | transformer_helper.h | 43 void UpdateWindowSize(const gfx::Size& host_size);
|
D | ash_remote_window_tree_host_win.h | 39 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE;
|
D | ash_window_tree_host_x11.cc | 159 void AshWindowTreeHostX11::UpdateRootWindowSize(const gfx::Size& host_size) { in UpdateRootWindowSize() argument 160 transformer_helper_.UpdateWindowSize(host_size); in UpdateRootWindowSize()
|
D | ash_window_tree_host_x11.h | 43 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE;
|
/external/chromium_org/ui/views_content_client/ |
D | views_content_client_main_parts_chromeos.cc | 66 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/ |
D | aura_test_helper.cc | 69 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/ |
D | desktop_session_win.cc | 245 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/ |
D | root_window_transformers.cc | 152 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/ |
D | window_tree_host.cc | 110 void WindowTreeHost::UpdateRootWindowSize(const gfx::Size& host_size) { in UpdateRootWindowSize() argument 111 gfx::Rect bounds(host_size); in UpdateRootWindowSize()
|
D | window_tree_host.h | 80 virtual void UpdateRootWindowSize(const gfx::Size& host_size);
|