Searched refs:AccountInfoFetcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.h16 class AccountInfoFetcher;
86 friend class AccountInfoFetcher;
89 void OnUserInfoFetchSuccess(AccountInfoFetcher* fetcher,
91 void OnUserInfoFetchFailure(AccountInfoFetcher* fetcher);
109 void DeleteFetcher(AccountInfoFetcher* fetcher);
121 std::map<std::string, AccountInfoFetcher*> user_info_requests_;
H A Daccount_tracker_service.cc27 class AccountInfoFetcher : public OAuth2TokenService::Consumer, class in inherits:OAuth2TokenService::Consumer,gaia::GaiaOAuthClient::Delegate
30 AccountInfoFetcher(OAuth2TokenService* token_service,
34 virtual ~AccountInfoFetcher();
63 AccountInfoFetcher::AccountInfoFetcher( function in class:AccountInfoFetcher
78 AccountInfoFetcher::~AccountInfoFetcher() {
82 void AccountInfoFetcher::Start() {
90 void AccountInfoFetcher::OnGetTokenSuccess(
104 void AccountInfoFetcher
[all...]

Completed in 153 milliseconds