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

  /external/webkit/WebCore/rendering/
FixedTableLayout.cpp 152 int cCol = 0;
170 ASSERT(cCol + i < nEffCols);
171 int eSpan = m_table->spanOfEffCol(cCol + i);
173 if (m_width[cCol + i].isAuto() && w.type() != Auto) {
174 m_width[cCol + i].setRawValue(w.type(), w.rawValue() * eSpan / span);
180 cCol += i;
RenderTable.cpp 656 int cCol = 0;
663 int startCol = cCol;
664 int endCol = cCol + span - 1;
665 cCol += span;
666 if (cCol > col) {
    [all...]
AutoTableLayout.cpp 169 int cCol = 0;
182 int cEffCol = m_table->colToEffCol(cCol);
190 cCol += span;

Completed in 36 milliseconds