GetLastConfiguredTypes  323 chrome/browser/sync/glue/sync_backend_host_impl.cc   syncer::ModelTypeSet previous_types = registrar_->GetLastConfiguredTypes();
GetLastConfiguredTypes  370 chrome/browser/sync/glue/sync_backend_host_impl.cc   syncer::ModelTypeSet current_types = registrar_->GetLastConfiguredTypes();
GetLastConfiguredTypes   81 chrome/browser/sync/glue/sync_backend_registrar.h   syncer::ModelTypeSet GetLastConfiguredTypes() const;
GetLastConfiguredTypes  167 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   EXPECT_TRUE(types1.Equals(registrar_->GetLastConfiguredTypes()));
GetLastConfiguredTypes  179 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   EXPECT_TRUE(types2.Equals(registrar_->GetLastConfiguredTypes()));
GetLastConfiguredTypes  185 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   EXPECT_TRUE(ModelTypeSet().Equals(registrar_->GetLastConfiguredTypes()));