Searched refs:GetNumberType (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dfax_number.cc18 AutofillFieldType FaxNumber::GetNumberType() const { function in class:FaxNumber
H A Dfax_number.h21 virtual AutofillFieldType GetNumberType() const;
H A Dhome_phone_number.cc20 AutofillFieldType HomePhoneNumber::GetNumberType() const { function in class:HomePhoneNumber
H A Dhome_phone_number.h22 virtual AutofillFieldType GetNumberType() const;
H A Dphone_number.h50 virtual AutofillFieldType GetNumberType() const = 0;
H A Dphone_number.cc61 possible_types->insert(GetNumberType());
80 available_types->insert(GetNumberType());
96 if (type == GetNumberType())
H A Dphone_field.cc162 AutofillType(number_->GetNumberType()));
169 AutofillType(number_->GetNumberType()));

Completed in 38 milliseconds