Lines Matching full:cell
1478 // Cell height is managed by the table and inline non-replaced elements do not support a height property.
1605 // don't care if the cell specified a height or not. We just always make ourselves
1606 // be a percentage of the cell's current content height.
1611 // Normally we would let the cell size intrinsically, but scrolling overflow has to be
1613 // While we can't get all cases right, we can at least detect when the cell has a specified
1615 // no size and allow the flexing of the table or the cell to its specified height to cause us
1618 RenderTableCell* cell = toRenderTableCell(cb);
1619 if (scrollsOverflowY() && (!cell->style()->height().isAuto() || !cell->table()->style()->height().isAuto()))
1751 // artificially. We're going to rely on this cell getting expanded to some new
2085 * width of a table cell using the automatic table layout algorithm.