Searched refs:form_field_errors (Results 1 – 4 of 4) sorted by relevance
73 const std::vector<FormFieldError>& form_field_errors) = 0;
664 const std::vector<FormFieldError>& form_field_errors));
200 const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;337 const std::vector<wallet::FormFieldError>& form_field_errors);
988 const std::vector<wallet::FormFieldError>& form_field_errors) { in OnWalletFormFieldError() argument989 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() argument2393 OnWalletFormFieldError(form_field_errors); in OnDidSaveToWallet()