Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/layout/
Dbox_layout.cc75 int main_free_space = MainAxisSize(child_area) - total_main_axis_size; in Layout()
78 int size = MainAxisSize(child_area); in Layout()
141 if (MainAxisSize(bounds) > 0 || GetFlexForView(child) > 0) in Layout()
142 main_position += MainAxisSize(bounds) + between_child_spacing_; in Layout()
201 int BoxLayout::MainAxisSize(const gfx::Rect& rect) const { in MainAxisSize() function in views::BoxLayout
Dbox_layout.h114 int MainAxisSize(const gfx::Rect& rect) const;