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 114 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) {
119 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn);
157 float eSpan = m_table->spanOfEffCol(currentColumn);
240 autoSpan += m_table->spanOfEffCol(i);
278 unsigned span = m_table->spanOfEffCol(i);
RenderTable.h 170 unsigned spanOfEffCol(unsigned effCol) const { return m_columns[effCol].span; }
AutoTableLayout.cpp 163 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
349 span -= m_table->spanOfEffCol(lastCol);
    [all...]

Completed in 167 milliseconds