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

  /external/chromium_org/components/sync_driver/
model_association_manager.cc 136 desired_types_.Clear();
140 desired_types_.Put(it.Get());
144 << syncer::ModelTypeSetToString(desired_types_);
172 !desired_types_.Has(dtc->type())) {
183 if (!desired_types_.Has(type))
207 associating_types_.RetainAll(desired_types_);
259 desired_types_.Clear();
303 if (!desired_types_.Has(type))
323 if (desired_types_.Has(type) &&
326 desired_types_.Remove(type)
    [all...]
model_association_manager.h 92 // Called by Initialize() to stop types that are not in |desired_types_|.
95 // Start loading non-running types that are in |desired_types_|.
120 syncer::ModelTypeSet desired_types_; member in class:sync_driver::ModelAssociationManager

Completed in 820 milliseconds