Searched defs:autofill_enabled_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/browser/
H A Drequest_autocomplete_manager_unittest.cc25 autofill_enabled_(true) {}
28 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
31 autofill_enabled_ = autofill_enabled;
35 bool autofill_enabled_; member in class:autofill::__anon6273::TestAutofillManager
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics_unittest.cc80 autofill_enabled_(true) {
107 autofill_enabled_ = autofill_enabled;
111 return autofill_enabled_;
136 bool autofill_enabled_; member in class:autofill::__anon6323::TestPersonalDataManager
171 autofill_enabled_(true) {
176 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
179 autofill_enabled_ = autofill_enabled;
224 bool autofill_enabled_; member in class:autofill::__anon6323::TestAutofillManager
H A Dautofill_manager_unittest.cc387 autofill_enabled_(true) {}
390 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
393 autofill_enabled_ = autofill_enabled;
486 bool autofill_enabled_; member in class:autofill::__anon6317::TestAutofillManager

Completed in 288 milliseconds