Home
last modified time | relevance | path

Searched refs:CanShowInFolder (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/public/test/
Dmock_download_item.h74 MOCK_METHOD0(CanShowInFolder, bool());
/external/chromium_org/content/browser/download/
Ddownload_item_impl_unittest.cc958 EXPECT_TRUE(item->CanShowInFolder()); in TEST_F()
974 EXPECT_TRUE(item->CanShowInFolder()); in TEST_F()
988 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
1004 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
1020 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
1034 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
Ddownload_item_impl.h143 virtual bool CanShowInFolder() OVERRIDE;
Ddownload_manager_impl_unittest.cc98 MOCK_METHOD0(CanShowInFolder, bool());
Ddownload_item_impl.cc699 bool DownloadItemImpl::CanShowInFolder() { in CanShowInFolder() function in content::DownloadItemImpl
/external/chromium_org/content/public/browser/
Ddownload_item.h278 virtual bool CanShowInFolder() = 0;
/external/chromium_org/chrome/browser/download/
Ddownload_shelf_context_menu.cc80 return download_item_->CanShowInFolder(); in IsCommandIdEnabled()
Dchrome_download_manager_delegate.cc481 if (!download->CanShowInFolder()) in ShowDownloadInShell()