Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp168 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local
198 RefPtrWillBeRawPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1759 StringRef endText) in CFRefReport()