HomeSort by relevance Sort by last modified time
    Searched defs:ExpireHistoryTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 53 // ExpireHistoryTest -----------------------------------------------------------
55 class ExpireHistoryTest : public testing::Test,
58 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, DeleteFaviconsIfPossible)
    [all...]
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 48 // ExpireHistoryTest -----------------------------------------------------------
50 class ExpireHistoryTest : public testing::Test,
53 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::EnsureURLInfoGone(const URLRow& row)
    [all...]

Completed in 120 milliseconds