HomeSort by relevance Sort by last modified time
    Searched defs:flexBasis (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp 344 Length flexLength = child.style()->flexBasis();
600 static inline bool preferredMainAxisExtentDependsOnLayout(const Length& flexBasis, bool hasInfiniteLineLength)
602 return flexBasis.isAuto() || (flexBasis.isPercent() && hasInfiniteLineLength);
617 Length flexBasis = flexBasisForChild(child);
618 if (preferredMainAxisExtentDependsOnLayout(flexBasis, hasInfiniteLineLength)) {
634 return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 716 milliseconds