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 197 if (unsigned effectiveColumnCount = numEffCols())
198 return static_cast<LayoutUnit>(effectiveColumnCount + 1) * hBorderSpacing();
RenderTableSection.cpp 211 unsigned effectiveColumnCount = std::max(1u, table()->numEffCols());
213 m_grid[row].row.grow(effectiveColumnCount);
    [all...]

Completed in 123 milliseconds