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

  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 113 if (span < m_table->spanOfEffCol(currentEffectiveColumn)) {
118 spanInCurrentEffectiveColumn = m_table->spanOfEffCol(currentEffectiveColumn);
168 float eSpan = m_table->spanOfEffCol(cCol + i);
255 autoSpan += m_table->spanOfEffCol(i);
292 int span = m_table->spanOfEffCol(i);
RenderTable.h 150 int spanOfEffCol(int effCol) const { return m_columns[effCol].span; }
AutoTableLayout.cpp 166 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
350 span -= m_table->spanOfEffCol(lastCol);
    [all...]

Completed in 54 milliseconds