Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.h78 …LayoutUnit computeUsedBreadthOfMaxLength(GridTrackSizingDirection, const GridLength&, LayoutUnit u…
DRenderGrid.cpp357 …track.m_maxBreadth = computeUsedBreadthOfMaxLength(direction, maxTrackBreadth, track.m_usedBreadth… in computedUsedBreadthOfGridTracks()
410 LayoutUnit RenderGrid::computeUsedBreadthOfMaxLength(GridTrackSizingDirection direction, const Grid… in computeUsedBreadthOfMaxLength() function in WebCore::RenderGrid