Home | Sort by relevance Sort by last modified time |
/external/chromium_org/components/autofill/core/browser/ | |
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 | 192 : phone_(phone), 198 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_); 202 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_); 206 base::string16 phone_; member in class:autofill::__anon7378::FindByPhone |