Searched refs:dir_manager (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/sync/ |
D | test_profile_sync_service.cc | 178 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()
|
D | abstract_profile_sync_service_test.cc | 69 DirectoryManager* dir_manager = user_share->dir_manager.get(); in CreateRoot() local 71 ScopedDirLookup dir(dir_manager, user_share->name); in CreateRoot()
|
D | profile_sync_service_autofill_unittest.cc | 538 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/ |
D | syncapi.cc | 1277 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 …]
|
D | syncapi.h | 120 scoped_ptr<syncable::DirectoryManager> dir_manager; member
|
D | syncapi_unittest.cc | 143 syncable::ScopedDirLookup dir(share->dir_manager.get(), share->name); in MakeServerNodeForType()
|