Home
last modified time | relevance | path

Searched refs:ShouldShowInShelf (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_item_model_unittest.cc350 TEST_F(DownloadItemModelTest, ShouldShowInShelf) { in TEST_F() argument
354 EXPECT_TRUE(model().ShouldShowInShelf()); in TEST_F()
358 EXPECT_FALSE(model().ShouldShowInShelf()); in TEST_F()
361 EXPECT_TRUE(model().ShouldShowInShelf()); in TEST_F()
Ddownload_item_model.h112 bool ShouldShowInShelf() const;
Ddownload_item_model.cc535 bool DownloadItemModel::ShouldShowInShelf() const { in ShouldShowInShelf() function in DownloadItemModel
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc1241 if (!DownloadItemModel(download).ShouldShowInShelf()) in ShowDownload()