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

  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 16 // HistoryContentsProvider is an AutocompleteProvider that provides results from
18 // HistoryContentsProvider gets results from two sources:
23 class HistoryContentsProvider : public HistoryProvider {
25 HistoryContentsProvider(ACProviderListener* listener, Profile* profile);
34 ~HistoryContentsProvider();
89 DISALLOW_COPY_AND_ASSIGN(HistoryContentsProvider);
history_contents_provider.cc 54 HistoryContentsProvider::HistoryContentsProvider(ACProviderListener* listener,
66 void HistoryContentsProvider::Start(const AutocompleteInput& input,
145 NewCallback(this, &HistoryContentsProvider::QueryComplete));
150 void HistoryContentsProvider::Stop() {
160 HistoryContentsProvider::~HistoryContentsProvider() {
163 void HistoryContentsProvider::QueryComplete(HistoryService::Handle handle,
174 void HistoryContentsProvider::ConvertResults() {
207 AutocompleteMatch HistoryContentsProvider::ResultToMatch
    [all...]

Completed in 80 milliseconds