Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DText.cpp125 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local
128 Node* onePastEndText = endText->nextSibling(); in wholeText()
146 RefPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local
157 if (this != endText) { in replaceWholeText()
158 Node* onePastEndText = endText->nextSibling(); in replaceWholeText()