HomeSort by relevance Sort by last modified time
    Searched defs:HistoryURLProvider (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 39 // -> HistoryURLProvider::Start
49 // -> HistoryURLProvider::ExecuteWithDB
154 class HistoryURLProvider : public HistoryProvider {
163 HistoryURLProvider(AutocompleteProviderListener* listener, Profile* profile);
166 HistoryURLProvider(AutocompleteProviderListener* listener,
221 ~HistoryURLProvider();
334 // it never changes after the HistoryURLProvider is initialized.
history_url_provider.cc 223 // HistoryURLProvider
227 const int HistoryURLProvider::kScoreForBestInlineableResult = 1413;
228 const int HistoryURLProvider::kScoreForUnvisitedIntranetResult = 1403;
229 const int HistoryURLProvider::kScoreForWhatYouTypedResult = 1203;
230 const int HistoryURLProvider::kBaseScoreForNonInlineableResult = 900;
233 class HistoryURLProvider::VisitClassifier {
242 VisitClassifier(HistoryURLProvider* provider,
253 HistoryURLProvider* provider_;
261 HistoryURLProvider::VisitClassifier::VisitClassifier(
262 HistoryURLProvider* provider
    [all...]

Completed in 180 milliseconds