Home | History | Annotate | Download | only in autofill

Lines Matching refs:pattern

80   // Returns true if |field| contains the regexp |pattern| in the name or label.
83 const string16& pattern,
92 // Attempts to parse a text field with the given pattern; returns true on
95 const string16& pattern);
97 // Attempts to parse a text field with the given pattern. Returns true on
100 const string16& pattern,
108 // Attempts to parse a text field label with the given pattern. Returns true
111 const string16& pattern,
139 const string16& pattern,
146 const string16& pattern,
173 // Returns true if |pattern| is found in |input|.
174 bool MatchString(const string16& input, const string16& pattern);