Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1286 const std::string& username_for_share() const { in username_for_share() 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()
1693 return data_->username_for_share(); in GetAuthenticatedUsername()
1765 syncable::ScopedDirLookup lookup(dir_manager(), username_for_share()); in BootstrapEncryption()
1847 bool share_opened = dir_manager()->Open(username_for_share()); in OpenDirectory()
1853 LOG(ERROR) << "Could not open share for:" << username_for_share(); in OpenDirectory()
[all …]