Searched refs:AccountIdFetcher (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.cc218 AccountIdFetcher* fetcher =
219 new AccountIdFetcher(identity_provider_->GetTokenService(),
227 void AccountTracker::OnUserInfoFetchSuccess(AccountIdFetcher* fetcher,
242 void AccountTracker::OnUserInfoFetchFailure(AccountIdFetcher* fetcher) {
249 void AccountTracker::DeleteFetcher(AccountIdFetcher* fetcher) {
258 AccountIdFetcher::AccountIdFetcher( function in class:gaia::AccountIdFetcher
269 "identity", "AccountIdFetcher", this, "account_key", account_key);
272 AccountIdFetcher::~AccountIdFetcher() {
[all...]
H A Daccount_tracker.h32 class AccountIdFetcher;
73 void OnUserInfoFetchSuccess(AccountIdFetcher* fetcher,
75 void OnUserInfoFetchFailure(AccountIdFetcher* fetcher);
106 void DeleteFetcher(AccountIdFetcher* fetcher);
110 std::map<std::string, AccountIdFetcher*> user_info_requests_;
116 class AccountIdFetcher : public OAuth2TokenService::Consumer, class in namespace:gaia
119 AccountIdFetcher(OAuth2TokenService* token_service,
123 virtual ~AccountIdFetcher();

Completed in 142 milliseconds