Searched refs:EscapeJSONStringImpl (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/json/ |
D | string_escape.cc | 81 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()
|
/external/libweave/third_party/chromium/base/json/ |
D | string_escape.cc | 81 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() 125 bool ok = EscapeJSONStringImpl(str, true, &dest); in GetQuotedJSONString()
|