Home
last modified time | relevance | path

Searched refs:borderSpacingForRow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h242 …int borderSpacingForRow(unsigned row) const { return m_grid[row].rowRenderer ? table()->vBorderSpa… in borderSpacingForRow() function
DRenderTableSection.cpp290 …ht.rowHeight[row] = m_rowPos[actualRow + 1] - m_rowPos[actualRow] - borderSpacingForRow(actualRow); in populateSpanningRowsHeightFromCell()
295 … spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing -= borderSpacingForRow(actualRow); in populateSpanningRowsHeightFromCell()
298 …spanningRowsHeight.spanningCellHeightIgnoringBorderSpacing += borderSpacingForRow(rowIndex + rowSp… in populateSpanningRowsHeightFromCell()
444 totalRowSpanCellHeight -= borderSpacingForRow(rowIndex + rowSpan - 1); in isHeightNeededForRowHavingOnlySpanningCells()
712 m_rowPos[r + 1] += borderSpacingForRow(r); in calcRowLogicalHeight()