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

  /external/chromium/chrome/browser/autofill/
fax_number.h 25 virtual AutofillFieldType GetWholeNumberType() const;
home_phone_number.h 26 virtual AutofillFieldType GetWholeNumberType() const;
fax_number.cc 34 AutofillFieldType FaxNumber::GetWholeNumberType() const {
home_phone_number.cc 36 AutofillFieldType HomePhoneNumber::GetWholeNumberType() const {
phone_number.h 54 virtual AutofillFieldType GetWholeNumberType() const = 0;
phone_number.cc 73 possible_types->insert(GetWholeNumberType());
92 available_types->insert(GetWholeNumberType());
108 if (type == GetWholeNumberType())
phone_field.cc 175 AutofillType(number_->GetWholeNumberType()));

Completed in 37 milliseconds