Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1622 static void appendTextContent(const Node* node, bool convertBRsToNewlines, bool& isNullString, Stri… in appendTextContent() function
1651 appendTextContent(child, convertBRsToNewlines, isNullString, content); in appendTextContent()
1667 appendTextContent(this, convertBRsToNewlines, isNullString, content); in textContent()