HomeSort by relevance Sort by last modified time
    Searched refs:GetSizeForClientSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 102 gfx::Size GetSizeForClientSize(const gfx::Size& client_size) const;
bubble_frame_view.cc 182 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(

Completed in 88 milliseconds