Home
last modified time | relevance | path

Searched refs:GetSyncDataPath (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_sync/
H A Dbrowser_sync_client.cc15 base::FilePath BrowserSyncClient::GetSyncDataPath() { in GetSyncDataPath() function in browser_sync::BrowserSyncClient
16 return GetModelTypeStoreService()->GetSyncDataPath(); in GetSyncDataPath()
H A Dbrowser_sync_client.h53 base::FilePath GetSyncDataPath() final;
H A Dprofile_sync_components_factory_impl.cc364 sync_client_->GetModelTypeStoreService()->GetSyncDataPath()); in CreateSyncEngine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/model/
H A Dmodel_type_store_service.h25 virtual const base::FilePath& GetSyncDataPath() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/test/model/
H A Dtest_model_type_store_service.cc21 const base::FilePath& TestModelTypeStoreService::GetSyncDataPath() const { in GetSyncDataPath() function in syncer::TestModelTypeStoreService
H A Dtest_model_type_store_service.h28 const base::FilePath& GetSyncDataPath() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/model_impl/
H A Dmodel_type_store_service_impl.h32 const base::FilePath& GetSyncDataPath() const override;
H A Dmodel_type_store_service_impl.cc122 const base::FilePath& ModelTypeStoreServiceImpl::GetSyncDataPath() const { in GetSyncDataPath() function in syncer::ModelTypeStoreServiceImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_sync/
H A Dprofile_sync_components_factory_impl.cc425 sync_prefs, sync_client_->GetModelTypeStoreService()->GetSyncDataPath(), in CreateSyncEngine()
435 sync_client_->GetModelTypeStoreService()->GetSyncDataPath())); in DeleteLegacyDirectoryFilesAndNigoriStorage()