Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp320 …nfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigned int& highestFlexGroup, unsigned int… in gatherFlexChildrenInfo() argument
336 if (flexGroup > highestFlexGroup) in gatherFlexChildrenInfo()
337 highestFlexGroup = flexGroup; in gatherFlexChildrenInfo()
354 unsigned int highestFlexGroup = 0; in layoutHorizontalBox() local
357 gatherFlexChildrenInfo(iterator, relayoutChildren, highestFlexGroup, lowestFlexGroup, haveFlex); in layoutHorizontalBox()
502 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup; in layoutHorizontalBox()
503 unsigned int end = expanding? highestFlexGroup : lowestFlexGroup; in layoutHorizontalBox()
642 unsigned int highestFlexGroup = 0; in layoutVerticalBox() local
645 gatherFlexChildrenInfo(iterator, relayoutChildren, highestFlexGroup, lowestFlexGroup, haveFlex); in layoutVerticalBox()
756 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup; in layoutVerticalBox()
[all …]