OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auto_fill_enabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/policy/
autofill_policy_handler.cc
25
bool
auto_fill_enabled
;
local
26
if (value && value->GetAsBoolean(&
auto_fill_enabled
) && !
auto_fill_enabled
) {
/external/chromium/chrome/browser/policy/
configuration_policy_pref_store.cc
405
bool
auto_fill_enabled
;
local
406
if (value->GetAsBoolean(&
auto_fill_enabled
) && !
auto_fill_enabled
)
[
all
...]
Completed in 57 milliseconds