Searched refs:extraLogicalHeightForRow (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp868 // Recomputing |extraLogicalHeightForRow| guarantees that we properly ditribute round |extraLogicalHeight|.
869 int extraLogicalHeightForRow = extraLogicalHeight / autoRowsCount; local
870 totalLogicalHeightAdded += extraLogicalHeightForRow;
871 extraLogicalHeight -= extraLogicalHeightForRow;

Completed in 83 milliseconds