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 46 void AutoTableLayout::recalcColumn(unsigned effCol)
48 Layout& columnLayout = m_layoutStruct[effCol];
63 RenderTableSection::CellStruct current = section->cellAt(i, effCol);
120 } else if (!effCol || section->primaryCellAt(i, effCol - 1) != cell) {
160 unsigned effCol = m_table->colToEffCol(currentColumn);
162 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
163 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
164 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value()
    [all...]
RenderTable.cpp     [all...]

Completed in 181 milliseconds