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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_delegate.h 34 virtual const AutofillMetrics& GetMetricLogger() const = 0;
wallet_client.cc 641 delegate_->GetMetricLogger().LogWalletErrorMetric(
644 delegate_->GetMetricLogger().LogWalletRequiredActionMetric(
652 delegate_->GetMetricLogger().LogWalletApiCallDuration(
    [all...]
wallet_client_unittest.cc 609 virtual const AutofillMetrics& GetMetricLogger() const OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 177 GetMetricLogger().LogDialogUiEvent(
180 GetMetricLogger().LogDialogSecurityMetric(
184 GetMetricLogger().LogDialogSecurityMetric(
190 GetMetricLogger().LogDialogSecurityMetric(
314 GetMetricLogger().LogAutocheckoutDuration(
325 GetMetricLogger().LogAutocheckoutDuration(
348 GetMetricLogger().LogAutocheckoutDuration(
469 GetMetricLogger().LogDialogUiDuration(
474 GetMetricLogger().LogDialogUiEvent(
479 GetMetricLogger().LogDialogUiDuration
    [all...]
autofill_dialog_controller_android.h 77 const AutofillMetrics& GetMetricLogger() const {
  /external/chromium_org/components/autofill/content/browser/autocheckout/
whitelist_manager.h 56 virtual const AutofillMetrics& GetMetricLogger() const;
whitelist_manager.cc 112 const AutofillMetrics& WhitelistManager::GetMetricLogger() const {
162 GetMetricLogger().LogAutocheckoutWhitelistDownloadDuration(duration, status);
whitelist_manager_unittest.cc 92 virtual const AutofillMetrics& GetMetricLogger() const OVERRIDE {
130 whitelist_manager_->GetMetricLogger()),
  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 51 const AutofillMetrics& AutocheckoutRequestManager::GetMetricLogger() const {
autocheckout_request_manager.h 54 virtual const AutofillMetrics& GetMetricLogger() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 423 GetMetricLogger().LogDialogInitialUserState(
502 GetMetricLogger().LogDialogUiEvent(
505 GetMetricLogger().LogDialogSecurityMetric(
509 GetMetricLogger().LogDialogSecurityMetric(
515 GetMetricLogger().LogDialogSecurityMetric(
595 GetMetricLogger().LogAutocheckoutDuration(
604 GetMetricLogger().LogAutocheckoutDuration(
    [all...]
autofill_dialog_controller_impl.h 195 virtual const AutofillMetrics& GetMetricLogger() const OVERRIDE;
autofill_dialog_controller_browsertest.cc 187 virtual const AutofillMetrics& GetMetricLogger() const OVERRIDE {
    [all...]
autofill_dialog_controller_unittest.cc 281 virtual const AutofillMetrics& GetMetricLogger() const OVERRIDE {
    [all...]

Completed in 202 milliseconds