Searched refs:ReportMetrics (Results 1 – 11 of 11) sorted by relevance
29 MOCK_METHOD1(ReportMetrics, void(const std::string&));
92 ReportMetrics(sync_username); in Init()177 void PasswordStore::ReportMetrics(const std::string& sync_username) { in ReportMetrics() function in password_manager::PasswordStore
34 void ReportMetrics(const std::string& sync_username);
31 login_db_->ReportMetrics(sync_username); in ReportMetricsImpl()
44 void ReportMetrics(bool password_manager_enabled) { in ReportMetrics() function115 ReportMetrics(*saving_passwords_enabled_); in PasswordManager()
174 virtual void ReportMetrics(const std::string& sync_username);
280 void LoginDatabase::ReportMetrics(const std::string& sync_username) { in ReportMetrics() function in password_manager::LoginDatabase
99 EXPECT_CALL(*store_.get(), ReportMetrics(_)).Times(AnyNumber()); in SetUp()
101 void ReportMetrics(const std::string& mime_type, in ReportMetrics() function242 FROM_HERE, base::Bind(&ReportMetrics, output.actual_mime_type, in PluginsLoaded()
179 void ReportMetrics();509 void SQLitePersistentCookieStore::Backend::ReportMetrics() { in ReportMetrics() function in content::SQLitePersistentCookieStore::Backend536 ReportMetrics(); in CompleteLoadInForeground()
906 login_metadata_db_->ReportMetrics(sync_username); in ReportMetricsImpl()