HomeSort by relevance Sort by last modified time
    Searched refs:HistoryURLProvider (Results 1 - 21 of 21) 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_org/chrome/browser/autocomplete/
autocomplete_controller.h 20 class HistoryURLProvider;
123 HistoryURLProvider* history_url_provider() const {
194 HistoryURLProvider* history_url_provider_;
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...]
history_quick_provider_unittest.cc 487 // have scores less than what HistoryURLProvider will assign the
492 HistoryURLProvider::kScoreForBestInlineableResult);
499 HistoryURLProvider::kScoreForWhatYouTypedResult);
506 // HistoryURLProvider will assign the URL-what-you-typed match.
510 HistoryURLProvider::kScoreForUnvisitedIntranetResult);
517 HistoryURLProvider::kScoreForUnvisitedIntranetResult);
524 HistoryURLProvider::kScoreForWhatYouTypedResult);
532 HistoryURLProvider::kScoreForWhatYouTypedResult);
536 // have scores less than what the HistoryURLProvider will assign
542 HistoryURLProvider::kScoreForBestInlineableResult)
    [all...]
history_quick_provider.cc 173 // HistoryURLProvider gives visited what-you-typed URLs a high score.
175 HistoryURLProvider::kScoreForBestInlineableResult;
193 HistoryURLProvider::kScoreForUnvisitedIntranetResult;
197 HistoryURLProvider::kScoreForWhatYouTypedResult;
history_url_provider_unittest.cc 195 scoped_refptr<HistoryURLProvider> autocomplete_;
224 autocomplete_ = new HistoryURLProvider(this, profile_.get(), "en-US,en,ko");
549 // HistoryURLProvider shouldn't be done (waiting on async results).
    [all...]
autocomplete_controller.cc 152 // TODO(mrossetti): Permanently modify the HistoryURLProvider to not search
167 history_url_provider_ = new HistoryURLProvider(this, profile);
  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 158 // HistoryURLProvider::PromoteMatchForInlineAutocomplete().
162 HistoryURLProvider::kScoreForBestInlineableResult :
163 HistoryURLProvider::kBaseScoreForNonInlineableResult;
169 // at the end of HistoryURLProvider::DoAutocomplete().
171 hup_like_score = HistoryURLProvider::kScoreForBestInlineableResult;
173 // HistoryURLProvider has the function PromoteOrCreateShorterSuggestion()
183 // identical to what happens in HistoryURLProvider even in these
529 HistoryURLProvider::kScoreForBestInlineableResult - 1;
history_service.h 47 class HistoryURLProvider;
648 friend class HistoryURLProvider;
671 // Called by the HistoryURLProvider class to schedule an autocomplete, it
674 void ScheduleAutocomplete(HistoryURLProvider* provider,
    [all...]
history_backend.h 175 void ScheduleAutocomplete(HistoryURLProvider* provider,
    [all...]
history_service.cc     [all...]
history_backend.cc     [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...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 546 // HistoryURLProvider so we only generate them if this provider is present.
563 AutocompleteMatch url_match = HistoryURLProvider::SuggestExactInput(
    [all...]

Completed in 490 milliseconds