Home
last modified time | relevance | path

Searched refs:GetCountryRegex (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dphone_field.h46 string16 GetCountryRegex() const;
Dphone_field.cc187 string16 PhoneField::GetCountryRegex() const { in GetCountryRegex() function in PhoneField
242 case REGEX_COUNTRY: return GetCountryRegex(); in GetRegExp()