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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 90 bool inColSpan; // true for columns after the first in a colspan
93 : inColSpan(false)
RenderTableSection.cpp 218 while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
229 bool inColSpan = false;
247 if (inColSpan)
248 c.inColSpan = true;
252 inColSpan = true;
653 if (current.inColSpan && cell->rowSpan() == 1)
753 if (!cell || current.inColSpan)
    [all...]

Completed in 2652 milliseconds