Searched refs:associating_types_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Dmodel_association_manager.cc157 associating_types_.Remove(dtc->type());
206 associating_types_ = types_to_associate;
207 associating_types_.RetainAll(desired_types_);
208 associating_types_.RemoveAll(associated_types_);
214 if (associating_types_.Empty()) {
227 if (!associating_types_.Has(type) || !loaded_types_.Has(type))
252 associating_types_.Clear();
262 associating_types_.Clear();
308 if (associating_types_.Has(type)) {
340 if (state_ == CONFIGURING && associating_types_
[all...]
H A Dmodel_association_manager.h127 syncer::ModelTypeSet associating_types_; member in class:sync_driver::ModelAssociationManager

Completed in 205 milliseconds