Home
last modified time | relevance | path

Searched refs:GetOAuth2ClientID (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/remoting/host/setup/
Dhost_starter.cc69 google_apis::GetOAuth2ClientID(google_apis::CLIENT_REMOTING); in StartHost()
118 host_client_id = google_apis::GetOAuth2ClientID( in OnGetUserEmailResponse()
149 google_apis::GetOAuth2ClientID( in OnHostRegistered()
Doauth_helper.cc50 net::EscapeUrlEncodedData(google_apis::GetOAuth2ClientID( in GetOauthStartUrl()
Dme2me_native_messaging_host.cc398 response->SetString("clientId", google_apis::GetOAuth2ClientID( in ProcessGetHostClientId()
416 google_apis::GetOAuth2ClientID(google_apis::CLIENT_REMOTING_HOST), in ProcessGetCredentialsFromAuthCode()
/external/chromium_org/google_apis/
Dgoogle_api_keys.h84 std::string GetOAuth2ClientID(OAuth2Client client);
Dgoogle_api_keys.cc242 if (GetOAuth2ClientID(client) == DUMMY_API_TOKEN || in HasKeysConfigured()
255 std::string GetOAuth2ClientID(OAuth2Client client) { in GetOAuth2ClientID() function
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
Dcloud_print_private_api.cc126 google_apis::GetOAuth2ClientID(google_apis::CLIENT_CLOUD_PRINT))); in RunAsync()
/external/chromium_org/remoting/host/
Doauth_token_getter.cc166 google_apis::GetOAuth2ClientID(oauth2_client), in RefreshOAuthToken()
/external/chromium_org/google_apis/gaia/
Dgaia_urls.cc87 google_apis::GetOAuth2ClientID(google_apis::CLIENT_MAIN); in GaiaUrls()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy.cc156 google_apis::GetOAuth2ClientID(google_apis::CLIENT_CLOUD_PRINT); in CreateBackend()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_runtime.cc62 env, google_apis::GetOAuth2ClientID( in GetClientId()
/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_requester.cc106 google_apis::GetOAuth2ClientID(google_apis::CLIENT_CLOUD_PRINT); in CloudPrintRequester()