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

  /external/chromium_org/chrome/browser/translate/
translate_url_util.cc 26 return net::AppendQueryParameter(url, kApiKeyName, google_apis::GetAPIKey());
translate_script.cc 104 std::string api_key = google_apis::GetAPIKey();
  /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 223 if (GetAPIKey() == DUMMY_API_TOKEN)
237 std::string GetAPIKey() {
  /external/chromium_org/chrome/browser/safe_browsing/
ping_manager_unittest.cc 26 std::string key = google_apis::GetAPIKey();
protocol_manager_helper.cc 46 std::string api_key = google_apis::GetAPIKey();
ping_manager.cc 143 std::string api_key = google_apis::GetAPIKey();
client_side_detection_service.cc 688 std::string api_key = google_apis::GetAPIKey();
download_protection_service.cc     [all...]
protocol_manager_unittest.cc 38 std::string key = google_apis::GetAPIKey();
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc 81 std::string api_key = base::GetDoubleQuotedJson(google_apis::GetAPIKey());
feedback_sender.cc 114 params->SetString("key", google_apis::GetAPIKey());
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 72 std::string GetAPIKey() {
75 DVLOG(1) << "GetAPIKey() used key from command-line.";
80 std::string api_key = google_apis::GetAPIKey();
82 DVLOG(1) << "GetAPIKey() returned empty string!";
319 "key=" + net::EscapeQueryParamValue(GetAPIKey(), true));
338 net::EscapeQueryParamValue(GetAPIKey(), true));
google_one_shot_remote_engine.cc 200 std::string api_key = google_apis::GetAPIKey();
  /external/chromium_org/remoting/client/jni/
jni_interface.cc 48 JNIEXPORT jstring JNICALL JNI_IMPLEMENTATION(getApiKey)(JNIEnv* env,
50 return env->NewStringUTF(google_apis::GetAPIKey().c_str());
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.cc 335 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
367 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
427 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
517 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
552 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
606 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
    [all...]
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 160 std::string api_key = google_apis::GetAPIKey();
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 361 msg->set_api_key(google_apis::GetAPIKey());
  /external/chromium_org/chrome/browser/search_engines/
template_url.cc 580 net::EscapeQueryParamValue(google_apis::GetAPIKey(), false));
    [all...]

Completed in 800 milliseconds