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.h89 MOCK_METHOD0(CanShowInFolder, bool());
/external/chromium_org/content/browser/download/
Ddownload_item_impl_unittest.cc989 EXPECT_TRUE(item->CanShowInFolder()); in TEST_F()
1005 EXPECT_TRUE(item->CanShowInFolder()); in TEST_F()
1019 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
1035 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
1051 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
1065 EXPECT_FALSE(item->CanShowInFolder()); in TEST_F()
Ddownload_item_impl.h147 virtual bool CanShowInFolder() OVERRIDE;
Ddownload_manager_impl_unittest.cc100 MOCK_METHOD0(CanShowInFolder, bool());
Ddownload_item_impl.cc736 bool DownloadItemImpl::CanShowInFolder() { in CanShowInFolder() function in content::DownloadItemImpl
/external/chromium_org/content/public/browser/
Ddownload_item.h286 virtual bool CanShowInFolder() = 0;
/external/chromium_org/chrome/browser/download/
Ddownload_shelf_context_menu.cc91 return download_item_->CanShowInFolder(); in IsCommandIdEnabled()
Dchrome_download_manager_delegate.cc464 if (!download->CanShowInFolder()) in ShowDownloadInShell()