Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Dstring_escape.cc81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl() function
120 return EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString()
126 return EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString()
131 bool ok = EscapeJSONStringImpl(str, true, &dest); in GetQuotedJSONString()
138 bool ok = EscapeJSONStringImpl(str, true, &dest); in GetQuotedJSONString()