Searched refs:flexGroup (Results 1 – 1 of 1) sorted by relevance
331 unsigned int flexGroup = child->style()->boxFlexGroup(); in gatherFlexChildrenInfo() local333 lowestFlexGroup = flexGroup; in gatherFlexChildrenInfo()334 if (flexGroup < lowestFlexGroup) in gatherFlexChildrenInfo()335 lowestFlexGroup = flexGroup; in gatherFlexChildrenInfo()336 if (flexGroup > highestFlexGroup) in gatherFlexChildrenInfo()337 highestFlexGroup = flexGroup; in gatherFlexChildrenInfo()