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

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

Completed in 90 milliseconds