Searched defs:convertBRsToNewlines (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DNode.cpp2095 static void appendTextContent(const Node* node, bool convertBRsToNewlines, bool& isNullString, StringBuilder& content) argument
2111 if (node->hasTagName(brTag) && convertBRsToNewlines) {
2125 appendTextContent(child, convertBRsToNewlines, isNullString, content);
2137 String Node::textContent(bool convertBRsToNewlines) const
2141 appendTextContent(this, convertBRsToNewlines, isNullString, content);

Completed in 50 milliseconds