OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesFormControlType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/core/browser/
form_field.h
122
static bool
MatchesFormControlType
(const std::string& type, int match_type);
form_field.cc
84
if (!
MatchesFormControlType
(field->form_control_type, match_type))
172
bool FormField::
MatchesFormControlType
(const std::string& type,
Completed in 178 milliseconds