Home
last modified time | relevance | path

Searched refs:form_field_errors (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client_delegate.h73 const std::vector<FormFieldError>& form_field_errors) = 0;
Dwallet_client_unittest.cc664 const std::vector<FormFieldError>& form_field_errors));
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.h200 const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;
337 const std::vector<wallet::FormFieldError>& form_field_errors);
Dautofill_dialog_controller_impl.cc988 const std::vector<wallet::FormFieldError>& form_field_errors) { in OnWalletFormFieldError() argument
989 if (form_field_errors.empty()) in OnWalletFormFieldError()
993 form_field_errors.begin(); in OnWalletFormFieldError()
994 it != form_field_errors.end(); ++it) { in OnWalletFormFieldError()
2383 const std::vector<wallet::FormFieldError>& form_field_errors) { in OnDidSaveToWallet() argument
2393 OnWalletFormFieldError(form_field_errors); in OnDidSaveToWallet()