/external/chromium_org/chrome/browser/translate/ |
translate_url_util.cc | 26 return net::AppendQueryParameter(url, kApiKeyName, google_apis::GetAPIKey());
|
translate_script.cc | 126 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 | 246 if (GetAPIKey() == DUMMY_API_TOKEN) 260 std::string GetAPIKey() {
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_manager_helper.cc | 46 std::string api_key = google_apis::GetAPIKey();
|
ping_manager_unittest.cc | 26 std::string key = google_apis::GetAPIKey();
|
ping_manager.cc | 147 std::string api_key = google_apis::GetAPIKey();
|
client_side_detection_service.cc | 683 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/extensions/api/system_private/ |
system_private_api.cc | 137 SetResult(new base::StringValue(google_apis::GetAPIKey()));
|
/external/chromium_org/content/browser/speech/ |
google_streaming_remote_engine.cc | 71 std::string GetAPIKey() { 74 DVLOG(1) << "GetAPIKey() used key from command-line."; 79 std::string api_key = google_apis::GetAPIKey(); 81 DVLOG(1) << "GetAPIKey() returned empty string!"; 319 "key=" + net::EscapeQueryParamValue(GetAPIKey(), true)); 339 net::EscapeQueryParamValue(GetAPIKey(), true));
|
google_one_shot_remote_engine.cc | 200 std::string api_key = google_apis::GetAPIKey();
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_client.cc | 287 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); 310 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); 364 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); 458 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey()); 496 request_dict.SetString(kApiKeyKey, google_apis::GetAPIKey());
|
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client.cc | 85 std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey());
|
feedback_sender.cc | 114 params->SetString("key", google_apis::GetAPIKey());
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_runtime.cc | 55 static jstring GetApiKey(JNIEnv* env, jclass clazz) { 56 return env->NewStringUTF(google_apis::GetAPIKey().c_str());
|
/external/chromium_org/content/browser/geolocation/ |
network_location_request.cc | 194 std::string api_key = google_apis::GetAPIKey();
|
/external/chromium_org/sync/engine/ |
syncer_proto_util.cc | 354 msg->set_api_key(google_apis::GetAPIKey());
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url.cc | 613 net::EscapeQueryParamValue(google_apis::GetAPIKey(), false)); [all...] |