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

  /external/chromium_org/components/sync_driver/
model_association_manager.cc 172 loaded_types_.Remove(dtc->type());
188 DCHECK(!loaded_types_.Has(dtc->type()));
233 if (!associating_types_.Has(type) || !loaded_types_.Has(type))
255 // |loaded_types_| and |associated_types_| are not cleared. So
278 loaded_types_.Clear();
317 DCHECK(!loaded_types_.Has(type));
329 loaded_types_.Put(type);
365 loaded_types_.Remove(type);
model_association_manager.h 133 syncer::ModelTypeSet loaded_types_; member in class:browser_sync::ModelAssociationManager

Completed in 1566 milliseconds