Searched refs:AccountIdFetcher (Results 1 – 4 of 4) sorted by relevance
17 class SigninAccountIdHelper::AccountIdFetcher class in SigninAccountIdHelper21 AccountIdFetcher(Profile* profile,23 virtual ~AccountIdFetcher();46 DISALLOW_COPY_AND_ASSIGN(AccountIdFetcher);49 SigninAccountIdHelper::AccountIdFetcher::AccountIdFetcher( in AccountIdFetcher() function in SigninAccountIdHelper::AccountIdFetcher57 SigninAccountIdHelper::AccountIdFetcher::~AccountIdFetcher() {} in ~AccountIdFetcher()59 void SigninAccountIdHelper::AccountIdFetcher::Start() { in Start()68 void SigninAccountIdHelper::AccountIdFetcher::OnGetTokenSuccess( in OnGetTokenSuccess()81 void SigninAccountIdHelper::AccountIdFetcher::OnGetTokenFailure( in OnGetTokenFailure()89 void SigninAccountIdHelper::AccountIdFetcher::OnGetUserIdResponse( in OnGetUserIdResponse()[all …]
45 class AccountIdFetcher; variable46 scoped_ptr<AccountIdFetcher> id_fetcher_;
154 AccountIdFetcher* fetcher = in StartFetchingUserInfo()155 new AccountIdFetcher(profile_, this, account_key); in StartFetchingUserInfo()160 void AccountTracker::OnUserInfoFetchSuccess(AccountIdFetcher* fetcher, in OnUserInfoFetchSuccess()175 void AccountTracker::OnUserInfoFetchFailure(AccountIdFetcher* fetcher) { in OnUserInfoFetchFailure()196 void AccountTracker::DeleteFetcher(AccountIdFetcher* fetcher) { in DeleteFetcher()204 AccountIdFetcher::AccountIdFetcher(Profile* profile, in AccountIdFetcher() function in extensions::AccountIdFetcher211 AccountIdFetcher::~AccountIdFetcher() {} in ~AccountIdFetcher()213 void AccountIdFetcher::Start() { in Start()220 void AccountIdFetcher::OnGetTokenSuccess( in OnGetTokenSuccess()233 void AccountIdFetcher::OnGetTokenFailure( in OnGetTokenFailure()[all …]
30 class AccountIdFetcher; variable72 void OnUserInfoFetchSuccess(AccountIdFetcher* fetcher,74 void OnUserInfoFetchFailure(AccountIdFetcher* fetcher);96 void DeleteFetcher(AccountIdFetcher* fetcher);99 std::map<std::string, AccountIdFetcher*> user_info_requests_;106 class AccountIdFetcher : public OAuth2TokenService::Consumer,109 AccountIdFetcher(Profile* profile,112 virtual ~AccountIdFetcher();