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

  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 135 desired_types_.Clear();
140 desired_types_.Put(it.Get());
144 << syncer::ModelTypeSetToString(desired_types_);
158 (!desired_types_.Has(dtc->type()) ||
173 if (!desired_types_.Has(type))
197 associating_types_.RetainAll(desired_types_);
268 desired_types_.Clear();
305 if (!desired_types_.Has(type))
343 if (!desired_types_.Has(type))
model_association_manager.h 81 // Called by Initialize() to stop types that are not in |desired_types_|.
84 // Start loading non-running types that are in |desired_types_|.
110 syncer::ModelTypeSet desired_types_; member in class:browser_sync::ModelAssociationManager

Completed in 57 milliseconds