Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp802 …bleSection::distributeExtraLogicalHeightToAutoRows(int& extraLogicalHeight, unsigned autoRowsCount) in distributeExtraLogicalHeightToAutoRows() argument
804 if (!autoRowsCount) in distributeExtraLogicalHeightToAutoRows()
809 if (autoRowsCount > 0 && m_grid[r].logicalHeight.isAuto()) { in distributeExtraLogicalHeightToAutoRows()
811 int extraLogicalHeightForRow = extraLogicalHeight / autoRowsCount; in distributeExtraLogicalHeightToAutoRows()
814 --autoRowsCount; in distributeExtraLogicalHeightToAutoRows()
853 unsigned autoRowsCount = 0; in distributeExtraLogicalHeightToRows() local
857 ++autoRowsCount; in distributeExtraLogicalHeightToRows()
864 distributeExtraLogicalHeightToAutoRows(remainingExtraLogicalHeight, autoRowsCount); in distributeExtraLogicalHeightToRows()
DRenderTableSection.h258 void distributeExtraLogicalHeightToAutoRows(int& extraLogicalHeight, unsigned autoRowsCount);