Searched defs:numEffCols (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h165 unsigned lastColumnIndex() const { return numEffCols() - 1; }
169 unsigned numEffCols() const { return m_columns.size(); } function in class:blink::FINAL
178 unsigned numColumns = numEffCols();
197 if (unsigned effectiveColumnCount = numEffCols())
345 for (unsigned c = 0; c < numEffCols(); c++) {

Completed in 60 milliseconds