Searched refs:client_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.h80 gfx::Size client_size,
94 const gfx::Size& client_size);
99 const gfx::Size& client_size);
102 gfx::Size GetSizeForClientSize(const gfx::Size& client_size) const;
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
/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/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/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/pdf/
H A Dinstance.cc2634 pp::Size client_size = plugin_size_;
2636 client_size.Enlarge(-GetScrollbarThickness(), 0);
2638 client_size.Enlarge(0, -GetScrollbarThickness());
2641 if (autoscroll_anchor_.size().width() > client_size.width() ||
2642 autoscroll_anchor_.size().height() > client_size.height())
2651 if (autoscroll_rect_.right() > client_size.width()) {
2653 client_size.width() - autoscroll_anchor_.size().width());
2655 if (autoscroll_rect_.bottom() > client_size.height()) {
2657 client_size.height() - autoscroll_anchor_.size().height());

Completed in 3688 milliseconds