HomeSort by relevance Sort by last modified time
    Searched refs:GetAPIKey (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/components/translate/core/browser/
translate_url_util.cc 25 return net::AppendQueryParameter(url, kApiKeyName, google_apis::GetAPIKey());
translate_script.cc 128 google_apis::GetAPIKey().c_str());
  /external/chromium_org/google_apis/
google_api_keys.h 67 std::string GetAPIKey();
google_api_keys.py 68 def GetAPIKey():
84 print 'GOOGLE_API_KEY=%s' % GetAPIKey()
google_api_keys.cc 237 if (GetAPIKey() == DUMMY_API_TOKEN)
251 std::string GetAPIKey() {
  /external/chromium_org/components/copresence/public/
copresence_delegate.h 41 virtual const std::string GetAPIKey() const = 0;
  /external/chromium_org/chrome/browser/extensions/api/copresence/
copresence_api.h 65 virtual const std::string GetAPIKey() const OVERRIDE;
copresence_api.cc 115 const std::string CopresenceService::GetAPIKey() const {
  /external/chromium_org/chrome/browser/safe_browsing/
ping_manager_unittest.cc 26 std::string key = google_apis::GetAPIKey();
protocol_manager_helper.cc 50 std::string api_key = google_apis::GetAPIKey();
ping_manager.cc 143 std::string api_key = google_apis::GetAPIKey();
  /external/chromium_org/chrome/browser/ui/
navigation_correction_tab_observer.cc 100 google_apis::GetAPIKey(),
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_report_uploader_impl.cc 65 std::string api_key(google_apis::GetAPIKey());
  /external/chromium_org/components/copresence/rpc/
http_post.cc 44 api_key = google_apis::GetAPIKey();
rpc_handler_unittest.cc 159 virtual const std::string GetAPIKey() const OVERRIDE {
rpc_handler.cc 480 delegate_->GetAPIKey(),
  /external/chromium_org/chrome/browser/extensions/api/system_private/
system_private_api.cc 138 SetResult(new base::StringValue(google_apis::GetAPIKey()));
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.cc 293 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
316 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
370 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
465 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
505 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
  /external/chromium_org/chrome/browser/extensions/
blacklist_state_fetcher.cc 170 std::string api_key = google_apis::GetAPIKey();
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc 83 std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey());
feedback_sender.cc 114 params->SetString("key", google_apis::GetAPIKey());
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 204 std::string api_key = google_apis::GetAPIKey();
google_streaming_remote_engine.cc 303 "key=" + net::EscapeQueryParamValue(google_apis::GetAPIKey(), true));
323 net::EscapeQueryParamValue(google_apis::GetAPIKey(), true));
  /external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_request.cc 126 std::string api_key = google_apis::GetAPIKey();
  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_request.cc 127 std::string api_key = google_apis::GetAPIKey();

Completed in 1143 milliseconds

1 2