Home | History | Annotate | Download | only in engine

Lines Matching refs:Syncer

5 #include "sync/engine/syncer.h"
32 namespace syncer {
46 Syncer::Syncer()
50 Syncer::~Syncer() {}
52 bool Syncer::ExitRequested() {
57 void Syncer::RequestEarlyExit() {
62 bool Syncer::NormalSyncShare(ModelTypeSet request_types,
87 bool Syncer::ConfigureSyncShare(
103 bool Syncer::PollSyncShare(ModelTypeSet request_types,
116 void Syncer::ApplyUpdates(SyncSession* session) {
130 bool Syncer::DownloadAndApplyUpdates(
149 void Syncer::HandleCycleBegin(SyncSession* session) {
154 bool Syncer::HandleCycleEnd(
165 } // namespace syncer