HomeSort by relevance Sort by last modified time
    Searched refs:loaded_types_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/sync_driver/
model_association_manager.h 130 syncer::ModelTypeSet loaded_types_; member in class:sync_driver::ModelAssociationManager
model_association_manager.cc 155 loaded_types_.Remove(dtc->type());
189 DCHECK(!loaded_types_.Has(dtc->type()));
227 if (!associating_types_.Has(type) || !loaded_types_.Has(type))
249 // |loaded_types_| and |associated_types_| are not cleared. So
260 loaded_types_.Clear();
306 DCHECK(!loaded_types_.Has(type));
307 loaded_types_.Put(type);

Completed in 56 milliseconds