Home
last modified time | relevance | path

Searched defs:api_key (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/google_apis/
Dgoogle_api_keys_unittest.cc142 std::string api_key = testcase::g_api_key_cache.Get().api_key(); in TEST_F() local
239 std::string api_key = testcase::g_api_key_cache.Get().api_key(); in TEST_F() local
305 std::string api_key = testcase::g_api_key_cache.Get().api_key(); in TEST_F() local
378 std::string api_key = testcase::g_api_key_cache.Get().api_key(); in TEST_F() local
465 std::string api_key = testcase::g_api_key_cache.Get().api_key(); in TEST_F() local
Dgoogle_api_keys.cc171 std::string api_key() const { return api_key_; } in api_key() function in google_apis::APIKeyCache
/external/chromium_org/chrome/browser/safe_browsing/
Dprotocol_manager_helper.cc50 std::string api_key = google_apis::GetAPIKey(); in ComposeUrl() local
Dping_manager.cc143 std::string api_key = google_apis::GetAPIKey(); in MalwareDetailsUrl() local
Dclient_side_detection_service.cc638 std::string api_key = google_apis::GetAPIKey(); in GetClientReportUrl() local
Ddownload_protection_service.cc1078 std::string api_key = google_apis::GetAPIKey(); in GetDownloadRequestUrl() local
/external/chromium_org/chrome/browser/extensions/api/copresence/
Dcopresence_api.h46 void set_api_key(const std::string& api_key) { api_key_ = api_key; } in set_api_key()
/external/chromium_org/components/copresence/rpc/
Dhttp_post.cc29 std::string api_key, in HttpPost()
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dincident_report_uploader_impl.cc65 std::string api_key(google_apis::GetAPIKey()); in GetIncidentReportUrl() local
/external/chromium_org/chrome/renderer/net/
Dnet_error_helper_core.h111 std::string api_key; member
Dnet_error_helper.cc328 const std::string& api_key, in OnSetNavigationCorrectionInfo()
Dnet_error_helper_core.cc642 const std::string& api_key, in OnSetNavigationCorrectionInfo()
/external/chromium_org/chrome/browser/extensions/
Dblacklist_state_fetcher.cc170 std::string api_key = google_apis::GetAPIKey(); in RequestUrl() local
/external/chromium_org/chrome/browser/spellchecker/
Dspelling_service_client.cc83 std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey()); in RequestTextCheck() local
/external/chromium_org/content/browser/speech/
Dgoogle_one_shot_remote_engine.cc204 std::string api_key = google_apis::GetAPIKey(); in StartRecognition() local
/external/chromium_org/chrome/browser/chromeos/geolocation/
Dsimple_geolocation_request.cc126 std::string api_key = google_apis::GetAPIKey(); in GeolocationRequestURL() local
/external/chromium_org/chrome/browser/chromeos/timezone/
Dtimezone_request.cc127 std::string api_key = google_apis::GetAPIKey(); in TimeZoneRequestURL() local
/external/chromium_org/content/browser/geolocation/
Dnetwork_location_request.cc194 std::string api_key = google_apis::GetAPIKey(); in FormRequestURL() local
/external/chromium_org/v8/tools/push-to-trunk/
Dtest_scripts.py402 def ReadClusterFuzzAPI(self, api_key, **params): argument
Dcommon_includes.py223 def ReadClusterFuzzAPI(self, api_key, **params): argument
/external/chromium_org/sync/protocol/
Dsync.proto737 optional string api_key = 12; field