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

  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 196 associating_types_ = types_to_associate;
197 associating_types_.RetainAll(desired_types_);
198 associating_types_.RemoveAll(associated_types_);
207 associating_types_.Remove(it->first);
211 if (associating_types_.Empty()) {
224 if (!associating_types_.Has(type) || !loaded_types_.Has(type))
250 associating_types_.Clear();
321 if (associating_types_.Has(type) || slow_types_.Has(type)) {
404 associating_types_.Remove(type);
406 if (associating_types_.Empty()
    [all...]
model_association_manager.h 117 syncer::ModelTypeSet associating_types_; member in class:browser_sync::ModelAssociationManager

Completed in 446 milliseconds