Home
last modified time | relevance | path

Searched refs:set_country_code (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autofill/
Daddress_unittest.cc18 address.set_country_code("US"); in TEST()
21 address.set_country_code("CA"); in TEST()
34 address.set_country_code("US"); in TEST()
38 address.set_country_code("CA"); in TEST()
82 address.set_country_code("US"); in TEST()
112 address.set_country_code(""); in TEST()
Dphone_number.cc126 set_country_code(number); in SetInfo()
200 set_country_code(country_code); in set_whole_number()
Daddress.h34 void set_country_code(const std::string& country_code) { in set_country_code() function
Dphone_number.h68 void set_country_code(const string16& country_code) { in set_country_code() function
Dautofill_profile.cc313 address_.set_country_code(country_code); in SetCountryCode()