Searched defs:SigninOAuthHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dsignin_oauth_helper.cc11 SigninOAuthHelper::SigninOAuthHelper(net::URLRequestContextGetter* getter, function in class:SigninOAuthHelper
24 SigninOAuthHelper::~SigninOAuthHelper() {}
26 void SigninOAuthHelper::OnClientOAuthSuccess(const ClientOAuthResult& result) {
32 void SigninOAuthHelper::OnClientOAuthFailure(
34 VLOG(1) << "SigninOAuthHelper::OnClientOAuthFailure: " << error.ToString();
38 void SigninOAuthHelper::OnClientLoginSuccess(const ClientLoginResult& result) {
42 void SigninOAuthHelper::OnClientLoginFailure(
44 VLOG(1) << "SigninOAuthHelper
[all...]
H A Dsignin_oauth_helper.h16 class SigninOAuthHelper : public GaiaAuthConsumer { class in inherits:GaiaAuthConsumer
18 // Implemented by users of SigninOAuthHelper to know then helper is finished.
37 explicit SigninOAuthHelper(net::URLRequestContextGetter* getter,
41 virtual ~SigninOAuthHelper();
59 DISALLOW_COPY_AND_ASSIGN(SigninOAuthHelper);

Completed in 390 milliseconds