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

  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 160 Length colLogicalWidth = col->style()->logicalWidth();
161 if (colLogicalWidth.isAuto())
162 colLogicalWidth = groupLogicalWidth;
163 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
164 colLogicalWidth = Length();
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...]
RenderBlock.cpp     [all...]

Completed in 28 milliseconds