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

  /external/chromium_org/components/sync_driver/
data_type_manager_mock.h 22 MOCK_METHOD2(PurgeForMigration, void(syncer::ModelTypeSet,
data_type_manager.h 86 virtual void PurgeForMigration(syncer::ModelTypeSet undesired_types,
data_type_manager_impl.h 58 virtual void PurgeForMigration(
data_type_manager_impl.cc 134 void DataTypeManagerImpl::PurgeForMigration(
data_type_manager_impl_unittest.cc 893 dtm_->PurgeForMigration(to_migrate,
    [all...]
  /external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc 135 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
165 EXPECT_CALL(*manager(), PurgeForMigration(_,
197 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION));
218 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(2);
230 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
253 EXPECT_CALL(*manager(), PurgeForMigration(HasModelTypes(to_migrate),
259 EXPECT_CALL(*manager(), PurgeForMigration(HasModelTypes(to_migrate),
280 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
310 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
333 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1)
    [all...]
backend_migrator.cc 107 manager_->PurgeForMigration(to_migrate_, syncer::CONFIGURE_REASON_MIGRATION);
profile_sync_service_unittest.cc 64 virtual void PurgeForMigration(syncer::ModelTypeSet undesired_types,

Completed in 617 milliseconds