Lines Matching refs:TABLE
141 case TABLE:
300 RenderTable* table;
303 table = toRenderTable(afterChild);
305 table = new (renderArena()) RenderTable(document() /* is anonymous */);
308 newStyle->setDisplay(TABLE);
309 table->setStyle(newStyle.release());
310 addChild(table, beforeChild);
312 table->addChild(newChild);
610 return cell->table();
2422 // is one of the following HTML elements: td, th, or table.