Searched defs:GetHostInsets (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/host/
H A Dash_remote_window_tree_host_win.cc32 gfx::Insets AshRemoteWindowTreeHostWin::GetHostInsets() const { function in class:ash::AshRemoteWindowTreeHostWin
H A Dash_window_tree_host_ozone.cc31 virtual gfx::Insets GetHostInsets() const OVERRIDE;
66 gfx::Insets AshWindowTreeHostOzone::GetHostInsets() const { function in class:ash::__anon1909::AshWindowTreeHostOzone
67 return transformer_helper_.GetHostInsets();
H A Dtransformer_helper.cc47 virtual gfx::Insets GetHostInsets() const OVERRIDE { return gfx::Insets(); }
67 gfx::Insets TransformerHelper::GetHostInsets() const { function in class:ash::TransformerHelper
68 return transformer_->GetHostInsets();
H A Dash_window_tree_host_x11.cc57 barrier.Inset(transformer_helper_.GetHostInsets());
123 gfx::Insets AshWindowTreeHostX11::GetHostInsets() const { function in class:ash::AshWindowTreeHostX11
124 return transformer_helper_.GetHostInsets();
234 local.Inset(transformer_helper_.GetHostInsets());

Completed in 912 milliseconds