Home | History | Annotate | Download | only in glue

Lines Matching refs:syncer

21 namespace syncer {
35 typedef std::queue<syncer::ModelTypeSet> TypeSetPriorityList;
41 const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
51 virtual void Configure(syncer::ModelTypeSet desired_types,
52 syncer::ConfigureReason reason) OVERRIDE;
56 syncer::ModelTypeSet undesired_types,
57 syncer::ConfigureReason reason) OVERRIDE;
64 syncer::ModelType type,
65 const syncer::DataTypeAssociationStats& association_stats) OVERRIDE;
81 const syncer::SyncError& error);
85 virtual syncer::ModelTypeSet GetPriorityTypes() const;
89 TypeSetPriorityList PrioritizeTypes(const syncer::ModelTypeSet& types);
94 void Restart(syncer::ConfigureReason reason);
96 syncer::ModelTypeSet types_to_download,
97 syncer::ModelTypeSet high_priority_types_before,
98 syncer::ModelTypeSet first_sync_types,
99 syncer::ModelTypeSet failed_configuration_types);
111 void ConfigureImpl(syncer::ModelTypeSet desired_types,
112 syncer::ConfigureReason reason);
116 const syncer::ModelTypeSet& types_being_configured) const;
129 std::map<syncer::ModelType, int> start_order_;
130 syncer::ModelTypeSet last_requested_types_;
138 syncer::ConfigureReason last_configure_reason_;
151 const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>
172 syncer::ModelTypeSet types;
173 syncer::ModelTypeSet first_sync_types;
177 syncer::ModelTypeSet high_priority_types_before;
178 syncer::ModelTypeSet configured_types;