Searched refs:HistoryURLProvider (Results 1 – 10 of 10) sorted by relevance
388 const int HistoryURLProvider::kScoreForBestInlineableResult = 1413;389 const int HistoryURLProvider::kScoreForUnvisitedIntranetResult = 1403;390 const int HistoryURLProvider::kScoreForWhatYouTypedResult = 1203;391 const int HistoryURLProvider::kBaseScoreForNonInlineableResult = 900;394 class HistoryURLProvider::VisitClassifier {403 VisitClassifier(HistoryURLProvider* provider,414 HistoryURLProvider* provider_;422 HistoryURLProvider::VisitClassifier::VisitClassifier( in VisitClassifier()423 HistoryURLProvider* provider, in VisitClassifier()477 HistoryURLProvider::HistoryURLProvider(AutocompleteProviderListener* listener, in HistoryURLProvider() function in HistoryURLProvider[all …]
184 class HistoryURLProvider : public HistoryProvider {193 HistoryURLProvider(AutocompleteProviderListener* listener, Profile* profile);230 ~HistoryURLProvider();337 DISALLOW_COPY_AND_ASSIGN(HistoryURLProvider);
21 class HistoryURLProvider; variable127 HistoryURLProvider* history_url_provider() const { in history_url_provider()206 HistoryURLProvider* history_url_provider_;
603 HistoryURLProvider::kScoreForBestInlineableResult); in TEST_F()611 HistoryURLProvider::kScoreForWhatYouTypedResult); in TEST_F()624 HistoryURLProvider::kScoreForUnvisitedIntranetResult); in TEST_F()632 HistoryURLProvider::kScoreForUnvisitedIntranetResult); in TEST_F()640 HistoryURLProvider::kScoreForWhatYouTypedResult); in TEST_F()650 HistoryURLProvider::kScoreForWhatYouTypedResult); in TEST_F()660 HistoryURLProvider::kScoreForBestInlineableResult); in TEST_F()
158 HistoryURLProvider::kScoreForBestInlineableResult; in DoAutocomplete()176 HistoryURLProvider::kScoreForUnvisitedIntranetResult; in DoAutocomplete()180 HistoryURLProvider::kScoreForWhatYouTypedResult; in DoAutocomplete()
220 scoped_refptr<HistoryURLProvider> autocomplete_;249 autocomplete_ = new HistoryURLProvider(this, profile_.get()); in SetUpImpl()
196 history_url_provider_ = new HistoryURLProvider(this, profile); in AutocompleteController()
170 HistoryURLProvider::kScoreForBestInlineableResult : in ScoredHistoryMatch()171 HistoryURLProvider::kBaseScoreForNonInlineableResult; in ScoredHistoryMatch()179 hup_like_score = HistoryURLProvider::kScoreForBestInlineableResult; in ScoredHistoryMatch()600 HistoryURLProvider::kScoreForBestInlineableResult - 1; in Init()
33 class HistoryURLProvider; variable
539 friend class HistoryURLProvider; variable