Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp166 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local
168 Node* onePastEndText = endText->nextSibling(); in wholeText()
196 RefPtrWillBeRawPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local
206 if (this != endText) { in replaceWholeText()
207 Node* onePastEndText = endText->nextSibling(); in replaceWholeText()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1759 StringRef endText) in CFRefReport() argument
1760 : BugReport(D, D.getDescription(), endText, n) { in CFRefReport()