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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp652 int totalLogicalHeightAdded = 0; local
661 totalLogicalHeightAdded += toAdd;
668 m_rowPos[r + 1] += totalLogicalHeightAdded;
677 int totalLogicalHeightAdded = 0; local
682 totalLogicalHeightAdded += extraLogicalHeightForRow;
686 m_rowPos[r + 1] += totalLogicalHeightAdded;
699 int totalLogicalHeightAdded = 0; local
703 totalLogicalHeightAdded += extraLogicalHeight * (m_rowPos[r + 1] - previousRowPosition) / totalRowSize;
705 m_rowPos[r + 1] += totalLogicalHeightAdded;
708 extraLogicalHeight -= totalLogicalHeightAdded;
[all...]

Completed in 170 milliseconds