Searched refs:SigninOAuthHelper (Results 1 - 6 of 6) 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);
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.h130 class SyncStarterWrapper : public SigninOAuthHelper::Consumer,
152 // Overriden from SigninOAuthHelper::Consumer.
166 scoped_ptr<SigninOAuthHelper> signin_oauth_helper_;
H A Done_click_signin_helper_unittest.cc888 SigninOAuthHelper::Consumer* consumer,
H A Done_click_signin_helper.cc647 new SigninOAuthHelper(args_.profile->GetRequestContext(),
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc46 class InlineSigninHelper : public SigninOAuthHelper::Consumer {
61 // Overriden from SigninOAuthHelper::Consumer.
69 SigninOAuthHelper signin_oauth_helper_;

Completed in 2128 milliseconds