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

  /external/chromium_org/base/json/
string_escape.h 55 BASE_EXPORT std::string EscapeBytesAsInvalidJSONString(const StringPiece& str,
string_escape_unittest.cc 170 EscapeBytesAsInvalidJSONString(in, false));
172 EscapeBytesAsInvalidJSONString(in, true));
179 EscapeBytesAsInvalidJSONString(in, false));
string_escape.cc 130 std::string EscapeBytesAsInvalidJSONString(const StringPiece& str,
  /external/chromium_org/jingle/notifier/listener/
notification_defines.cc 71 base::EscapeBytesAsInvalidJSONString(channel, true /* put_in_quotes */);
73 base::EscapeBytesAsInvalidJSONString(data, true /* put_in_quotes */);
  /external/chromium_org/sync/syncable/
entry.cc 160 std::string escaped_str = base::EscapeBytesAsInvalidJSONString(
171 std::string escaped_str = base::EscapeBytesAsInvalidJSONString(
  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 264 base::EscapeBytesAsInvalidJSONString(bytes_, false /* put_in_quotes */);

Completed in 1097 milliseconds