OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegexType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/
phone_field.h
44
enum
RegexType
{
72
RegexType
regex; // Field matching reg-ex.
82
static base::string16 GetRegExp(
RegexType
regex_id);
phone_field.cc
249
base::string16 PhoneField::GetRegExp(
RegexType
regex_id) {
/external/chromium/chrome/browser/autofill/
phone_field.h
62
enum
RegexType
{
77
string16 GetRegExp(
RegexType
regex_id) const;
114
RegexType
regex; // Field matching reg-ex.
phone_field.cc
240
string16 PhoneField::GetRegExp(
RegexType
regex_id) const {
Completed in 53 milliseconds