Home
last modified time | relevance | path

Searched refs:metric_logger_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_cc_infobar_delegate.cc25 metric_logger_(metric_logger), in AutofillCCInfoBarDelegate()
27 metric_logger_->Log(AutofillMetrics::CREDIT_CARD_INFOBAR_SHOWN); in AutofillCCInfoBarDelegate()
37 metric_logger_->Log(user_action); in LogUserAction()
Dautofill_manager.cc237 metric_logger_(new AutofillMetrics), in AutofillManager()
341 submitted_form.LogQualityMetrics(*metric_logger_); in OnFormSubmitted()
352 metric_logger_->LogIsAutofillEnabledAtPageLoad(enabled); in OnFormsSeen()
445 metric_logger_->LogAddressSuggestionsCount(values.size()); in OnQueryFormFieldAutofill()
658 *metric_logger_); in OnLoadedAutofillHeuristics()
710 metric_logger_.get())); in ImportFormData()
749 metric_logger_(new AutofillMetrics), in AutofillManager()
757 metric_logger_.reset(metric_logger); in set_metric_logger()
1051 download_manager_.StartQueryRequest(form_structures_, *metric_logger_);
Dautofill_cc_infobar_delegate.h60 const AutofillMetrics* metric_logger_; variable
Dautofill_manager.h131 const AutofillMetrics* metric_logger() const { return metric_logger_.get(); } in metric_logger()
255 scoped_ptr<const AutofillMetrics> metric_logger_; variable
Dpersonal_data_manager.cc676 metric_logger_(new AutofillMetrics), in PersonalDataManager()
682 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled()); in Init()
959 metric_logger_->LogStoredProfileCount(web_profiles_.size()); in LogProfileCount()
965 return metric_logger_.get(); in metric_logger()
970 metric_logger_.reset(metric_logger); in set_metric_logger()
Dpersonal_data_manager.h253 scoped_ptr<const AutofillMetrics> metric_logger_;