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

  /external/chromium_org/sync/engine/
sync_engine_event_listener.h 38 virtual void OnMigrationRequested(ModelTypeSet migration_types) = 0;
all_status.h 48 virtual void OnMigrationRequested(ModelTypeSet types) OVERRIDE;
all_status.cc 106 void AllStatus::OnMigrationRequested(ModelTypeSet) {}
sync_scheduler_impl.cc 899 OnMigrationRequested(types));
syncer_unittest.cc 260 virtual void OnMigrationRequested(ModelTypeSet types) OVERRIDE {}
    [all...]
  /external/chromium_org/sync/internal_api/
js_sync_manager_observer.h 46 virtual void OnMigrationRequested(
js_sync_manager_observer.cc 65 void JsSyncManagerObserver::OnMigrationRequested(ModelTypeSet types) { }
debug_info_event_listener.h 53 virtual void OnMigrationRequested(ModelTypeSet types) OVERRIDE;
debug_info_event_listener.cc 118 void DebugInfoEventListener::OnMigrationRequested(ModelTypeSet types) {}
sync_backup_manager_unittest.cc 40 MOCK_METHOD1(OnMigrationRequested, void(ModelTypeSet));;
sync_manager_impl.h 138 virtual void OnMigrationRequested(ModelTypeSet types) OVERRIDE;
sync_rollback_manager_unittest.cc 85 MOCK_METHOD1(OnMigrationRequested, void(ModelTypeSet));;
sync_manager_impl.cc 856 void SyncManagerImpl::OnMigrationRequested(ModelTypeSet types) {
859 OnMigrationRequested(types));
    [all...]
sync_manager_impl_unittest.cc 742 MOCK_METHOD1(OnMigrationRequested, void(syncer::ModelTypeSet)); // NOLINT
    [all...]
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 216 virtual void OnMigrationRequested(ModelTypeSet types) = 0;
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h 105 virtual void OnMigrationRequested(syncer::ModelTypeSet types) OVERRIDE;
sync_backend_host_core.cc 345 void SyncBackendHostCore::OnMigrationRequested(syncer::ModelTypeSet types) {

Completed in 179 milliseconds