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

  /external/chromium_org/chrome/browser/signin/
account_reconcilor.cc 23 AccountReconcilor::AccountReconcilor(Profile* profile)
27 DVLOG(1) << "AccountReconcilor::AccountReconcilor";
39 AccountReconcilor::~AccountReconcilor() {
46 void AccountReconcilor::Shutdown() {
47 DVLOG(1) << "AccountReconcilor::Shutdown";
55 void AccountReconcilor::DeleteAccessTokenRequests() {
60 void AccountReconcilor::RegisterWithCookieMonster()
    [all...]
account_reconcilor_factory.h 12 class AccountReconcilor;
19 // Returns the instance of AccountReconcilor associated with this profile
21 // AccountReconcilor (for example, if |profile| is incognito).
22 static AccountReconcilor* GetForProfile(Profile* profile);
account_reconcilor_factory.cc 14 "AccountReconcilor",
23 AccountReconcilor* AccountReconcilorFactory::GetForProfile(
25 return static_cast<AccountReconcilor*>(
36 return new AccountReconcilor(static_cast<Profile*>(context));
account_reconcilor.h 20 class AccountReconcilor : public BrowserContextKeyedService,
26 explicit AccountReconcilor(Profile* profile);
27 virtual ~AccountReconcilor();
93 base::RepeatingTimer<AccountReconcilor> reconciliation_timer_;
109 DISALLOW_COPY_AND_ASSIGN(AccountReconcilor);
account_reconcilor_unittest.cc 75 AccountReconcilor* reconcilor =
83 AccountReconcilor* reconcilor =
99 AccountReconcilor* reconcilor =

Completed in 38 milliseconds