/external/chromium_org/google_apis/ |
D | google_api_keys.py | 68 def GetAPIKey(): function 84 print 'GOOGLE_API_KEY=%s' % GetAPIKey()
|
D | google_api_keys.h | 67 std::string GetAPIKey();
|
D | google_api_keys.cc | 237 if (GetAPIKey() == DUMMY_API_TOKEN) in HasKeysConfigured() 251 std::string GetAPIKey() { in GetAPIKey() function
|
/external/chromium_org/components/translate/core/browser/ |
D | translate_url_util.cc | 25 return net::AppendQueryParameter(url, kApiKeyName, google_apis::GetAPIKey()); in AddApiKeyToUrl()
|
D | translate_script.cc | 128 google_apis::GetAPIKey().c_str()); in OnScriptFetchComplete()
|
/external/chromium_org/components/copresence/public/ |
D | copresence_delegate.h | 41 virtual const std::string GetAPIKey() const = 0;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | protocol_manager_helper.cc | 50 std::string api_key = google_apis::GetAPIKey(); in ComposeUrl()
|
D | ping_manager_unittest.cc | 26 std::string key = google_apis::GetAPIKey(); in SetUp()
|
D | ping_manager.cc | 143 std::string api_key = google_apis::GetAPIKey(); in MalwareDetailsUrl()
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
D | wallet_client.cc | 293 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/ |
D | navigation_correction_tab_observer.cc | 100 google_apis::GetAPIKey(), in UpdateNavigationCorrectionInfo()
|
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/ |
D | incident_report_uploader_impl.cc | 65 std::string api_key(google_apis::GetAPIKey()); in GetIncidentReportUrl()
|
/external/chromium_org/components/copresence/rpc/ |
D | http_post.cc | 44 api_key = google_apis::GetAPIKey(); in HttpPost()
|
D | rpc_handler_unittest.cc | 159 virtual const std::string GetAPIKey() const OVERRIDE { in GetAPIKey() function in copresence::RpcHandlerTest
|
/external/chromium_org/chrome/browser/extensions/api/copresence/ |
D | copresence_api.h | 65 virtual const std::string GetAPIKey() const OVERRIDE;
|
D | copresence_api.cc | 115 const std::string CopresenceService::GetAPIKey() const { in GetAPIKey() function in extensions::CopresenceService
|
/external/chromium_org/chrome/browser/extensions/api/system_private/ |
D | system_private_api.cc | 138 SetResult(new base::StringValue(google_apis::GetAPIKey())); in RunSync()
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spelling_service_client.cc | 83 std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey()); in RequestTextCheck()
|
D | feedback_sender.cc | 114 params->SetString("key", google_apis::GetAPIKey()); in BuildParams()
|
/external/chromium_org/content/browser/speech/ |
D | google_streaming_remote_engine.cc | 303 "key=" + net::EscapeQueryParamValue(google_apis::GetAPIKey(), true)); in ConnectBothStreams() 323 net::EscapeQueryParamValue(google_apis::GetAPIKey(), true)); in ConnectBothStreams()
|
D | google_one_shot_remote_engine.cc | 204 std::string api_key = google_apis::GetAPIKey(); in StartRecognition()
|
/external/chromium_org/chrome/browser/extensions/ |
D | blacklist_state_fetcher.cc | 170 std::string api_key = google_apis::GetAPIKey(); in RequestUrl()
|
/external/chromium_org/chrome/browser/chromeos/geolocation/ |
D | simple_geolocation_request.cc | 126 std::string api_key = google_apis::GetAPIKey(); in GeolocationRequestURL()
|
/external/chromium_org/chrome/browser/chromeos/timezone/ |
D | timezone_request.cc | 127 std::string api_key = google_apis::GetAPIKey(); in TimeZoneRequestURL()
|
/external/chromium_org/remoting/client/jni/ |
D | chromoting_jni_runtime.cc | 57 env, google_apis::GetAPIKey().c_str()).Release(); in GetApiKey()
|