Searched refs:ShouldShowInShelf (Results 1 – 4 of 4) sorted by relevance
350 TEST_F(DownloadItemModelTest, ShouldShowInShelf) { in TEST_F() argument354 EXPECT_TRUE(model().ShouldShowInShelf()); in TEST_F()358 EXPECT_FALSE(model().ShouldShowInShelf()); in TEST_F()361 EXPECT_TRUE(model().ShouldShowInShelf()); in TEST_F()
112 bool ShouldShowInShelf() const;
535 bool DownloadItemModel::ShouldShowInShelf() const { in ShouldShowInShelf() function in DownloadItemModel
1241 if (!DownloadItemModel(download).ShouldShowInShelf()) in ShowDownload()