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

/external/chromium_org/components/password_manager/core/browser/
H A Dmock_password_store.h29 MOCK_METHOD1(ReportMetrics, void(const std::string&));
H A Dlogin_database.h34 void ReportMetrics(const std::string& sync_username);
H A Dpassword_store.cc92 ReportMetrics(sync_username);
177 void PasswordStore::ReportMetrics(const std::string& sync_username) { function in class:password_manager::PasswordStore
H A Dpassword_store_default.cc31 login_db_->ReportMetrics(sync_username);
H A Dpassword_manager.cc44 void ReportMetrics(bool password_manager_enabled) { function in namespace:password_manager::__anon6679
115 ReportMetrics(*saving_passwords_enabled_);
H A Dpassword_store.h174 virtual void ReportMetrics(const std::string& sync_username);
H A Dlogin_database.cc280 void LoginDatabase::ReportMetrics(const std::string& sync_username) { function in class:password_manager::LoginDatabase
H A Dpassword_manager_unittest.cc99 EXPECT_CALL(*store_.get(), ReportMetrics(_)).Times(AnyNumber());
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc101 void ReportMetrics(const std::string& mime_type, function in namespace:__anon4393
242 FROM_HERE, base::Bind(&ReportMetrics, output.actual_mime_type,
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc179 void ReportMetrics();
509 void SQLitePersistentCookieStore::Backend::ReportMetrics() { function in class:content::SQLitePersistentCookieStore::Backend
536 ReportMetrics();
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc906 login_metadata_db_->ReportMetrics(sync_username);

Completed in 786 milliseconds