Home | History | Annotate | Download | only in rendering

Lines Matching defs:newCell

1261     RenderTableCell* newCell = RenderTableCell::createAnonymous(parent->document());
1263 newCell->setStyle(newStyle.release());
1264 return newCell;