Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DText.cpp118 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local
120 Node* onePastEndText = endText->nextSibling(); in wholeText()
154 RefPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local
165 if (this != endText) { in replaceWholeText()
166 Node* onePastEndText = endText->nextSibling(); in replaceWholeText()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1800 StringRef endText) in CFRefReport() argument
1801 : BugReport(D, D.getDescription(), endText, n) { in CFRefReport()