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.cpp396 …mputeUsedBreadthOfMinLength(GridTrackSizingDirection direction, const GridLength& gridLength) const in computeUsedBreadthOfMinLength()
398 if (gridLength.isFlex()) in computeUsedBreadthOfMinLength()
401 const Length& trackLength = gridLength.length(); in computeUsedBreadthOfMinLength()
410 …eadthOfMaxLength(GridTrackSizingDirection direction, const GridLength& gridLength, LayoutUnit used… in computeUsedBreadthOfMaxLength() argument
412 if (gridLength.isFlex()) in computeUsedBreadthOfMaxLength()
415 const Length& trackLength = gridLength.length(); in computeUsedBreadthOfMaxLength()