Searched defs:AccountReconcilor (Results 1 - 2 of 2) sorted by path

/external/chromium_org/components/signin/core/browser/
H A Daccount_reconcilor.cc57 AccountReconcilor::AccountReconcilor(ProfileOAuth2TokenService* token_service, function in class:AccountReconcilor
70 VLOG(1) << "AccountReconcilor::AccountReconcilor";
73 AccountReconcilor::~AccountReconcilor() {
74 VLOG(1) << "AccountReconcilor::~AccountReconcilor";
79 void AccountReconcilor::Initialize(bool start_reconcile_if_tokens_available) {
80 VLOG(1) << "AccountReconcilor
[all...]
H A Daccount_reconcilor.h35 class AccountReconcilor : public KeyedService, class in inherits:KeyedService,GaiaAuthConsumer,MergeSessionHelper::Observer,OAuth2TokenService::Observer,SigninManagerBase::Observer
41 AccountReconcilor(ProfileOAuth2TokenService* token_service,
44 virtual ~AccountReconcilor();
202 DISALLOW_COPY_AND_ASSIGN(AccountReconcilor);

Completed in 270 milliseconds