HomeSort by relevance Sort by last modified time
    Searched refs:GetQuotedJSONString (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/json/
string_escape.h 41 BASE_EXPORT std::string GetQuotedJSONString(const StringPiece& str);
42 BASE_EXPORT std::string GetQuotedJSONString(const StringPiece16& str);
string_escape.cc 129 std::string GetQuotedJSONString(const StringPiece& str) {
136 std::string GetQuotedJSONString(const StringPiece16& str) {
string_escape_unittest.cc 46 std::string fooout = GetQuotedJSONString(in_str);
99 out = GetQuotedJSONString(in);
  /external/libweave/third_party/chromium/base/json/
string_escape.h 34 std::string GetQuotedJSONString(const StringPiece& str);
string_escape.cc 123 std::string GetQuotedJSONString(const StringPiece& str) {
string_escape_unittest.cc 46 std::string fooout = GetQuotedJSONString(in_str);

Completed in 98 milliseconds