Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.h83 LayoutUnit computeUsedBreadthOfSpecifiedLength(GridTrackSizingDirection, const Length&) const;
DRenderGrid.cpp516 return computeUsedBreadthOfSpecifiedLength(direction, trackLength); in computeUsedBreadthOfMinLength()
530 LayoutUnit computedBreadth = computeUsedBreadthOfSpecifiedLength(direction, trackLength); in computeUsedBreadthOfMaxLength()
539 LayoutUnit RenderGrid::computeUsedBreadthOfSpecifiedLength(GridTrackSizingDirection direction, cons… in computeUsedBreadthOfSpecifiedLength() function in blink::RenderGrid