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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h140 : totalRowsHeight(0)
147 int totalRowsHeight; member in struct:blink::FINAL::SpanningRowsHeight
H A DRenderTableSection.cpp304 spanningRowsHeight.totalRowsHeight = 0;
312 spanningRowsHeight.totalRowsHeight += spanningRowsHeight.rowHeight[row];
556 spanningRowsHeight.totalRowsHeight += accumulatedPositionIncrease;
619 if (!spanningRowsHeight.totalRowsHeight) {
627 if (spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing <= spanningRowsHeight.totalRowsHeight) {
635 int totalRemainingRowsHeight = spanningRowsHeight.totalRowsHeight;
650 int extraRowSpanningHeight = spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing - spanningRowsHeight.totalRowsHeight;

Completed in 51 milliseconds