Searched refs:ReportMetricsImpl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dmock_password_store.h30 MOCK_METHOD1(ReportMetricsImpl, void(const std::string&));
H A Dpassword_store_default.h30 virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE;
H A Dtest_password_store.h61 virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE {}
H A Dpassword_store_default.cc29 void PasswordStoreDefault::ReportMetricsImpl(const std::string& sync_username) { function in class:password_manager::PasswordStoreDefault
H A Dpassword_store.cc178 ScheduleTask(base::Bind(&PasswordStore::ReportMetricsImpl, this,
H A Dpassword_store.h208 virtual void ReportMetricsImpl(const std::string& sync_username) = 0;
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.h54 virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE;
H A Dpassword_store_mac.cc905 void PasswordStoreMac::ReportMetricsImpl(const std::string& sync_username) { function in class:PasswordStoreMac

Completed in 340 milliseconds