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 124 return history_url_provider_;
194 HistoryURLProvider* history_url_provider_; member in class:AutocompleteController
autocomplete_controller.cc 139 history_url_provider_(NULL),
167 history_url_provider_ = new HistoryURLProvider(this, profile);
168 providers_.push_back(history_url_provider_);

Completed in 39 milliseconds