HomeSort by relevance Sort by last modified time
    Searched refs:effectiveColumnCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 191 if (unsigned effectiveColumnCount = numEffCols())
192 return static_cast<LayoutUnit>(effectiveColumnCount + 1) * hBorderSpacing();
RenderTableSection.cpp 191 unsigned effectiveColumnCount = max(1u, table()->numEffCols());
193 m_grid[row].row.grow(effectiveColumnCount);
    [all...]

Completed in 157 milliseconds