Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DNode.cpp2095 static void appendTextContent(const Node* node, bool convertBRsToNewlines, bool& isNullString, Stri… in appendTextContent() argument
2111 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()
DNode.h182 String textContent(bool convertBRsToNewlines = false) const;
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3152500 Add optional convertBRsToNewlines argument for textContent.