Home
last modified time | relevance | path

Searched refs:GetCityAndNumberType (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dphone_number.cc70 possible_types->insert(GetCityAndNumberType()); in GetPossibleFieldTypes()
89 available_types->insert(GetCityAndNumberType()); in GetAvailableFieldTypes()
105 if (type == GetCityAndNumberType()) in GetInfo()
Dfax_number.h24 virtual AutofillFieldType GetCityAndNumberType() const;
Dhome_phone_number.cc32 AutofillFieldType HomePhoneNumber::GetCityAndNumberType() const { in GetCityAndNumberType() function in HomePhoneNumber
Dfax_number.cc30 AutofillFieldType FaxNumber::GetCityAndNumberType() const { in GetCityAndNumberType() function in FaxNumber
Dhome_phone_number.h25 virtual AutofillFieldType GetCityAndNumberType() const;
Dphone_number.h53 virtual AutofillFieldType GetCityAndNumberType() const = 0;