Searched refs:CloudPrintAuth (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_auth.cc | 39 CloudPrintAuth::CloudPrintAuth( in CloudPrintAuth() function in cloud_print::CloudPrintAuth 51 void CloudPrintAuth::AuthenticateWithToken( in AuthenticateWithToken() 70 void CloudPrintAuth::AuthenticateWithRobotToken( in AuthenticateWithRobotToken() 83 void CloudPrintAuth::AuthenticateWithRobotAuthCode( in AuthenticateWithRobotAuthCode() 101 void CloudPrintAuth::RefreshAccessToken() { in RefreshAccessToken() 114 void CloudPrintAuth::OnGetTokensResponse(const std::string& refresh_token, in OnGetTokensResponse() 125 void CloudPrintAuth::OnRefreshTokenResponse(const std::string& access_token, in OnRefreshTokenResponse() 139 base::Bind(&CloudPrintAuth::RefreshAccessToken, this), in OnRefreshTokenResponse() 143 void CloudPrintAuth::OnOAuthError() { in OnOAuthError() 150 void CloudPrintAuth::OnNetworkError(int response_code) { in OnNetworkError() [all …]
|
D | cloud_print_auth.h | 23 class CloudPrintAuth 24 : public base::RefCountedThreadSafe<CloudPrintAuth>, 40 CloudPrintAuth(Client* client, 77 friend class base::RefCountedThreadSafe<CloudPrintAuth>; 78 virtual ~CloudPrintAuth(); 103 DISALLOW_COPY_AND_ASSIGN(CloudPrintAuth);
|
D | cloud_print_proxy_backend.cc | 38 public CloudPrintAuth::Client, 128 scoped_refptr<CloudPrintAuth> auth_; 239 auth_ = new CloudPrintAuth(this, settings_.server_url(), oauth_client_info_, in CreateAuthAndConnector()
|