Home
last modified time | relevance | path

Searched refs:GetOAuth2ClientSecret (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/google_apis/
Dgoogle_api_keys.h91 std::string GetOAuth2ClientSecret(OAuth2Client client);
Dgoogle_api_keys.cc243 GetOAuth2ClientSecret(client) == DUMMY_API_TOKEN) { in HasKeysConfigured()
259 std::string GetOAuth2ClientSecret(OAuth2Client client) { in GetOAuth2ClientSecret() function
/external/chromium_org/remoting/host/setup/
Dhost_starter.cc71 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_REMOTING); in StartHost()
152 google_apis::GetOAuth2ClientSecret( in OnHostRegistered()
Dme2me_native_messaging_host.cc417 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_REMOTING_HOST), in ProcessGetCredentialsFromAuthCode()
/external/chromium_org/remoting/host/
Doauth_token_getter.cc167 google_apis::GetOAuth2ClientSecret(oauth2_client), in RefreshOAuthToken()
/external/chromium_org/google_apis/gaia/
Dgaia_urls.cc89 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_MAIN); in GaiaUrls()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy.cc158 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_CLOUD_PRINT); in CreateBackend()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_runtime.cc68 env, google_apis::GetOAuth2ClientSecret( in GetClientSecret()
/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_requester.cc108 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_CLOUD_PRINT); in CloudPrintRequester()