Searched refs:GetSizeForClientSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc182 return GetSizeForClientSize(GetWidget()->client_view()->GetPreferredSize());
186 return GetSizeForClientSize(GetWidget()->client_view()->GetMinimumSize());
265 gfx::Size size(GetSizeForClientSize(client_size));
355 gfx::Size BubbleFrameView::GetSizeForClientSize( function in class:views::BubbleFrameView
H A Dbubble_frame_view.h102 gfx::Size GetSizeForClientSize(const gfx::Size& client_size) const;

Completed in 71 milliseconds