Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp508 …mputeUsedBreadthOfMinLength(GridTrackSizingDirection direction, const GridLength& gridLength) const in computeUsedBreadthOfMinLength()
510 if (gridLength.isFlex()) in computeUsedBreadthOfMinLength()
513 const Length& trackLength = gridLength.length(); in computeUsedBreadthOfMinLength()
522 …eadthOfMaxLength(GridTrackSizingDirection direction, const GridLength& gridLength, LayoutUnit used… in computeUsedBreadthOfMaxLength() argument
524 if (gridLength.isFlex()) in computeUsedBreadthOfMaxLength()
527 const Length& trackLength = gridLength.length(); in computeUsedBreadthOfMaxLength()