Searched refs:cellHasContent (Results 1 – 1 of 1) sorted by relevance
72 …bool cellHasContent = cell && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->… in recalcColumn() local73 if (cellHasContent) in recalcColumn()81 l.minWidth = max(l.minWidth, cellHasContent ? 1 : 0); in recalcColumn()132 l.minWidth = max(l.minWidth, cellHasContent ? 1 : 0); in recalcColumn()