Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DText.cpp116 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local
152 RefPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local
/external/clang/lib/StaticAnalyzer/Core/
DCFRefCount.cpp1971 ExplodedNode *n, SymbolRef sym, llvm::StringRef endText) in CFRefReport()