HomeSort by relevance Sort by last modified time
    Searched refs:autofill_enabled_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/
autocomplete_history_manager.cc 83 autofill_enabled_.Init(prefs::kAutofillEnabled, profile_->GetPrefs(), NULL);
102 if (!*autofill_enabled_)
156 if (!*autofill_enabled_) {
173 if (!*autofill_enabled_) {
203 autofill_enabled_.Init(
autocomplete_history_manager.h 67 BooleanPrefMember autofill_enabled_; member in class:AutocompleteHistoryManager
  /external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc 56 TestPersonalDataManager() : autofill_enabled_(true) {
86 autofill_enabled_ = autofill_enabled;
90 return autofill_enabled_;
116 bool autofill_enabled_; member in class:__anon4289::TestPersonalDataManager
126 autofill_enabled_(true) {
131 virtual bool IsAutofillEnabled() const { return autofill_enabled_; }
134 autofill_enabled_ = autofill_enabled;
147 bool autofill_enabled_; member in class:__anon4289::TestAutofillManager
    [all...]
autofill_manager_unittest.cc 414 autofill_enabled_(true) {
418 virtual bool IsAutofillEnabled() const { return autofill_enabled_; }
421 autofill_enabled_ = autofill_enabled;
464 bool autofill_enabled_; member in class:__anon4286::TestAutofillManager
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc 93 autofill_enabled_(true) {
121 autofill_enabled_ = autofill_enabled;
125 return autofill_enabled_;
150 bool autofill_enabled_; member in class:autofill::__anon9849::TestPersonalDataManager
194 autofill_enabled_(true) {
203 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
206 autofill_enabled_ = autofill_enabled;
253 bool autofill_enabled_; member in class:autofill::__anon9849::TestAutofillManager
    [all...]
autofill_manager_unittest.cc 473 autofill_enabled_(true) {}
476 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
479 autofill_enabled_ = autofill_enabled;
633 bool autofill_enabled_; member in class:autofill::__anon9844::TestAutofillManager
    [all...]

Completed in 444 milliseconds