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

/external/chromium_org/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.cc132 gfx::Size client_size = GetBoundsForClientView().size(); local
134 max_size.Enlarge(width() - client_size.width(), 0);
136 max_size.Enlarge(0, height() - client_size.height());
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc347 gfx::Size client_size = GetBoundsForClientView().size(); local
349 max_size.Enlarge(width() - client_size.width(), 0);
351 max_size.Enlarge(0, height() - client_size.height());
/external/chromium_org/remoting/host/
H A Dresizing_host_observer_unittest.cc117 ScreenResolution GetBestResolution(const ScreenResolution& client_size) { argument
118 resizing_host_observer_->SetScreenResolution(client_size);
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc263 gfx::Size client_size,
265 gfx::Size size(GetSizeForClientSize(client_size));
294 const gfx::Size& client_size) {
297 gfx::Rect window_bounds(bubble_border_->GetBounds(anchor_rect, client_size));
305 bubble_border_->GetBounds(anchor_rect, client_size);
318 const gfx::Size& client_size) {
324 gfx::Rect window_bounds(bubble_border_->GetBounds(anchor_rect, client_size));
356 const gfx::Size& client_size) const {
365 gfx::Size size(client_size);
262 GetUpdatedWindowBounds(const gfx::Rect& anchor_rect, gfx::Size client_size, bool adjust_if_offscreen) argument
291 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& anchor_rect, const gfx::Size& client_size) argument
317 OffsetArrowIfOffScreen(const gfx::Rect& anchor_rect, const gfx::Size& client_size) argument

Completed in 1952 milliseconds