Searched refs:history_url_provider_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.h128 return history_url_provider_;
206 HistoryURLProvider* history_url_provider_; member in class:AutocompleteController
H A Dautocomplete_controller.cc180 history_url_provider_(NULL),
196 history_url_provider_ = new HistoryURLProvider(this, profile);
197 providers_.push_back(history_url_provider_);

Completed in 85 milliseconds