Home
last modified time | relevance | path

Searched refs:dir_manager (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/
Dtest_profile_sync_service.cc178 DirectoryManager* dir_manager = user_share->dir_manager.get(); in SetInitialSyncEndedForEnabledTypes() local
180 ScopedDirLookup dir(dir_manager, user_share->name); in SetInitialSyncEndedForEnabledTypes()
207 DirectoryManager* dir_manager = user_share->dir_manager.get(); in OnBackendInitialized() local
209 ScopedDirLookup dir(dir_manager, user_share->name); in OnBackendInitialized()
Dabstract_profile_sync_service_test.cc69 DirectoryManager* dir_manager = user_share->dir_manager.get(); in CreateRoot() local
71 ScopedDirLookup dir(dir_manager, user_share->name); in CreateRoot()
Dprofile_sync_service_autofill_unittest.cc538 syncable::DirectoryManager* dir_manager = user_share->dir_manager.get(); in Update() local
539 syncable::ScopedDirLookup dir(dir_manager, user_share->name); in Update()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1277 DirectoryManager* dir_manager() { return share_.dir_manager.get(); } in dir_manager() function in sync_api::SyncManager::SyncInternal
1323 syncable::ScopedDirLookup lookup(dir_manager(), username_for_share()); in InitialSyncEndedForAllEnabledTypes()
1340 syncable::ScopedDirLookup lookup(dir_manager(), username_for_share()); in GetAutofillMigrationState()
1350 syncable::ScopedDirLookup lookup(dir_manager(), username_for_share()); in SetAutofillMigrationState()
1362 syncable::ScopedDirLookup lookup(dir_manager(), username_for_share()); in SetAutofillMigrationDebugInfo()
1374 syncable::ScopedDirLookup lookup(dir_manager(), username_for_share()); in GetAutofillMigrationDebugInfo()
1719 share_.dir_manager.reset(new DirectoryManager(database_location)); in Init()
1742 dir_manager(), in Init()
1765 syncable::ScopedDirLookup lookup(dir_manager(), username_for_share()); in BootstrapEncryption()
1847 bool share_opened = dir_manager()->Open(username_for_share()); in OpenDirectory()
[all …]
Dsyncapi.h120 scoped_ptr<syncable::DirectoryManager> dir_manager; member
Dsyncapi_unittest.cc143 syncable::ScopedDirLookup dir(share->dir_manager.get(), share->name); in MakeServerNodeForType()