HomeSort by relevance Sort by last modified time
    Searched refs:phone_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/core/browser/
phone_number.cc 197 phone_ = value;
207 phone_.append(value);
227 country_, city_, phone_, GetRegion(profile, app_locale), value);
231 return phone_.empty() && whole_number_.empty();
phone_number.h 69 // Returns true if both |phone_| and |whole_number_| are empty.
75 base::string16 phone_; member in class:autofill::PhoneNumber::PhoneCombineHelper
autofill_profile.cc 197 : phone_(phone),
203 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
207 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_);
211 base::string16 phone_; member in class:autofill::__anon10831::FindByPhone

Completed in 45 milliseconds