Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp321 unsigned int flexGroup = child->style()->boxFlexGroup(); in gatherFlexChildrenInfo() local
323 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()