Searched defs:zipcode (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_common_test.cc38 const char* state, const char* zipcode, const char* country,
49 check_and_set(profile, ADDRESS_HOME_ZIP, zipcode);
59 const char* state, const char* zipcode, const char* country,
64 company, address1, address2, city, state, zipcode, country,
34 SetProfileInfo(AutofillProfile* profile, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone, const char* fax) argument
55 SetProfileInfoWithGuid(AutofillProfile* profile, const char* guid, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone, const char* fax) argument

Completed in 227 milliseconds