GetQuotedJSONString 41 base/json/string_escape.h BASE_EXPORT std::string GetQuotedJSONString(const StringPiece& str); GetQuotedJSONString 42 base/json/string_escape.h BASE_EXPORT std::string GetQuotedJSONString(const StringPiece16& str); GetQuotedJSONString 41 base/json/string_escape_unittest.cc std::string fooout = GetQuotedJSONString(in_str); GetQuotedJSONString 92 base/json/string_escape_unittest.cc out = GetQuotedJSONString(in); GetQuotedJSONString 40 chrome/browser/extensions/api/messaging/native_messaging_host_manifest_unittest.cc " \"path\": " + base::GetQuotedJSONString(path) + "," GetQuotedJSONString 72 chrome/browser/spellchecker/spelling_service_client.cc std::string encoded_text = base::GetQuotedJSONString(text); GetQuotedJSONString 85 chrome/browser/spellchecker/spelling_service_client.cc std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey()); GetQuotedJSONString 476 chrome/renderer/searchbox/searchbox_extension.cc std::string escaped_identity = base::GetQuotedJSONString(identity); GetQuotedJSONString 399 chrome/test/chromedriver/capabilities.cc value = base::GetQuotedJSONString(value); GetQuotedJSONString 122 chrome/test/chromedriver/chrome/adb_impl.cc base::GetQuotedJSONString(exec_name + " " + args); GetQuotedJSONString 164 components/plugins/renderer/plugin_placeholder.cc "window.setMessage(" + base::GetQuotedJSONString(message_) + ")"; GetQuotedJSONString 140 content/browser/tracing/tracing_controller_impl.cc std::string json_string = base::GetQuotedJSONString(system_trace_->data());