OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autofill_enabled
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/policy/
autofill_policy_handler_unittest.cc
56
bool
autofill_enabled
= true;
local
57
bool result = value->GetAsBoolean(&
autofill_enabled
);
59
EXPECT_FALSE(
autofill_enabled
);
/packages/apps/Browser/res/xml/
general_preferences.xml
26
<CheckBoxPreference android:key="
autofill_enabled
"
/external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager_unittest.cc
32
void set_autofill_enabled(bool
autofill_enabled
) {
33
autofill_enabled_ =
autofill_enabled
;
/external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc
85
void set_autofill_enabled(bool
autofill_enabled
) {
86
autofill_enabled_ =
autofill_enabled
;
133
void set_autofill_enabled(bool
autofill_enabled
) {
134
autofill_enabled_ =
autofill_enabled
;
[
all
...]
autofill_manager_unittest.cc
420
void set_autofill_enabled(bool
autofill_enabled
) {
421
autofill_enabled_ =
autofill_enabled
;
[
all
...]
/packages/apps/Browser/src/com/android/browser/
PreferenceKeys.java
61
static final String PREF_AUTOFILL_ENABLED = "
autofill_enabled
";
/external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc
119
void set_autofill_enabled(bool
autofill_enabled
) {
120
autofill_enabled_ =
autofill_enabled
;
199
void set_autofill_enabled(bool
autofill_enabled
) {
200
autofill_enabled_ =
autofill_enabled
;
[
all
...]
autofill_manager_unittest.cc
414
void set_autofill_enabled(bool
autofill_enabled
) {
415
autofill_enabled_ =
autofill_enabled
;
[
all
...]
Completed in 1580 milliseconds