Home
last modified time | relevance | path

Searched refs:OnMigrationRequested (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Dsync_engine_event_listener.h40 virtual void OnMigrationRequested(ModelTypeSet migration_types) = 0;
H A Djs_sync_manager_observer.h42 void OnMigrationRequested(ModelTypeSet types) override;
H A Dall_status.h50 void OnMigrationRequested(ModelTypeSet types) override;
H A Djs_sync_manager_observer.cc62 void JsSyncManagerObserver::OnMigrationRequested(ModelTypeSet types) {} in OnMigrationRequested() function in syncer::JsSyncManagerObserver
H A Ddebug_info_event_listener.h52 void OnMigrationRequested(ModelTypeSet types) override;
H A Dsync_manager_impl.cc466 void SyncManagerImpl::OnMigrationRequested(ModelTypeSet types) { in OnMigrationRequested() function in syncer::SyncManagerImpl
468 observer.OnMigrationRequested(types); in OnMigrationRequested()
H A Dsync_manager_impl.h111 void OnMigrationRequested(ModelTypeSet types) override;
H A Dall_status.cc124 void AllStatus::OnMigrationRequested(ModelTypeSet) { in OnMigrationRequested() function in syncer::AllStatus
H A Ddebug_info_event_listener.cc126 void DebugInfoEventListener::OnMigrationRequested(ModelTypeSet types) {} in OnMigrationRequested() function in syncer::DebugInfoEventListener
H A Dsync_manager_impl_unittest.cc117 MOCK_METHOD(void, OnMigrationRequested, (ModelTypeSet), (override));
H A Dsync_scheduler_impl.cc908 observer.OnMigrationRequested(types); in OnReceivedMigrationRequest()
H A Dsyncer_unittest.cc126 void OnMigrationRequested(ModelTypeSet types) override {} in OnMigrationRequested() function in syncer::SyncerTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/screens/
H A Dencryption_migration_screen.h116 void OnMigrationRequested(bool success);
H A Dencryption_migration_screen.cc526 base::BindOnce(&EncryptionMigrationScreen::OnMigrationRequested, in OnMountExistingVault()
650 void EncryptionMigrationScreen::OnMigrationRequested(bool success) { in OnMigrationRequested() function in chromeos::EncryptionMigrationScreen
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine/
H A Dsync_manager.h81 virtual void OnMigrationRequested(ModelTypeSet types) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/glue/
H A Dsync_engine_backend.h58 void OnMigrationRequested(ModelTypeSet types) override;
H A Dsync_engine_backend.cc164 void SyncEngineBackend::OnMigrationRequested(ModelTypeSet types) { in OnMigrationRequested() function in syncer::SyncEngineBackend
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dencryption_migration_screen_handler.h150 void OnMigrationRequested(bool success);
H A Dencryption_migration_screen_handler.cc613 base::Bind(&EncryptionMigrationScreenHandler::OnMigrationRequested, in OnMountExistingVault()
756 void EncryptionMigrationScreenHandler::OnMigrationRequested(bool success) { in OnMigrationRequested() function in chromeos::EncryptionMigrationScreenHandler