Home
last modified time | relevance | path

Searched refs:GetWholeNumberType (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dphone_number.cc73 possible_types->insert(GetWholeNumberType()); in GetPossibleFieldTypes()
92 available_types->insert(GetWholeNumberType()); in GetAvailableFieldTypes()
108 if (type == GetWholeNumberType()) in GetInfo()
Dfax_number.h25 virtual AutofillFieldType GetWholeNumberType() const;
Dhome_phone_number.cc36 AutofillFieldType HomePhoneNumber::GetWholeNumberType() const { in GetWholeNumberType() function in HomePhoneNumber
Dfax_number.cc34 AutofillFieldType FaxNumber::GetWholeNumberType() const { in GetWholeNumberType() function in FaxNumber
Dhome_phone_number.h26 virtual AutofillFieldType GetWholeNumberType() const;
Dphone_number.h54 virtual AutofillFieldType GetWholeNumberType() const = 0;
Dphone_field.cc175 AutofillType(number_->GetWholeNumberType())); in GetFieldInfo()