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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 116 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) {
121 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn);
159 float eSpan = m_table->spanOfEffCol(currentColumn);
242 autoSpan += m_table->spanOfEffCol(i);
280 unsigned span = m_table->spanOfEffCol(i);
RenderTable.h 170 unsigned spanOfEffCol(unsigned effCol) const { return m_columns[effCol].span; }
AutoTableLayout.cpp 161 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
330 span -= m_table->spanOfEffCol(lastCol);
    [all...]

Completed in 83 milliseconds