Home | History | Annotate | Download | only in rendering

Lines Matching defs:last

90         RenderObject* last = beforeChild;
91 if (!last)
92 last = lastChild();
93 if (last && last->isAnonymous() && last->isTableCell()) {
94 if (beforeChild == last)
95 beforeChild = last->firstChild();
96 last->addChild(child, beforeChild);
101 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous()) {
102 last->parent()->addChild(child, beforeChild);