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

  /external/chromium_org/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 116 std::string GetQuotedJSONString(const StringPiece& str) {
123 std::string GetQuotedJSONString(const StringPiece16& str) {
string_escape_unittest.cc 41 std::string fooout = GetQuotedJSONString(in_str);
92 out = GetQuotedJSONString(in);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest_unittest.cc 40 " \"path\": " + base::GetQuotedJSONString(path) + ","
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc 70 std::string encoded_text = base::GetQuotedJSONString(text);
83 std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey());
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb_impl.cc 122 base::GetQuotedJSONString(exec_name + " " + args);
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.cc 164 "window.setMessage(" + base::GetQuotedJSONString(message_) + ")";
  /external/chromium_org/chrome/test/chromedriver/
capabilities.cc 525 value = base::GetQuotedJSONString(value);
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 714 base::GetQuotedJSONString(events_str_ptr->data());
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 476 std::string escaped_identity = base::GetQuotedJSONString(identity);
    [all...]

Completed in 528 milliseconds