Home
last modified time | relevance | path

Searched refs:inColSpan (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp196 … while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).hasCells() || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()
230 bool inColSpan = false; in addCell() local
248 if (inColSpan) in addCell()
249 c.inColSpan = true; in addCell()
253 inColSpan = true; in addCell()
281 if (!cell || current.inColSpan) in setCellLogicalWidths()
367 if (!cell || current.inColSpan) in setCellLogicalWidths()
470 if (!cell || current.inColSpan) in setCellLogicalWidths()
593 if (!cell || cs.inColSpan) in setCellLogicalWidths()
741 if (!cell || cs.inColSpan) in setCellLogicalWidths()
[all …]
DRenderTableSection.h58 bool inColSpan; // true for columns after the first in a colspan member
61 inColSpan(false) {} in CellStruct()
DAutoTableLayout.cpp62 …bool cellHasContent = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorde… in recalcColumn()
66 if (current.inColSpan || !cell) in recalcColumn()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-196389 * khtml/rendering/render_table.cpp: Remove check for inColSpan