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

  /external/chromium_org/google_apis/
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/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));

Completed in 98 milliseconds