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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.h 115 return history_url_provider_;
193 HistoryURLProvider* history_url_provider_; member in class:AutocompleteController
autocomplete_controller.cc 176 history_url_provider_(NULL),
194 history_url_provider_ = new HistoryURLProvider(this, profile);
195 providers_.push_back(history_url_provider_);

Completed in 74 milliseconds