Home | History | Annotate | Download | only in rendering

Lines Matching refs:setPreviousSibling

1071         firstAnChild->setPreviousSibling(child->previousSibling());
1076 child->nextSibling()->setPreviousSibling(lastAnChild);
1091 child->nextSibling()->setPreviousSibling(child->previousSibling());
1101 child->setPreviousSibling(0);