HistoryURLProvider 170 chrome/browser/autocomplete/autocomplete_controller.cc history_url_provider_ = new HistoryURLProvider(this, profile); HistoryURLProvider 20 chrome/browser/autocomplete/autocomplete_controller.h class HistoryURLProvider; HistoryURLProvider 114 chrome/browser/autocomplete/autocomplete_controller.h HistoryURLProvider* history_url_provider() const { HistoryURLProvider 185 chrome/browser/autocomplete/autocomplete_controller.h HistoryURLProvider* history_url_provider_; HistoryURLProvider 175 chrome/browser/autocomplete/history_quick_provider.cc HistoryURLProvider::kScoreForBestInlineableResult; HistoryURLProvider 193 chrome/browser/autocomplete/history_quick_provider.cc HistoryURLProvider::kScoreForUnvisitedIntranetResult; HistoryURLProvider 197 chrome/browser/autocomplete/history_quick_provider.cc HistoryURLProvider::kScoreForWhatYouTypedResult; HistoryURLProvider 498 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryURLProvider::kScoreForBestInlineableResult); HistoryURLProvider 506 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryURLProvider::kScoreForWhatYouTypedResult); HistoryURLProvider 519 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryURLProvider::kScoreForUnvisitedIntranetResult); HistoryURLProvider 527 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryURLProvider::kScoreForUnvisitedIntranetResult); HistoryURLProvider 535 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryURLProvider::kScoreForWhatYouTypedResult); HistoryURLProvider 545 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryURLProvider::kScoreForWhatYouTypedResult); HistoryURLProvider 555 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryURLProvider::kScoreForBestInlineableResult); HistoryURLProvider 290 chrome/browser/autocomplete/history_url_provider.cc const int HistoryURLProvider::kScoreForBestInlineableResult = 1413; HistoryURLProvider 291 chrome/browser/autocomplete/history_url_provider.cc const int HistoryURLProvider::kScoreForUnvisitedIntranetResult = 1403; HistoryURLProvider 292 chrome/browser/autocomplete/history_url_provider.cc const int HistoryURLProvider::kScoreForWhatYouTypedResult = 1203; HistoryURLProvider 293 chrome/browser/autocomplete/history_url_provider.cc const int HistoryURLProvider::kBaseScoreForNonInlineableResult = 900; HistoryURLProvider 305 chrome/browser/autocomplete/history_url_provider.cc VisitClassifier(HistoryURLProvider* provider, HistoryURLProvider 316 chrome/browser/autocomplete/history_url_provider.cc HistoryURLProvider* provider_; HistoryURLProvider 324 chrome/browser/autocomplete/history_url_provider.cc HistoryURLProvider::VisitClassifier::VisitClassifier( HistoryURLProvider 325 chrome/browser/autocomplete/history_url_provider.cc HistoryURLProvider* provider, HistoryURLProvider 377 chrome/browser/autocomplete/history_url_provider.cc HistoryURLProvider::HistoryURLProvider(AutocompleteProviderListener* listener, HistoryURLProvider 394 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::Start(const AutocompleteInput& input, HistoryURLProvider 411 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::Stop(bool clear_cached_results) { HistoryURLProvider 418 chrome/browser/autocomplete/history_url_provider.cc AutocompleteMatch HistoryURLProvider::SuggestExactInput( HistoryURLProvider 474 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend, HistoryURLProvider 492 chrome/browser/autocomplete/history_url_provider.cc &HistoryURLProvider::QueryComplete, this, params)); HistoryURLProvider 497 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend, HistoryURLProvider 636 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::QueryComplete( HistoryURLProvider 661 chrome/browser/autocomplete/history_url_provider.cc HistoryURLProvider::~HistoryURLProvider() { HistoryURLProvider 671 chrome/browser/autocomplete/history_url_provider.cc int HistoryURLProvider::CalculateRelevance(MatchType match_type, HistoryURLProvider 689 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::RunAutocompletePasses( HistoryURLProvider 778 chrome/browser/autocomplete/history_url_provider.cc bool HistoryURLProvider::FixupExactSuggestion( HistoryURLProvider 857 chrome/browser/autocomplete/history_url_provider.cc bool HistoryURLProvider::CanFindIntranetURL( HistoryURLProvider 878 chrome/browser/autocomplete/history_url_provider.cc bool HistoryURLProvider::PromoteMatchForInlineAutocomplete( HistoryURLProvider 916 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::PromoteOrCreateShorterSuggestion( HistoryURLProvider 988 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::CullPoorMatches( HistoryURLProvider 1005 chrome/browser/autocomplete/history_url_provider.cc void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend, HistoryURLProvider 1035 chrome/browser/autocomplete/history_url_provider.cc size_t HistoryURLProvider::RemoveSubsequentMatchesOf( HistoryURLProvider 1065 chrome/browser/autocomplete/history_url_provider.cc AutocompleteMatch HistoryURLProvider::HistoryMatchToACMatch( HistoryURLProvider 1122 chrome/browser/autocomplete/history_url_provider.cc int HistoryURLProvider::CalculateRelevanceScoreUsingScoringParams( HistoryURLProvider 1148 chrome/browser/autocomplete/history_url_provider.cc ACMatchClassifications HistoryURLProvider::ClassifyDescription( HistoryURLProvider 155 chrome/browser/autocomplete/history_url_provider.h class HistoryURLProvider : public HistoryProvider { HistoryURLProvider 164 chrome/browser/autocomplete/history_url_provider.h HistoryURLProvider(AutocompleteProviderListener* listener, Profile* profile); HistoryURLProvider 211 chrome/browser/autocomplete/history_url_provider.h ~HistoryURLProvider(); HistoryURLProvider 208 chrome/browser/autocomplete/history_url_provider_unittest.cc scoped_refptr<HistoryURLProvider> autocomplete_; HistoryURLProvider 237 chrome/browser/autocomplete/history_url_provider_unittest.cc autocomplete_ = new HistoryURLProvider(this, profile_.get()); HistoryURLProvider 1614 chrome/browser/history/history_backend.cc void HistoryBackend::ScheduleAutocomplete(HistoryURLProvider* provider, HistoryURLProvider 156 chrome/browser/history/history_backend.h void ScheduleAutocomplete(HistoryURLProvider* provider, HistoryURLProvider 958 chrome/browser/history/history_service.cc void HistoryService::ScheduleAutocomplete(HistoryURLProvider* provider, HistoryURLProvider 962 chrome/browser/history/history_service.cc scoped_refptr<HistoryURLProvider>(provider), params); HistoryURLProvider 47 chrome/browser/history/history_service.h class HistoryURLProvider; HistoryURLProvider 601 chrome/browser/history/history_service.h friend class HistoryURLProvider; HistoryURLProvider 627 chrome/browser/history/history_service.h void ScheduleAutocomplete(HistoryURLProvider* provider, HistoryURLProvider 169 chrome/browser/history/scored_history_match.cc HistoryURLProvider::kScoreForBestInlineableResult : HistoryURLProvider 170 chrome/browser/history/scored_history_match.cc HistoryURLProvider::kBaseScoreForNonInlineableResult; HistoryURLProvider 178 chrome/browser/history/scored_history_match.cc hup_like_score = HistoryURLProvider::kScoreForBestInlineableResult; HistoryURLProvider 597 chrome/browser/history/scored_history_match.cc HistoryURLProvider::kScoreForBestInlineableResult - 1;