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 203 phone_ = value;
213 phone_.append(value);
233 country_, city_, phone_, GetRegion(profile, app_locale), value);
237 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 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

Completed in 477 milliseconds