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

/external/chromium/chrome/browser/autofill/
H A Dphone_number.h60 const string16& city_code() const { return city_code_; }
63 string16 CityAndNumber() const { return city_code_ + number_; }
71 void set_city_code(const string16& city_code) { city_code_ = city_code; }
92 string16 city_code_; // city or area code. member in class:PhoneNumber

Completed in 53 milliseconds