api_key 127 chrome/browser/chromeos/timezone/timezone_request.cc std::string api_key = google_apis::GetAPIKey(); api_key 128 chrome/browser/chromeos/timezone/timezone_request.cc if (!api_key.empty()) { api_key 132 chrome/browser/chromeos/timezone/timezone_request.cc query += net::EscapeQueryParamValue(api_key, true); api_key 170 chrome/browser/extensions/blacklist_state_fetcher.cc std::string api_key = google_apis::GetAPIKey(); api_key 171 chrome/browser/extensions/blacklist_state_fetcher.cc if (!api_key.empty()) { api_key 173 chrome/browser/extensions/blacklist_state_fetcher.cc net::EscapeQueryParamValue(api_key, true).c_str()); api_key 674 chrome/browser/safe_browsing/client_side_detection_service.cc std::string api_key = google_apis::GetAPIKey(); api_key 675 chrome/browser/safe_browsing/client_side_detection_service.cc if (!api_key.empty()) api_key 676 chrome/browser/safe_browsing/client_side_detection_service.cc url = url.Resolve("?key=" + net::EscapeQueryParamValue(api_key, true)); api_key 1038 chrome/browser/safe_browsing/download_protection_service.cc std::string api_key = google_apis::GetAPIKey(); api_key 1039 chrome/browser/safe_browsing/download_protection_service.cc if (!api_key.empty()) api_key 1040 chrome/browser/safe_browsing/download_protection_service.cc url = url.Resolve("?key=" + net::EscapeQueryParamValue(api_key, true)); api_key 143 chrome/browser/safe_browsing/ping_manager.cc std::string api_key = google_apis::GetAPIKey(); api_key 144 chrome/browser/safe_browsing/ping_manager.cc if (!api_key.empty()) { api_key 146 chrome/browser/safe_browsing/ping_manager.cc net::EscapeQueryParamValue(api_key, true).c_str()); api_key 46 chrome/browser/safe_browsing/protocol_manager_helper.cc std::string api_key = google_apis::GetAPIKey(); api_key 47 chrome/browser/safe_browsing/protocol_manager_helper.cc if (!api_key.empty()) { api_key 49 chrome/browser/safe_browsing/protocol_manager_helper.cc net::EscapeQueryParamValue(api_key, true).c_str()); api_key 85 chrome/browser/spellchecker/spelling_service_client.cc std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey()); api_key 92 chrome/browser/spellchecker/spelling_service_client.cc api_key.c_str()); api_key 258 chrome/renderer/net/net_error_helper.cc const std::string& api_key, api_key 261 chrome/renderer/net/net_error_helper.cc country_code, api_key, search_url); api_key 94 chrome/renderer/net/net_error_helper.h const std::string& api_key, api_key 83 chrome/renderer/net/net_error_helper_core.cc const std::string& api_key, api_key 128 chrome/renderer/net/net_error_helper_core.cc params_dict->SetString("key", api_key); api_key 498 chrome/renderer/net/net_error_helper_core.cc const std::string& api_key, api_key 503 chrome/renderer/net/net_error_helper_core.cc api_key_ = api_key; api_key 121 chrome/renderer/net/net_error_helper_core.h const std::string& api_key, api_key 194 content/browser/geolocation/network_location_request.cc std::string api_key = google_apis::GetAPIKey(); api_key 195 content/browser/geolocation/network_location_request.cc if (!api_key.empty()) { api_key 199 content/browser/geolocation/network_location_request.cc query += "key=" + net::EscapeQueryParamValue(api_key, true); api_key 204 content/browser/speech/google_one_shot_remote_engine.cc std::string api_key = google_apis::GetAPIKey(); api_key 205 content/browser/speech/google_one_shot_remote_engine.cc parts.push_back("key=" + net::EscapeQueryParamValue(api_key, true)); api_key 252 google_apis/google_api_keys.cc return g_api_key_cache.Get().api_key(); api_key 142 google_apis/google_api_keys_unittest.cc std::string api_key = testcase::g_api_key_cache.Get().api_key(); api_key 164 google_apis/google_api_keys_unittest.cc EXPECT_NE(0u, api_key.size()); api_key 165 google_apis/google_api_keys_unittest.cc EXPECT_NE(DUMMY_API_TOKEN, api_key); api_key 166 google_apis/google_api_keys_unittest.cc EXPECT_NE("bogus api_key", api_key); api_key 167 google_apis/google_api_keys_unittest.cc EXPECT_NE(kDummyToken, api_key); api_key 239 google_apis/google_api_keys_unittest.cc std::string api_key = testcase::g_api_key_cache.Get().api_key(); api_key 261 google_apis/google_api_keys_unittest.cc EXPECT_EQ(kDummyToken, api_key); api_key 305 google_apis/google_api_keys_unittest.cc std::string api_key = testcase::g_api_key_cache.Get().api_key(); api_key 327 google_apis/google_api_keys_unittest.cc EXPECT_EQ("API_KEY override", api_key); api_key 378 google_apis/google_api_keys_unittest.cc std::string api_key = testcase::g_api_key_cache.Get().api_key(); api_key 400 google_apis/google_api_keys_unittest.cc EXPECT_EQ("API_KEY", api_key); api_key 465 google_apis/google_api_keys_unittest.cc std::string api_key = testcase::g_api_key_cache.Get().api_key(); api_key 487 google_apis/google_api_keys_unittest.cc EXPECT_EQ("env-API_KEY", api_key);