Home
last modified time | relevance | path

Searched refs:robot_oauth_refresh_token (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc55 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 …]
Dcloud_print_proxy_backend.h36 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,
72 bool InitializeWithRobotToken(const std::string& robot_oauth_refresh_token,
Dcloud_print_auth.h32 const std::string& robot_oauth_refresh_token,
51 void AuthenticateWithRobotToken(const std::string& robot_oauth_refresh_token,
Dcloud_print_auth.cc71 const std::string& robot_oauth_refresh_token, in AuthenticateWithRobotToken() argument
79 refresh_token_ = robot_oauth_refresh_token; in AuthenticateWithRobotToken()
Dcloud_print_proxy.cc219 const std::string& robot_oauth_refresh_token, in OnAuthenticated() argument
224 robot_oauth_refresh_token); in OnAuthenticated()
Dcloud_print_proxy.h65 virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token,