HomeSort by relevance Sort by last modified time
    Searched full:autospan (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 236 int autoSpan = 0;
255 autoSpan += m_table->spanOfEffCol(i);
288 int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpan - numAuto);
293 int w = remainingWidth * span / autoSpan;
300 autoSpan -= span;

Completed in 100 milliseconds