Searched refs:GetFlexForView (Results 1 – 2 of 2) sorted by relevance
67 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
111 int GetFlexForView(const View* view) const;