Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h197 if (unsigned effectiveColumnCount = numEffCols()) in borderSpacingInRowDirection() local
198 return static_cast<LayoutUnit>(effectiveColumnCount + 1) * hBorderSpacing(); in borderSpacingInRowDirection()
DRenderTableSection.cpp211 unsigned effectiveColumnCount = std::max(1u, table()->numEffCols()); in ensureRows() local
213 m_grid[row].row.grow(effectiveColumnCount); in ensureRows()