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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp296 void RenderTableSection::populateSpanningRowsHeightFromCell(RenderTableCell* cell, struct SpanningRowsHeight& spanningRowsHeight) argument
301 spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing = cell->logicalHeightForRowSizing();
303 spanningRowsHeight.rowHeight.resize(rowSpan);
304 spanningRowsHeight.totalRowsHeight = 0;
308 spanningRowsHeight.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingForRow(actualRow);
309 if (!spanningRowsHeight.rowHeight[row])
310 spanningRowsHeight.isAnyRowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow);
312 spanningRowsHeight.totalRowsHeight += spanningRowsHeight.rowHeight[row];
313 spanningRowsHeight
537 updateRowsHeightHavingOnlySpanningCells(RenderTableCell* cell, struct SpanningRowsHeight& spanningRowsHeight) argument
604 struct SpanningRowsHeight spanningRowsHeight; local
[all...]

Completed in 137 milliseconds