Searched defs:HistoryURLProviderTest (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider_unittest.cc | 134 class HistoryURLProviderTest : public testing::Test, class 142 HistoryURLProviderTest() in HistoryURLProviderTest() function in HistoryURLProviderTest 300 TEST_F(HistoryURLProviderTest, PromoteShorterURLs) { in TEST_F() argument 415 TEST_F(HistoryURLProviderTest, CullRedirects) { in TEST_F() argument 458 TEST_F(HistoryURLProviderTest, WhatYouTyped) { in TEST_F() argument 485 TEST_F(HistoryURLProviderTest, Fixup) { in TEST_F() argument 548 TEST_F(HistoryURLProviderTest, EmptyVisits) { in TEST_F() argument 593 TEST_F(HistoryURLProviderTest, DontAutocompleteOnTrailingWhitespace) { in TEST_F() argument 610 TEST_F(HistoryURLProviderTest, TreatEmailsAsSearches) { in TEST_F() argument 624 TEST_F(HistoryURLProviderTest, IntranetURLsWithPaths) { in TEST_F() argument [all …]
|
/external/chromium/chrome/browser/autocomplete/ |
D | history_url_provider_unittest.cc | 99 class HistoryURLProviderTest : public TestingBrowserProcessTest, class 102 HistoryURLProviderTest() in HistoryURLProviderTest() function in HistoryURLProviderTest 218 TEST_F(HistoryURLProviderTest, PromoteShorterURLs) { in TEST_F() argument 310 TEST_F(HistoryURLProviderTest, CullRedirects) { in TEST_F() argument 355 TEST_F(HistoryURLProviderTest, WhatYouTyped) { in TEST_F() argument 404 TEST_F(HistoryURLProviderTest, Fixup) { in TEST_F() argument 450 TEST_F(HistoryURLProviderTest, AdjustOffset) { in TEST_F() argument 458 TEST_F(HistoryURLProviderTest, EmptyVisits) { in TEST_F() argument
|
/external/chromium/chrome/browser/history/ |
D | history.h | 598 friend class HistoryURLProviderTest; variable
|
/external/chromium_org/chrome/browser/history/ |
D | history_service.h | 616 friend class HistoryURLProviderTest; variable
|