Home | History | Annotate | Download | only in rendering

Lines Matching full:last

72         RenderObject* last = beforeChild;
73 if (!last)
74 last = lastChild();
75 if (last && last->isAnonymous() && last->isTableCell()) {
76 last->addChild(child);
81 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous()) {
82 last->parent()->addChild(child, beforeChild);