Searched defs:haveFlex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp304 static void gatherFlexChildrenInfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigned int& highestFlexGroup, unsigned int& lowestFlexGroup, bool& haveFlex) argument
314 haveFlex = true;
340 bool haveFlex = false, flexingChildren = false; local
341 gatherFlexChildrenInfo(iterator, relayoutChildren, highestFlexGroup, lowestFlexGroup, haveFlex);
476 haveFlex = false; // We're done.
477 else if (haveFlex) {
555 if (haveFlex && !flexingChildren)
556 haveFlex = false;
558 } while (haveFlex);
628 bool haveFlex local
[all...]

Completed in 55 milliseconds