Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp94 static void appendAttributeValue(Vector<UChar>& result, const String& attr, bool escapeNBSP) in appendAttributeValue() argument
130 if (escapeNBSP) { in appendAttributeValue()
142 …void appendEscapedContent(Vector<UChar>& result, pair<const UChar*, size_t> range, bool escapeNBSP) in appendEscapedContent() argument
172 if (escapeNBSP) { in appendEscapedContent()
184 static String escapeContentText(const String& in, bool escapeNBSP) in escapeContentText() argument
187 appendEscapedContent(buffer, make_pair(in.characters(), in.length()), escapeNBSP); in escapeContentText()