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

  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.h 43 void recalcColumn(int effCol);
RenderTable.h 150 int spanOfEffCol(int effCol) const { return m_columns[effCol].span; }
155 int effCol = numEffCols();
156 for (int c = 0; c < col && i < effCol; ++i)
161 int effColToCol(int effCol) const
164 for (int i = 0; i < effCol; i++)
AutoTableLayout.cpp 45 void AutoTableLayout::recalcColumn(int effCol)
47 Layout& columnLayout = m_layoutStruct[effCol];
59 RenderTableSection::CellStruct current = section->cellAt(i, effCol);
119 } else if (!effCol || section->primaryCellAt(i, effCol - 1) != cell) {
165 int effCol = m_table->colToEffCol(currentColumn);
166 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
167 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
168 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value()
    [all...]
RenderTable.cpp     [all...]

Completed in 31 milliseconds