HomeSort by relevance Sort by last modified time
    Searched full:haveflex (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 309 static void gatherFlexChildrenInfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigned int& highestFlexGroup, unsigned int& lowestFlexGroup, bool& haveFlex)
320 haveFlex = true;
347 bool haveFlex = false;
348 gatherFlexChildrenInfo(iterator, relayoutChildren, highestFlexGroup, lowestFlexGroup, haveFlex);
483 haveFlex = false; // We're done.
484 else if (haveFlex) {
567 if (haveFlex && !m_flexingChildren)
568 haveFlex = false;
570 } while (haveFlex);
657 bool haveFlex = false
    [all...]

Completed in 40 milliseconds