Searched refs:fractionValueBasedOnGridItemsRatio (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp569 // These values work together: as we walk over our grid tracks, we increase fractionValueBasedOnGridItemsRatio
573 LayoutUnit fractionValueBasedOnGridItemsRatio = 0; local
578 if (track.m_normalizedFlexValue > fractionValueBasedOnGridItemsRatio) {
584 fractionValueBasedOnGridItemsRatio = track.m_normalizedFlexValue;

Completed in 62 milliseconds