Home
last modified time | relevance | path

Searched refs:AccountIdFetcher (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dsignin_account_id_helper.cc17 class SigninAccountIdHelper::AccountIdFetcher class in SigninAccountIdHelper
21 AccountIdFetcher(Profile* profile,
23 virtual ~AccountIdFetcher();
46 DISALLOW_COPY_AND_ASSIGN(AccountIdFetcher);
49 SigninAccountIdHelper::AccountIdFetcher::AccountIdFetcher( in AccountIdFetcher() function in SigninAccountIdHelper::AccountIdFetcher
57 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 …]
Dsignin_account_id_helper.h45 class AccountIdFetcher; variable
46 scoped_ptr<AccountIdFetcher> id_fetcher_;
/external/chromium_org/chrome/browser/extensions/api/identity/
Daccount_tracker.cc154 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::AccountIdFetcher
211 AccountIdFetcher::~AccountIdFetcher() {} in ~AccountIdFetcher()
213 void AccountIdFetcher::Start() { in Start()
220 void AccountIdFetcher::OnGetTokenSuccess( in OnGetTokenSuccess()
233 void AccountIdFetcher::OnGetTokenFailure( in OnGetTokenFailure()
[all …]
Daccount_tracker.h30 class AccountIdFetcher; variable
72 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();