HomeSort by relevance Sort by last modified time
    Searched refs:metric_logger_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 25 metric_logger_(metric_logger),
27 metric_logger_->Log(AutofillMetrics::CREDIT_CARD_INFOBAR_SHOWN);
37 metric_logger_->Log(user_action);
autofill_cc_infobar_delegate.h 60 const AutofillMetrics* metric_logger_; member in class:AutofillCCInfoBarDelegate
personal_data_manager.h 264 scoped_ptr<const AutofillMetrics> metric_logger_; member in class:PersonalDataManager
autofill_manager.cc 237 metric_logger_(new AutofillMetrics),
341 submitted_form.LogQualityMetrics(*metric_logger_);
352 metric_logger_->LogIsAutofillEnabledAtPageLoad(enabled);
445 metric_logger_->LogAddressSuggestionsCount(values.size());
658 *metric_logger_);
710 metric_logger_.get()));
749 metric_logger_(new AutofillMetrics),
757 metric_logger_.reset(metric_logger);
    [all...]
autofill_manager.h 138 const AutofillMetrics* metric_logger() const { return metric_logger_.get(); }
262 scoped_ptr<const AutofillMetrics> metric_logger_; member in class:AutofillManager
personal_data_manager.cc 676 metric_logger_(new AutofillMetrics),
682 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
959 metric_logger_->LogStoredProfileCount(web_profiles_.size());
965 return metric_logger_.get();
970 metric_logger_.reset(metric_logger);

Completed in 50 milliseconds