Home
last modified time | relevance | path

Searched refs:GetAPIKey (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/google_apis/
Dgoogle_api_keys.py68 def GetAPIKey(): function
84 print 'GOOGLE_API_KEY=%s' % GetAPIKey()
Dgoogle_api_keys.h67 std::string GetAPIKey();
Dgoogle_api_keys.cc237 if (GetAPIKey() == DUMMY_API_TOKEN) in HasKeysConfigured()
251 std::string GetAPIKey() { in GetAPIKey() function
/external/chromium_org/components/translate/core/browser/
Dtranslate_url_util.cc25 return net::AppendQueryParameter(url, kApiKeyName, google_apis::GetAPIKey()); in AddApiKeyToUrl()
Dtranslate_script.cc128 google_apis::GetAPIKey().c_str()); in OnScriptFetchComplete()
/external/chromium_org/components/copresence/public/
Dcopresence_delegate.h41 virtual const std::string GetAPIKey() const = 0;
/external/chromium_org/chrome/browser/safe_browsing/
Dprotocol_manager_helper.cc50 std::string api_key = google_apis::GetAPIKey(); in ComposeUrl()
Dping_manager_unittest.cc26 std::string key = google_apis::GetAPIKey(); in SetUp()
Dping_manager.cc143 std::string api_key = google_apis::GetAPIKey(); in MalwareDetailsUrl()
/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client.cc293 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); in AuthenticateInstrument()
316 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); in GetFullWallet()
370 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); in SaveToWallet()
465 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); in GetWalletItems()
505 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); in DoAcceptLegalDocuments()
/external/chromium_org/chrome/browser/ui/
Dnavigation_correction_tab_observer.cc100 google_apis::GetAPIKey(), in UpdateNavigationCorrectionInfo()
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dincident_report_uploader_impl.cc65 std::string api_key(google_apis::GetAPIKey()); in GetIncidentReportUrl()
/external/chromium_org/components/copresence/rpc/
Dhttp_post.cc44 api_key = google_apis::GetAPIKey(); in HttpPost()
Drpc_handler_unittest.cc159 virtual const std::string GetAPIKey() const OVERRIDE { in GetAPIKey() function in copresence::RpcHandlerTest
/external/chromium_org/chrome/browser/extensions/api/copresence/
Dcopresence_api.h65 virtual const std::string GetAPIKey() const OVERRIDE;
Dcopresence_api.cc115 const std::string CopresenceService::GetAPIKey() const { in GetAPIKey() function in extensions::CopresenceService
/external/chromium_org/chrome/browser/extensions/api/system_private/
Dsystem_private_api.cc138 SetResult(new base::StringValue(google_apis::GetAPIKey())); in RunSync()
/external/chromium_org/chrome/browser/spellchecker/
Dspelling_service_client.cc83 std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey()); in RequestTextCheck()
Dfeedback_sender.cc114 params->SetString("key", google_apis::GetAPIKey()); in BuildParams()
/external/chromium_org/content/browser/speech/
Dgoogle_streaming_remote_engine.cc303 "key=" + net::EscapeQueryParamValue(google_apis::GetAPIKey(), true)); in ConnectBothStreams()
323 net::EscapeQueryParamValue(google_apis::GetAPIKey(), true)); in ConnectBothStreams()
Dgoogle_one_shot_remote_engine.cc204 std::string api_key = google_apis::GetAPIKey(); in StartRecognition()
/external/chromium_org/chrome/browser/extensions/
Dblacklist_state_fetcher.cc170 std::string api_key = google_apis::GetAPIKey(); in RequestUrl()
/external/chromium_org/chrome/browser/chromeos/geolocation/
Dsimple_geolocation_request.cc126 std::string api_key = google_apis::GetAPIKey(); in GeolocationRequestURL()
/external/chromium_org/chrome/browser/chromeos/timezone/
Dtimezone_request.cc127 std::string api_key = google_apis::GetAPIKey(); in TimeZoneRequestURL()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_runtime.cc57 env, google_apis::GetAPIKey().c_str()).Release(); in GetApiKey()

12