Home | History | Annotate | Download | only in rendering

Lines Matching defs:newTable

1424     RenderTable* newTable = new RenderTable(0);
1425 newTable->setDocumentForAnonymous(parent->document());
1426 newTable->setStyle(newStyle.release());
1427 return newTable;