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 96 bool inColSpan; // true for columns after the first in a colspan
99 : inColSpan(false)
RenderTableSection.cpp 236 while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
247 bool inColSpan = false;
265 if (inColSpan)
266 c.inColSpan = true;
270 inColSpan = true;
738 if (current.inColSpan && cell->rowSpan() == 1)
    [all...]

Completed in 50 milliseconds