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

  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 99 return autocomplete_history_manager_.get();
182 scoped_ptr<AutocompleteHistoryManager> autocomplete_history_manager_; member in class:TabContentsWrapper
tab_contents_wrapper.cc 59 autocomplete_history_manager_.reset(new AutocompleteHistoryManager(contents));
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 191 autocomplete_history_manager_(
246 autocomplete_history_manager_->SetExternalDelegate(delegate);
252 autocomplete_history_manager_->OnFormSubmitted(form);
489 autocomplete_history_manager_->OnGetAutocompleteSuggestions(
641 autocomplete_history_manager_->OnRemoveAutocompleteEntry(name, value);
    [all...]
autofill_manager.h 334 scoped_ptr<AutocompleteHistoryManager> autocomplete_history_manager_; member in class:autofill::AutofillManager
autofill_manager_unittest.cc 790 autofill_manager_->autocomplete_history_manager_->SendSuggestions(&result);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 743 return autocomplete_history_manager_.get();
1102 scoped_ptr<AutocompleteHistoryManager> autocomplete_history_manager_; member in class:TabContents
    [all...]

Completed in 751 milliseconds