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

  /external/chromium/chrome/browser/autocomplete/
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.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...]

Completed in 1960 milliseconds