Searched refs:numEffCols (Results 1 – 7 of 7) sorted by relevance
89 int numEffCols() const { return m_columns.size(); } in numEffCols() function95 int effCol = numEffCols(); in colToEffCol()112 …(collapseBorders() ? 0 : (paddingLeft() + paddingRight() + (numEffCols() + 1) * hBorderSpacing())); in bordersPaddingAndSpacing()
629 m_columnPos.grow(numEffCols() + 1); in splitColumn()647 m_columnPos.grow(numEffCols() + 1); in appendColumn()767 if (!numEffCols()) in calcBorderLeft()778 int leftmostColumn = style()->direction() == RTL ? numEffCols() - 1 : 0; in calcBorderLeft()826 if (!numEffCols()) in calcBorderRight()837 int rightmostColumn = style()->direction() == RTL ? 0 : numEffCols() - 1; in calcBorderRight()1137 if (effCol >= numEffCols()) in cellAfter()
165 int nCols = max(1, table()->numEffCols()); in ensureRows()462 int nEffCols = table()->numEffCols(); in setCellWidths()574 int nEffCols = table()->numEffCols(); in setCellWidths()800 int totalCols = table()->numEffCols(); in setCellWidths()853 int totalCols = table()->numEffCols(); in setCellWidths()906 int totalCols = table()->numEffCols(); in setCellWidths()953 int totalCols = table()->numEffCols(); in setCellWidths()1221 for (int c = result; c < table()->numEffCols(); ++c) { in setCellWidths()
86 int nEffCols = m_table->numEffCols(); in calcWidthArray()235 int nEffCols = m_table->numEffCols(); in layout()
162 int nEffCols = m_table->numEffCols(); in fullRecalc()505 int nEffCols = m_table->numEffCols(); in layout()509 nEffCols = m_table->numEffCols(); in layout()
326 leftmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedLeftBorder()392 rightmostColumn = effCol == tableElt->numEffCols() - 1; in collapsedRightBorder()
68994 (WebCore::RenderTable::numEffCols):