Home
last modified time | relevance | path

Searched refs:HistoryURLProvider (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.cc388 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 …]
Dhistory_url_provider.h184 class HistoryURLProvider : public HistoryProvider {
193 HistoryURLProvider(AutocompleteProviderListener* listener, Profile* profile);
230 ~HistoryURLProvider();
337 DISALLOW_COPY_AND_ASSIGN(HistoryURLProvider);
Dautocomplete_controller.h21 class HistoryURLProvider; variable
127 HistoryURLProvider* history_url_provider() const { in history_url_provider()
206 HistoryURLProvider* history_url_provider_;
Dhistory_quick_provider_unittest.cc603 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()
Dhistory_quick_provider.cc158 HistoryURLProvider::kScoreForBestInlineableResult; in DoAutocomplete()
176 HistoryURLProvider::kScoreForUnvisitedIntranetResult; in DoAutocomplete()
180 HistoryURLProvider::kScoreForWhatYouTypedResult; in DoAutocomplete()
Dhistory_url_provider_unittest.cc220 scoped_refptr<HistoryURLProvider> autocomplete_;
249 autocomplete_ = new HistoryURLProvider(this, profile_.get()); in SetUpImpl()
Dautocomplete_controller.cc196 history_url_provider_ = new HistoryURLProvider(this, profile); in AutocompleteController()
/external/chromium_org/chrome/browser/history/
Dscored_history_match.cc170 HistoryURLProvider::kScoreForBestInlineableResult : in ScoredHistoryMatch()
171 HistoryURLProvider::kBaseScoreForNonInlineableResult; in ScoredHistoryMatch()
179 hup_like_score = HistoryURLProvider::kScoreForBestInlineableResult; in ScoredHistoryMatch()
600 HistoryURLProvider::kScoreForBestInlineableResult - 1; in Init()
Dhistory_backend.h33 class HistoryURLProvider; variable
Dhistory_service.h539 friend class HistoryURLProvider; variable