Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp331 unsigned int flexGroup = child->style()->boxFlexGroup(); in gatherFlexChildrenInfo() local
333 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()