Searched refs:inColSpan (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp236 while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
247 bool inColSpan = false; local
265 if (inColSpan)
266 c.inColSpan = true;
270 inColSpan = true;
738 if (current.inColSpan && cell->rowSpan() == 1)
809 if (!cell || current.inColSpan)
972 if (!cell || cs.inColSpan)
1105 if (!cell || cs.inColSpan)
1151 if (current.inColSpan || !curren
[all...]
H A DRenderTableSection.h96 bool inColSpan; // true for columns after the first in a colspan member in struct:blink::FINAL::CellStruct
99 : inColSpan(false)
H A DAutoTableLayout.cpp64 if (current.inColSpan || !cell)

Completed in 83 milliseconds