Home | History | Annotate | Download | only in rendering

Lines Matching refs:nEffCols

86     int nEffCols = m_table->numEffCols();
87 m_width.resize(nEffCols);
108 if (currentEffectiveColumn >= nEffCols) {
110 nEffCols++;
116 nEffCols++;
170 ASSERT(cCol + i < nEffCols);
235 int nEffCols = m_table->numEffCols();
236 Vector<int> calcWidth(nEffCols, 0);
248 for (int i = 0; i < nEffCols; i++) {
271 for (int i = 0; i < nEffCols; i++) {
280 for (int i = 0; i < nEffCols; i++) {
293 for (int i = 0; i < nEffCols; i++) {
315 int total = nEffCols;
321 if (nEffCols > 0)
322 calcWidth[nEffCols - 1] += remainingWidth;
326 for (int i = 0; i < nEffCols; i++) {