Home
last modified time | relevance | path

Searched defs:city_code (Results 1 – 3 of 3) 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