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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp976 int rHeight = m_rowPos[rowIndex + cell->rowSpan()] - m_rowPos[rowIndex] - vspacing; local
993 || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight());
1020 cell->setOverrideLogicalContentHeightFromRowHeight(rHeight);
1032 cell->computeIntrinsicPadding(rHeight, layouter);
1044 if (view()->layoutState()->pageLogicalHeight() && cell->logicalHeight() != rHeight) {
1049 if (oldLogicalHeight > rHeight)
1050 rowHeightIncreaseForPagination = std::max<int>(rowHeightIncreaseForPagination, oldLogicalHeight - rHeight);
1051 cell->setLogicalHeight(rHeight);

Completed in 370 milliseconds