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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1397 static void appendTextContent(const Node* node, bool convertBRsToNewlines, bool& isNullString, StringBuilder& content) argument
1413 if (isHTMLBRElement(*node) && convertBRsToNewlines) {
1426 appendTextContent(child, convertBRsToNewlines, isNullString, content);
1436 String Node::textContent(bool convertBRsToNewlines) const
1440 appendTextContent(this, convertBRsToNewlines, isNullString, content);
H A DNode.h222 String textContent(bool convertBRsToNewlines = false) const;

Completed in 78 milliseconds