Searched refs:robot_oauth_refresh_token (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_proxy_backend.cc | 55 void DoInitializeWithRobotToken(const std::string& robot_oauth_refresh_token, 70 const std::string& robot_oauth_refresh_token, 100 const std::string& robot_oauth_refresh_token, 184 const std::string& robot_oauth_refresh_token, in InitializeWithRobotToken() argument 191 core_.get(), robot_oauth_refresh_token, robot_email)); in InitializeWithRobotToken() 261 const std::string& robot_oauth_refresh_token, in DoInitializeWithRobotToken() argument 265 auth_->AuthenticateWithRobotToken(robot_oauth_refresh_token, robot_email); in DoInitializeWithRobotToken() 278 const std::string& robot_oauth_refresh_token, in OnAuthenticationComplete() argument 288 base::Bind(&Core::NotifyAuthenticated, this, robot_oauth_refresh_token, in OnAuthenticationComplete() 486 const std::string& robot_oauth_refresh_token, in NotifyAuthenticated() argument [all …]
|
D | cloud_print_proxy_backend.h | 36 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token, 72 bool InitializeWithRobotToken(const std::string& robot_oauth_refresh_token,
|
D | cloud_print_auth.h | 32 const std::string& robot_oauth_refresh_token, 51 void AuthenticateWithRobotToken(const std::string& robot_oauth_refresh_token,
|
D | cloud_print_auth.cc | 71 const std::string& robot_oauth_refresh_token, in AuthenticateWithRobotToken() argument 79 refresh_token_ = robot_oauth_refresh_token; in AuthenticateWithRobotToken()
|
D | cloud_print_proxy.cc | 219 const std::string& robot_oauth_refresh_token, in OnAuthenticated() argument 224 robot_oauth_refresh_token); in OnAuthenticated()
|
D | cloud_print_proxy.h | 65 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,
|