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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 121 HistoryURLProvider::HistoryURLProvider(ACProviderListener* listener,
128 void HistoryURLProvider::Start(const AutocompleteInput& input,
145 void HistoryURLProvider::Stop() {
153 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend,
171 this, &HistoryURLProvider::QueryComplete, params));
176 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend,
277 void HistoryURLProvider::QueryComplete(
302 AutocompleteMatch HistoryURLProvider::SuggestExactInput(
350 bool HistoryURLProvider::FixupExactSuggestion(history::URLDatabase* db
    [all...]
history_url_provider.h 34 // -> HistoryURLProvider::Start
44 // -> HistoryURLProvider::ExecuteWithDB
141 class HistoryURLProvider : public HistoryProvider {
143 HistoryURLProvider(ACProviderListener* listener, Profile* profile);
146 HistoryURLProvider(ACProviderListener* listener,
181 ~HistoryURLProvider();
history_url_provider_unittest.cc 138 scoped_refptr<HistoryURLProvider> autocomplete_;
158 autocomplete_ = new HistoryURLProvider(this, profile_.get(), "en-US,en,ko");
465 // HistoryURLProvider shouldn't be done (waiting on async results).
autocomplete.cc 798 providers_.push_back(new HistoryURLProvider(this, profile));
    [all...]
  /external/chromium/chrome/browser/history/
history.h 33 class HistoryURLProvider;
597 friend class HistoryURLProvider;
615 // Called by the HistoryURLProvider class to schedule an autocomplete, it
618 void ScheduleAutocomplete(HistoryURLProvider* provider,
    [all...]
history.cc 678 void HistoryService::ScheduleAutocomplete(HistoryURLProvider* provider,
681 scoped_refptr<HistoryURLProvider>(provider), params);
history_backend.h 136 void ScheduleAutocomplete(HistoryURLProvider* provider,
history_backend.cc     [all...]

Completed in 113 milliseconds