HomeSort by relevance Sort by last modified time
    Searched refs:SigninAccountIdHelper (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/signin/core/browser/
signin_account_id_helper.h 21 class SigninAccountIdHelper : public SigninManagerBase::Observer,
24 SigninAccountIdHelper(SigninClient* client,
27 virtual ~SigninAccountIdHelper();
53 DISALLOW_COPY_AND_ASSIGN(SigninAccountIdHelper);
signin_account_id_helper.cc 14 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::GaiaIdFetcher::OnGetUserIdResponse
    [all...]
signin_manager.h 44 class SigninAccountIdHelper;
185 scoped_ptr<SigninAccountIdHelper> account_id_helper_;
signin_manager.cc 246 new SigninAccountIdHelper(client_, token_service_, this));
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.cc 19 SigninAccountIdHelper::SetDisableForTest(true);
23 SigninAccountIdHelper::SetDisableForTest(false);

Completed in 227 milliseconds