Home | History | Annotate | Download | only in dom

Lines Matching refs:previousSibling

757     RefPtrWillBeRawPtr<Node> firstChildInAncestorToProcess = direction == ProcessContentsForward ? container->nextSibling() : container->previousSibling();
774 child = (direction == ProcessContentsForward) ? child->nextSibling() : child->previousSibling())
800 firstChildInAncestorToProcess = direction == ProcessContentsForward ? ancestor->nextSibling() : ancestor->previousSibling();
1531 boundary.set(oldNode.node().previousSibling(), boundary.offset() + offset, 0);
1533 boundary.set(oldNode.node().previousSibling(), offset, 0);
1541 ASSERT(oldNode.node().previousSibling());
1542 ASSERT(oldNode.node().previousSibling()->isTextNode());