Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.cpp72 …bool cellHasContent = cell && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->… in recalcColumn() local
73 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()