HomeSort by relevance Sort by last modified time
    Searched full:autofill_enabled_ (Results 1 - 4 of 4) 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:__anon2477::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:__anon2477::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:__anon2474::TestAutofillManager
    [all...]

Completed in 156 milliseconds