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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.cc 46 std::string api_key = google_apis::GetAPIKey(); local
47 if (!api_key.empty()) {
49 net::EscapeQueryParamValue(api_key, true).c_str());
ping_manager.cc 143 std::string api_key = google_apis::GetAPIKey(); local
144 if (!api_key.empty()) {
146 net::EscapeQueryParamValue(api_key, true).c_str());
client_side_detection_service.cc 688 std::string api_key = google_apis::GetAPIKey(); local
689 if (!api_key.empty()) {
691 net::EscapeQueryParamValue(api_key, true).c_str());
download_protection_service.cc 972 std::string api_key = google_apis::GetAPIKey(); local
    [all...]
  /external/chromium_org/google_apis/
google_api_keys_unittest.cc 122 #define GOOGLE_API_KEY "bogus api_key"
137 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
154 EXPECT_NE(0u, api_key.size());
155 EXPECT_NE(DUMMY_API_TOKEN, api_key);
156 EXPECT_NE("bogus api_key", api_key);
157 EXPECT_NE(kDummyToken, api_key);
219 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
276 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
338 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
412 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
    [all...]
google_api_keys.cc 157 std::string api_key() const { return api_key_; } function in class:google_apis::APIKeyCache
238 return g_api_key_cache.Get().api_key();
  /external/chromium_org/chrome/browser/translate/
translate_script.cc 104 std::string api_key = google_apis::GetAPIKey(); local
105 argument += net::EscapeQueryParamValue(api_key, true);
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc 81 std::string api_key = base::GetDoubleQuotedJson(google_apis::GetAPIKey()); local
88 api_key.c_str());
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 160 std::string api_key = google_apis::GetAPIKey(); local
161 if (!api_key.empty()) {
165 query += "key=" + net::EscapeQueryParamValue(api_key, true);
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 200 std::string api_key = google_apis::GetAPIKey(); local
201 parts.push_back("key=" + net::EscapeQueryParamValue(api_key, true));
google_streaming_remote_engine.cc 80 std::string api_key = google_apis::GetAPIKey(); local
81 if (api_key.empty())
84 return api_key;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 45 * api_key is the API key, also known as the OAuth consumer key
48 * Both the api_key and shared_secret are generally provided by the site
64 api_key:'12345abcd',
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
83 /* if (api_key == undefined)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:}
195 if (this._secrets['api_key']) {
196 this._secrets.consumer_key = this._secrets.api_key;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 45 * api_key is the API key, also known as the OAuth consumer key
48 * Both the api_key and shared_secret are generally provided by the site
64 api_key:'12345abcd',
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
83 /* if (api_key == undefined)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:}
195 if (this._secrets['api_key']) {
196 this._secrets.consumer_key = this._secrets.api_key;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 45 * api_key is the API key, also known as the OAuth consumer key
48 * Both the api_key and shared_secret are generally provided by the site
64 api_key:'12345abcd',
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
83 /* if (api_key == undefined)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:}
195 if (this._secrets['api_key']) {
196 this._secrets.consumer_key = this._secrets.api_key;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 45 * api_key is the API key, also known as the OAuth consumer key
48 * Both the api_key and shared_secret are generally provided by the site
64 api_key:'12345abcd',
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
83 /* if (api_key == undefined)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:}
195 if (this._secrets['api_key']) {
196 this._secrets.consumer_key = this._secrets.api_key;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 45 * api_key is the API key, also known as the OAuth consumer key
48 * Both the api_key and shared_secret are generally provided by the site
64 api_key:'12345abcd',
78 * @param api_key {string} The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use.
83 /* if (api_key == undefined)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:}
195 if (this._secrets['api_key']) {
196 this._secrets.consumer_key = this._secrets.api_key;
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.js 25 'api_key=90485e931f687a9b9c2a66bf58a3861a&' +

Completed in 500 milliseconds