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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h 45 void recalcColumn(unsigned effCol);
AutoTableLayout.cpp 45 void AutoTableLayout::recalcColumn(unsigned effCol)
47 Layout& columnLayout = m_layoutStruct[effCol];
62 RenderTableSection::CellStruct current = section->cellAt(i, effCol);
119 } else if (!effCol || section->primaryCellAt(i, effCol - 1) != cell) {
159 unsigned effCol = m_table->colToEffCol(currentColumn);
161 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
162 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
163 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value()
    [all...]
RenderTable.h 170 unsigned spanOfEffCol(unsigned effCol) const { return m_columns[effCol].span; }
181 unsigned effColToCol(unsigned effCol) const
184 for (unsigned i = 0; i < effCol; i++)
RenderTable.cpp     [all...]

Completed in 3630 milliseconds