Home
last modified time | relevance | path

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

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