HomeSort by relevance Sort by last modified time
    Searched refs:sumHypotheticalMainSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h 142 bool computeNextFlexLine(OrderedFlexItemList& orderedChildren, LayoutUnit& sumFlexBaseSize, double& totalFlexGrow, double& totalWeightedFlexShrink, LayoutUnit& sumHypotheticalMainSize, bool& hasInfiniteLineLength);
RenderFlexibleBox.cpp 662 LayoutUnit sumHypotheticalMainSize;
667 while (computeNextFlexLine(orderedChildren, sumFlexBaseSize, totalFlexGrow, totalWeightedFlexShrink, sumHypotheticalMainSize, hasInfiniteLineLength)) {
668 LayoutUnit containerMainInnerSize = mainAxisContentExtent(sumHypotheticalMainSize);
670 FlexSign flexSign = (sumHypotheticalMainSize < containerMainInnerSize) ? PositiveFlexibility : NegativeFlexibility;
    [all...]

Completed in 30 milliseconds