Searched refs:whole_number (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dphone_number.cc176 string16 whole_number; local
178 whole_number.append(country_code_);
181 whole_number.append(city_code_);
184 whole_number.append(number_);
186 return whole_number;
195 void PhoneNumber::set_whole_number(const string16& whole_number) { argument
197 ParsePhoneNumber(whole_number, &number, &city_code, &country_code);
H A Dphone_number.h74 void set_whole_number(const string16& whole_number);
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.h51 // |whole_number| - constructed whole number.
58 base::string16* whole_number) WARN_UNUSED_RESULT;
H A Dphone_number.cc174 base::string16 whole_number = local
176 if (!whole_number.empty()) {
179 if (normalized_number == whole_number)
H A Dphone_number_i18n.cc174 base::string16* whole_number) {
176 whole_number->clear();
188 FormatValidatedNumber(phone_number, country_code, whole_number, NULL);
170 ConstructPhoneNumber(const base::string16& country_code, const base::string16& city_code, const base::string16& number, const std::string& region, base::string16* whole_number) argument

Completed in 70 milliseconds