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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 44 void AutoTableLayout::recalcColumn(unsigned effCol)
46 Layout& columnLayout = m_layoutStruct[effCol];
61 RenderTableSection::CellStruct current = section->cellAt(i, effCol);
121 } else if (!effCol || section->primaryCellAt(i, effCol - 1) != cell) {
161 unsigned effCol = m_table->colToEffCol(currentColumn);
163 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
164 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
165 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value()
    [all...]
RenderTable.cpp     [all...]

Completed in 453 milliseconds