Searched defs:address_to_check (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/libaddressinput/chromium/
H A Daddressinput_util.cc40 bool HasAllRequiredFields(const AddressData& address_to_check) { argument
42 ValidateRequiredFields(address_to_check, NULL, &problems);
47 const AddressData& address_to_check,
66 if (address_to_check.IsFieldEmpty(field) &&
67 IsFieldRequired(field, address_to_check.region_code) &&
46 ValidateRequiredFields( const AddressData& address_to_check, const std::multimap<AddressField, AddressProblem>* filter, std::multimap<AddressField, AddressProblem>* problems) argument

Completed in 207 milliseconds