Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp418 LayoutUnit computedBreadth = computeUsedBreadthOfSpecifiedLength(direction, trackLength); in computeUsedBreadthOfMaxLength() local
419 ASSERT(computedBreadth != infinity); in computeUsedBreadthOfMaxLength()
420 return computedBreadth; in computeUsedBreadthOfMaxLength()