/external/chromium_org/chrome/browser/sync/ |
test_profile_sync_service.h | 50 syncer::ModelTypeSet to_unapply,
|
test_profile_sync_service.cc | 66 syncer::ModelTypeSet to_unapply,
|
/external/chromium_org/sync/internal_api/public/ |
sync_manager.h | 357 // next session if its type is in |to_journal|. If in |to_unapply| 368 ModelTypeSet to_unapply,
|
/external/chromium_org/sync/internal_api/public/test/ |
fake_sync_manager.h | 109 ModelTypeSet to_unapply,
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.h | 98 ModelTypeSet to_unapply, 234 // |to_unapply| specify subsets that require special handling. |to_journal| 235 // types are saved into the delete journal, while |to_unapply| have only 239 ModelTypeSet to_unapply);
|
sync_manager_impl.cc | 302 ModelTypeSet to_unapply, 320 << ModelTypeSetToString(to_unapply); 323 to_unapply)) { 597 ModelTypeSet to_unapply) { 602 DCHECK(to_purge.HasAll(to_unapply)); 603 return directory()->PurgeEntriesWithTypeIn(to_purge, to_journal, to_unapply); [all...] |
/external/chromium_org/sync/internal_api/test/ |
fake_sync_manager.cc | 153 ModelTypeSet to_unapply, 170 to_unapply);
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host_impl.cc | 488 syncer::ModelTypeSet to_unapply, 498 config_types.to_unapply = to_unapply;
|
sync_backend_host_core.h | 76 syncer::ModelTypeSet to_unapply; member in struct:browser_sync::DoConfigureSyncerTypes
|
sync_backend_host_impl.h | 141 syncer::ModelTypeSet to_unapply,
|
sync_backend_host_core.cc | 553 config_types.to_unapply,
|