Home
last modified time | relevance | path

Searched refs:onePastEndText (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp170 Node* onePastEndText = endText->nextSibling(); in wholeText() local
172 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) { in wholeText()
182 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) { in wholeText()
209 Node* onePastEndText = endText->nextSibling(); in replaceWholeText() local
210 …for (RefPtr<Node> n = nextSibling(); n && n != onePastEndText && n->isTextNode() && n->parentNode(… in replaceWholeText()