HomeSort by relevance Sort by last modified time
    Searched refs:IsPersisted (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 507 EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0)));
544 EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0)));
588 EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0)));
615 EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0)));
712 EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0)));
734 EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0)));
759 EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0)));
769 EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0)));
777 EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0)));
801 EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0)))
    [all...]
download_history.h 74 static bool IsPersisted(const content::DownloadItem* item);
download_history.cc 202 bool DownloadHistory::IsPersisted(const content::DownloadItem* item) {

Completed in 63 milliseconds