Searched refs:sync_username (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.h42 const std::string& sync_username) OVERRIDE;
54 virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE;
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/components/password_manager/core/browser/
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.h30 virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE;
H A Dpassword_store_default.cc29 void PasswordStoreDefault::ReportMetricsImpl(const std::string& sync_username) { argument
31 login_db_->ReportMetrics(sync_username);
H A Dlogin_database.h34 void ReportMetrics(const std::string& sync_username);
H A Dtest_password_store.h61 virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE {}
H A Dpassword_store.h130 // |sync_username| is specified to aid in metrics reporting.
132 const std::string& sync_username);
174 virtual void ReportMetrics(const std::string& sync_username);
208 virtual void ReportMetricsImpl(const std::string& sync_username) = 0;
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,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.cc337 const std::string& sync_username = local
342 base::ASCIIToUTF16(sync_username)));

Completed in 529 milliseconds