Lines Matching refs:cb
219 RenderBlock* cb = table->containingBlock();
220 while (cb && !cb->isRenderView() && !cb->isTableCell() &&
221 cb->style()->width().isAuto() && !cb->isPositioned())
222 cb = cb->containingBlock();
225 if (cb && cb->isTableCell() &&
226 (cb->style()->width().isAuto() || cb->style()->width().isPercent())) {
230 RenderTableCell* cell = toRenderTableCell(cb);