Searched refs:SigninAccountIdHelper (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dsignin_account_id_helper.cc14 class SigninAccountIdHelper::GaiaIdFetcher
21 SigninAccountIdHelper* signin_account_id_helper);
42 SigninAccountIdHelper* signin_account_id_helper_;
50 SigninAccountIdHelper::GaiaIdFetcher::GaiaIdFetcher(
54 SigninAccountIdHelper* signin_account_id_helper)
63 SigninAccountIdHelper::GaiaIdFetcher::~GaiaIdFetcher() {}
65 void SigninAccountIdHelper::GaiaIdFetcher::Start() {
72 void SigninAccountIdHelper::GaiaIdFetcher::OnGetTokenSuccess(
85 void SigninAccountIdHelper::GaiaIdFetcher::OnGetTokenFailure(
93 void SigninAccountIdHelper
106 SigninAccountIdHelper::SigninAccountIdHelper( function in class:SigninAccountIdHelper
[all...]
H A Dsignin_account_id_helper.h21 class SigninAccountIdHelper : public SigninManagerBase::Observer, class in inherits:SigninManagerBase::Observer,OAuth2TokenService::Observer
24 SigninAccountIdHelper(SigninClient* client,
27 virtual ~SigninAccountIdHelper();
54 DISALLOW_COPY_AND_ASSIGN(SigninAccountIdHelper);
H A Dsignin_manager.h44 class SigninAccountIdHelper;
183 scoped_ptr<SigninAccountIdHelper> account_id_helper_;
H A Dsignin_manager.cc262 new SigninAccountIdHelper(client_, token_service_, this));
/external/chromium_org/chrome/browser/signin/
H A Dfake_profile_oauth2_token_service.cc19 SigninAccountIdHelper::SetDisableForTest(true);
23 SigninAccountIdHelper::SetDisableForTest(false);

Completed in 970 milliseconds