Home
last modified time | relevance | path

Searched defs:city_code (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dphone_number.h60 const string16& city_code() const { return city_code_; } in city_code() function
71 void set_city_code(const string16& city_code) { city_code_ = city_code; } in set_city_code()
Dphone_number.cc137 string16* city_code, in ParsePhoneNumber()
196 string16 number, city_code, country_code; in set_whole_number() local
Dphone_number_unittest.cc13 string16 city_code; in TEST() local
/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n.h79 const base::string16& city_code() const { return city_code_; } in city_code() function
Dphone_number_i18n.cc87 base::string16* city_code, in ParsePhoneNumber()
171 const base::string16& city_code, in ConstructPhoneNumber()
Dphone_number_i18n_unittest.cc48 base::string16 city_code; in TEST() local