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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.cc 50 std::string api_key = google_apis::GetAPIKey(); local
51 if (!api_key.empty()) {
53 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 638 std::string api_key = google_apis::GetAPIKey(); local
639 if (!api_key.empty())
640 url = url.Resolve("?key=" + net::EscapeQueryParamValue(api_key, true));
download_protection_service.cc 1078 std::string api_key = google_apis::GetAPIKey(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
blacklist_state_fetcher.cc 170 std::string api_key = google_apis::GetAPIKey(); local
171 if (!api_key.empty()) {
173 net::EscapeQueryParamValue(api_key, true).c_str());
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc 83 std::string api_key = base::GetQuotedJSONString(google_apis::GetAPIKey()); local
90 api_key.c_str());
  /external/chromium_org/chrome/renderer/net/
net_error_helper_core.h 111 std::string api_key; member in struct:NetErrorHelperCore::NavigationCorrectionParams
157 const std::string& api_key,
  /external/chromium_org/google_apis/
google_api_keys.cc 171 std::string api_key() const { return api_key_; } function in class:google_apis::APIKeyCache
252 return g_api_key_cache.Get().api_key();
google_api_keys_unittest.cc 127 #define GOOGLE_API_KEY "bogus api_key"
142 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
164 EXPECT_NE(0u, api_key.size());
165 EXPECT_NE(DUMMY_API_TOKEN, api_key);
166 EXPECT_NE("bogus api_key", api_key);
167 EXPECT_NE(kDummyToken, api_key);
239 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
305 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
378 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
465 std::string api_key = testcase::g_api_key_cache.Get().api_key(); local
    [all...]
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 204 std::string api_key = google_apis::GetAPIKey(); local
205 parts.push_back("key=" + net::EscapeQueryParamValue(api_key, true));
  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_request.cc 127 std::string api_key = google_apis::GetAPIKey(); local
128 if (!api_key.empty()) {
132 query += net::EscapeQueryParamValue(api_key, true);
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 194 std::string api_key = google_apis::GetAPIKey(); local
195 if (!api_key.empty()) {
199 query += "key=" + net::EscapeQueryParamValue(api_key, true);

Completed in 657 milliseconds