Home | History | Annotate | Download | only in dom

Lines Matching refs:previousSibling

1614         for (Node* child = lastChild(); child; child = child->previousSibling()) {
2241 RefPtrWillBeRawPtr<Node> prev = previousSibling();
2249 RefPtrWillBeRawPtr<Node> node = next ? next->previousSibling() : 0;