Home
last modified time | relevance | path

Searched refs:NonChildSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/layout/
Dbox_layout.cc118 int child_width = width - NonChildSize(host).width(); in GetPreferredHeightForWidth()
184 gfx::Size non_child_size = NonChildSize(host); in GetPreferredSizeForChildWidth()
189 gfx::Size BoxLayout::NonChildSize(const View* host) const { in NonChildSize() function in views::BoxLayout
Dbox_layout.h92 gfx::Size NonChildSize(const View* host) const;