Searched refs:convertBRsToNewlines (Results 1 – 3 of 3) sorted by relevance
2095 static void appendTextContent(const Node* node, bool convertBRsToNewlines, bool& isNullString, Stri… in appendTextContent() argument2111 if (node->hasTagName(brTag) && convertBRsToNewlines) { in appendTextContent()2125 appendTextContent(child, convertBRsToNewlines, isNullString, content); in appendTextContent()2137 String Node::textContent(bool convertBRsToNewlines) const in textContent()2141 appendTextContent(this, convertBRsToNewlines, isNullString, content); in textContent()
182 String textContent(bool convertBRsToNewlines = false) const;
52500 Add optional convertBRsToNewlines argument for textContent.