Searched refs:isChildOverflow_ (Results 1 – 7 of 7) sorted by relevance
43 return isChildOverflow_; in IsChildOverflow()92 bool isChildOverflow_ = false; variable
99 isChildOverflow_ = true; in PerformLayout()
110 return isChildOverflow_; in IsChildOverflow()126 bool isChildOverflow_ = false; variable
644 isChildOverflow_ = allocatedSize_ > GetMainAxisValue(layoutSize, direction_); in DetermineSelfSize()
341 bool isChildOverflow_ = false; variable
232 bool childOverflow = flex ? isChildOverflow_ || flex->IsChildOverflow() : isChildOverflow_; in PerformLayout()
663 …isChildOverflow_ = childSize_.Width() > GetLayoutSize().Width() || childSize_.Height() > GetLayout… in CalculateSelfLayoutSize()