Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Dstring_escape.h41 BASE_EXPORT std::string GetQuotedJSONString(const StringPiece& str);
42 BASE_EXPORT std::string GetQuotedJSONString(const StringPiece16& str);
Dstring_escape.cc129 std::string GetQuotedJSONString(const StringPiece& str) { in GetQuotedJSONString() function
136 std::string GetQuotedJSONString(const StringPiece16& str) { in GetQuotedJSONString() function
Dstring_escape_unittest.cc46 std::string fooout = GetQuotedJSONString(in_str); in TEST()
99 out = GetQuotedJSONString(in); in TEST()
/external/libweave/third_party/chromium/base/json/
Dstring_escape.h34 std::string GetQuotedJSONString(const StringPiece& str);
Dstring_escape.cc123 std::string GetQuotedJSONString(const StringPiece& str) { in GetQuotedJSONString() function
Dstring_escape_unittest.cc46 std::string fooout = GetQuotedJSONString(in_str); in TEST()