Lines Matching refs:Syncer
45 Syncer::Syncer(syncer::CancelationSignal* cancelation_signal) in Syncer() function in syncer::Syncer
49 Syncer::~Syncer() {} in ~Syncer()
51 bool Syncer::ExitRequested() { in ExitRequested()
55 bool Syncer::NormalSyncShare(ModelTypeSet request_types, in NormalSyncShare()
81 bool Syncer::ConfigureSyncShare( in ConfigureSyncShare()
98 bool Syncer::PollSyncShare(ModelTypeSet request_types, in PollSyncShare()
112 void Syncer::ApplyUpdates(SyncSession* session) { in ApplyUpdates()
129 bool Syncer::DownloadAndApplyUpdates( in DownloadAndApplyUpdates()
156 SyncerError Syncer::BuildAndPostCommits(ModelTypeSet requested_types, in BuildAndPostCommits()
187 void Syncer::HandleCycleBegin(SyncSession* session) { in HandleCycleBegin()
192 bool Syncer::HandleCycleEnd( in HandleCycleEnd()