Home
last modified time | relevance | path

Searched refs:CreateSyncRoot (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/drive_backend/
H A Dremote_to_local_syncer_unittest.cc129 std::string CreateSyncRoot() { in CreateSyncRoot() function in sync_file_system::drive_backend::RemoteToLocalSyncerTest
249 const std::string sync_root = CreateSyncRoot(); in TEST_F()
283 const std::string sync_root = CreateSyncRoot(); in TEST_F()
320 const std::string sync_root = CreateSyncRoot(); in TEST_F()
362 const std::string sync_root = CreateSyncRoot(); in TEST_F()
383 const std::string sync_root = CreateSyncRoot(); in TEST_F()
408 const std::string sync_root = CreateSyncRoot(); in TEST_F()
427 const std::string sync_root = CreateSyncRoot(); in TEST_F()
448 const std::string sync_root = CreateSyncRoot(); in TEST_F()
472 const std::string sync_root = CreateSyncRoot(); in TEST_F()
H A Dlocal_to_remote_syncer_unittest.cc129 std::string CreateSyncRoot() { in CreateSyncRoot() function in sync_file_system::drive_backend::LocalToRemoteSyncerTest
264 const std::string sync_root = CreateSyncRoot(); in TEST_F()
295 const std::string sync_root = CreateSyncRoot(); in TEST_F()
329 const std::string sync_root = CreateSyncRoot(); in TEST_F()
363 const std::string sync_root = CreateSyncRoot(); in TEST_F()
387 const std::string sync_root = CreateSyncRoot(); in TEST_F()
412 const std::string sync_root = CreateSyncRoot(); in TEST_F()
437 const std::string sync_root = CreateSyncRoot(); in TEST_F()
469 const std::string sync_root = CreateSyncRoot(); in TEST_F()
499 const std::string sync_root = CreateSyncRoot(); in TEST_F()
[all …]
H A Dconflict_resolver_unittest.cc124 std::string CreateSyncRoot() { in CreateSyncRoot() function in sync_file_system::drive_backend::ConflictResolverTest
282 const std::string sync_root = CreateSyncRoot(); in TEST_F()
293 const std::string sync_root = CreateSyncRoot(); in TEST_F()
319 const std::string sync_root = CreateSyncRoot(); in TEST_F()
345 const std::string sync_root = CreateSyncRoot(); in TEST_F()
371 const std::string sync_root = CreateSyncRoot(); in TEST_F()
418 const std::string sync_root = CreateSyncRoot(); in TEST_F()
469 const std::string sync_root = CreateSyncRoot(); in TEST_F()
496 const std::string sync_root = CreateSyncRoot(); in TEST_F()
H A Dsync_engine_initializer.h86 void CreateSyncRoot(std::unique_ptr<SyncTaskToken> token);
H A Dsync_engine_initializer.cc215 CreateSyncRoot(std::move(token)); in DidFindSyncRoot()
227 void SyncEngineInitializer::CreateSyncRoot( in CreateSyncRoot() function in sync_file_system::drive_backend::SyncEngineInitializer