Searched refs:EscapeJSONStringImpl (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/base/json/ |
D | string_escape.cc | 69 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl() function 107 return EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString() 113 return EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString() 118 bool ok = EscapeJSONStringImpl(str, true, &dest); in GetQuotedJSONString() 125 bool ok = EscapeJSONStringImpl(str, true, &dest); in GetQuotedJSONString()
|