OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQUIRE_AUTOCOMPLETE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h
31
REQUIRE_AUTOCOMPLETE
= 1, // Require that autocomplete != off.
autofill_agent.cc
224
REQUIRE_AUTOCOMPLETE
,
285
REQUIRE_AUTOCOMPLETE
,
568
element.autoComplete() ?
REQUIRE_AUTOCOMPLETE
: REQUIRE_NONE;
616
&field,
REQUIRE_AUTOCOMPLETE
)) {
form_autofill_util.cc
94
// Check whether the given field satisfies the
REQUIRE_AUTOCOMPLETE
requirement.
476
ExtractAutofillableElements(form_element,
REQUIRE_AUTOCOMPLETE
,
732
if (requirements &
REQUIRE_AUTOCOMPLETE
) {
844
if (requirements &
REQUIRE_AUTOCOMPLETE
&& !form_element.autoComplete())
[
all
...]
/external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc
192
autofill::
REQUIRE_AUTOCOMPLETE
));
[
all
...]
Completed in 1099 milliseconds