HomeSort by relevance Sort by last modified time
    Searched defs:AccountReconcilor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/signin/core/browser/
account_reconcilor.cc 49 class AccountReconcilor::RefreshTokenFetcher
53 RefreshTokenFetcher(AccountReconcilor* reconcilor,
69 AccountReconcilor* reconcilor_;
76 AccountReconcilor::RefreshTokenFetcher::RefreshTokenFetcher(
77 AccountReconcilor* reconcilor,
90 void AccountReconcilor::RefreshTokenFetcher::OnSigninOAuthInformationAvailable(
105 void AccountReconcilor::RefreshTokenFetcher::OnSigninOAuthInformationFailure(
112 bool AccountReconcilor::EmailLessFunc::operator()(const std::string& s1,
117 class AccountReconcilor::UserIdFetcher
120 UserIdFetcher(AccountReconcilor* reconcilor
    [all...]
account_reconcilor.h 35 class AccountReconcilor : public KeyedService,
42 AccountReconcilor(ProfileOAuth2TokenService* token_service,
45 virtual ~AccountReconcilor();
256 DISALLOW_COPY_AND_ASSIGN(AccountReconcilor);

Completed in 37 milliseconds