Searched defs:sync_username (Results 1 - 6 of 6) sorted by path

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_factory.cc230 std::string sync_username = local
234 sync_username)) {
H A Dpassword_store_mac.cc879 const std::string& sync_username) {
887 return password_manager::PasswordStore::Init(flare, sync_username);
905 void PasswordStoreMac::ReportMetricsImpl(const std::string& sync_username) { argument
906 login_metadata_db_->ReportMetrics(sync_username);
877 Init( const syncer::SyncableService::StartSyncFlare& flare, const std::string& sync_username) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.cc337 const std::string& sync_username = local
342 base::ASCIIToUTF16(sync_username)));
/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_database.cc280 void LoginDatabase::ReportMetrics(const std::string& sync_username) { argument
330 if (!sync_username.empty()) {
343 if (gaia::AreEmailsSame(sync_username, username)) {
350 2 * sync_username.empty() + syncing_account_saved,
H A Dpassword_store.cc91 const std::string& sync_username) {
92 ReportMetrics(sync_username);
177 void PasswordStore::ReportMetrics(const std::string& sync_username) { argument
179 sync_username));
90 Init(const syncer::SyncableService::StartSyncFlare& flare, const std::string& sync_username) argument
H A Dpassword_store_default.cc29 void PasswordStoreDefault::ReportMetricsImpl(const std::string& sync_username) { argument
31 login_db_->ReportMetrics(sync_username);

Completed in 883 milliseconds