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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 216 while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
227 bool inColSpan = false;
245 if (inColSpan)
246 c.inColSpan = true;
250 inColSpan = true;
531 if (current.inColSpan && cell->rowSpan() == 1)
623 if (!cell || current.inColSpan)
775 if (!cell || cs.inColSpan)
    [all...]
RenderTableSection.h 90 bool inColSpan; // true for columns after the first in a colspan
93 : inColSpan(false)
AutoTableLayout.cpp 65 if (current.inColSpan || !cell)
    [all...]

Completed in 185 milliseconds