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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp840 int totalLogicalHeightAdded = 0; local
849 totalLogicalHeightAdded += toAdd;
856 m_rowPos[r + 1] += totalLogicalHeightAdded;
865 int totalLogicalHeightAdded = 0; local
870 totalLogicalHeightAdded += extraLogicalHeightForRow;
874 m_rowPos[r + 1] += totalLogicalHeightAdded;
887 int totalLogicalHeightAdded = 0; local
891 totalLogicalHeightAdded += extraLogicalHeight * (m_rowPos[r + 1] - previousRowPosition) / totalRowSize;
893 m_rowPos[r + 1] += totalLogicalHeightAdded;
896 extraLogicalHeight -= totalLogicalHeightAdded;
[all...]

Completed in 740 milliseconds