Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp319 …eightToPercentRows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<in… in distributeExtraRowSpanHeightToPercentRows() argument
321 if (!extraRowSpanningHeight || !totalPercent) in distributeExtraRowSpanHeightToPercentRows()
327 const int tableHeight = m_rowPos[m_grid.size()] + extraRowSpanningHeight; in distributeExtraRowSpanHeightToPercentRows()
333 if (percent > 0 && extraRowSpanningHeight > 0) { in distributeExtraRowSpanHeightToPercentRows()
339 toAdd = std::min(toAdd, extraRowSpanningHeight); in distributeExtraRowSpanHeightToPercentRows()
341 extraRowSpanningHeight -= toAdd; in distributeExtraRowSpanHeightToPercentRows()
365 …eightToPercentRows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<in… in distributeWholeExtraRowSpanHeightToPercentRows() argument
367 if (!extraRowSpanningHeight || !totalPercent) in distributeWholeExtraRowSpanHeightToPercentRows()
377 …updatePositionIncreasedWithRowHeight(extraRowSpanningHeight, m_grid[row].logicalHeight.percent(), … in distributeWholeExtraRowSpanHeightToPercentRows()
393 extraRowSpanningHeight -= accumulatedPositionIncrease; in distributeWholeExtraRowSpanHeightToPercentRows()
[all …]