Searched refs:ExpireHistoryTest (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.h105 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, DeleteTextIndexForURL);
106 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, DeleteFaviconsIfPossible);
107 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ArchiveSomeOldHistory);
108 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ExpiringVisitsReader);
109 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ArchiveSomeOldHistoryWithSource);
H A Dexpire_history_backend_unittest.cc48 // ExpireHistoryTest -----------------------------------------------------------
50 class ExpireHistoryTest : public testing::Test, class in namespace:history
53 ExpireHistoryTest() function in class:history::ExpireHistoryTest
191 void ExpireHistoryTest::AddExampleData(URLID url_ids[3], Time visit_times[4]) {
284 void ExpireHistoryTest::AddExampleSourceData(const GURL& url, URLID* id) {
313 bool ExpireHistoryTest::HasFavicon(FaviconID favicon_id) {
323 FaviconID ExpireHistoryTest::GetFavicon(const GURL& page_url,
330 bool ExpireHistoryTest::HasThumbnail(URLID url_id) {
341 int ExpireHistoryTest::CountTextMatchesForURL(const GURL& url) {
360 void ExpireHistoryTest
[all...]
H A Dtext_database_manager.h165 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, DeleteURLAndFavicon);
166 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, FlushRecentURLsUnstarred);
167 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest,
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.h118 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, DeleteFaviconsIfPossible);
119 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ArchiveSomeOldHistory);
120 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ExpiringVisitsReader);
121 FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest, ArchiveSomeOldHistoryWithSource);
H A Dexpire_history_backend_unittest.cc53 // ExpireHistoryTest -----------------------------------------------------------
55 class ExpireHistoryTest : public testing::Test, class in namespace:history
58 ExpireHistoryTest() function in class:history::ExpireHistoryTest
188 void ExpireHistoryTest::AddExampleData(URLID url_ids[3], Time visit_times[4]) {
260 void ExpireHistoryTest::AddExampleSourceData(const GURL& url, URLID* id) {
290 bool ExpireHistoryTest::HasFavicon(chrome::FaviconID favicon_id) {
296 chrome::FaviconID ExpireHistoryTest::GetFavicon(const GURL& page_url,
306 bool ExpireHistoryTest::HasThumbnail(URLID url_id) {
317 void ExpireHistoryTest::EnsureURLInfoGone(const URLRow& row) {
352 TEST_F(ExpireHistoryTest, DeleteFaviconsIfPossibl
[all...]

Completed in 107 milliseconds