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

  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 51 syncer::ModelTypeSet to_unapply,
test_profile_sync_service.cc 76 syncer::ModelTypeSet to_unapply,
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 93 ModelTypeSet to_unapply,
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 84 ModelTypeSet to_unapply,
231 // |to_unapply| specify subsets that require special handling. |to_journal|
232 // types are saved into the delete journal, while |to_unapply| have only
236 ModelTypeSet to_unapply);
sync_rollback_manager_base.h 51 ModelTypeSet to_unapply,
sync_manager_impl.cc 186 ModelTypeSet to_unapply,
205 << ModelTypeSetToString(to_unapply);
208 to_unapply)) {
486 ModelTypeSet to_unapply) {
491 DCHECK(to_purge.HasAll(to_unapply));
492 return directory()->PurgeEntriesWithTypeIn(to_purge, to_journal, to_unapply);
    [all...]
sync_rollback_manager_base.cc 100 ModelTypeSet to_unapply,
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 130 ModelTypeSet to_unapply,
147 to_unapply);
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 310 // next session if its type is in |to_journal|. If in |to_unapply|
321 ModelTypeSet to_unapply,
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h 76 syncer::ModelTypeSet to_unapply; member in struct:browser_sync::DoConfigureSyncerTypes
sync_backend_host_impl.h 154 syncer::ModelTypeSet to_unapply,
sync_backend_host_impl.cc 569 syncer::ModelTypeSet to_unapply,
579 config_types.to_unapply = to_unapply;
sync_backend_host_core.cc 599 config_types.to_unapply,

Completed in 542 milliseconds