Home | History | Annotate | Download | only in extensions

Lines Matching defs:syncer

13 namespace syncer {
56 virtual syncer::SyncMergeResult MergeDataAndStartSyncing(
57 syncer::ModelType type,
58 const syncer::SyncDataList& initial_sync_data,
59 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
60 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) OVERRIDE;
61 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
62 virtual syncer::SyncDataList GetAllSyncData(
63 syncer::ModelType type) const OVERRIDE;
64 virtual syncer::SyncError ProcessSyncChanges(
66 const syncer::SyncChangeList& change_list) OVERRIDE;