Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/layout/
Dbox_layout.cc67 flex_sum += GetFlexForView(child); in Layout()
127 if (GetFlexForView(child) > 0) { in Layout()
128 current_flex += GetFlexForView(child); in Layout()
141 if (MainAxisSize(bounds) > 0 || GetFlexForView(child) > 0) in Layout()
193 int BoxLayout::GetFlexForView(const View* view) const { in GetFlexForView() function in views::BoxLayout
Dbox_layout.h111 int GetFlexForView(const View* view) const;