Searched refs:flexGroup (Results 1 – 1 of 1) sorted by relevance
321 unsigned int flexGroup = child->style()->boxFlexGroup(); in gatherFlexChildrenInfo() local323 lowestFlexGroup = flexGroup; in gatherFlexChildrenInfo()324 if (flexGroup < lowestFlexGroup) in gatherFlexChildrenInfo()325 lowestFlexGroup = flexGroup; in gatherFlexChildrenInfo()326 if (flexGroup > highestFlexGroup) in gatherFlexChildrenInfo()327 highestFlexGroup = flexGroup; in gatherFlexChildrenInfo()