Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstChild

40     while (firstChild()) {
41 if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstChild()->isText()))
42 firstChild()->remove(); // List markers are owned by their enclosing list and so don't get destroyed by this container. Similarly, first letters are destroyed by their remaining text fragment.
43 else if (firstChild()->isRunIn() && firstChild()->node()) {
44 firstChild()->node()->setRenderer(0);
45 firstChild()->node()->setNeedsStyleRecalc();
46 firstChild()->destroy();
49 if (firstChild()->node())
50 firstChild()->node()->setRenderer(0);
51 firstChild()->destroy();
98 if (firstChild() == oldChild)
136 if (firstChild() == beforeChild)