Home
last modified time | relevance | path

Searched refs:GetOpened (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller_unittest.mm120 ON_CALL(*download.get(), GetOpened())
227 EXPECT_CALL(*[[item wrappedMockDownload] mockDownload], GetOpened())
256 EXPECT_CALL(*[[item wrappedMockDownload] mockDownload], GetOpened())
283 EXPECT_CALL(*[[item wrappedMockDownload] mockDownload], GetOpened())
324 EXPECT_CALL(*[[item wrappedMockDownload] mockDownload], GetOpened())
Ddownload_shelf_controller.mm429 if (![itemController download]->GetOpened())
/external/chromium_org/chrome/browser/download/
Ddownload_history_unittest.cc450 EXPECT_CALL(item(index), GetOpened()).WillRepeatedly(Return(opened)); in InitItem()
510 EXPECT_CALL(item(0), GetOpened()).WillRepeatedly(Return(true)); in TEST_F()
591 EXPECT_CALL(item(0), GetOpened()).WillRepeatedly(Return(true)); in TEST_F()
688 EXPECT_CALL(item(0), GetOpened()).WillRepeatedly(Return(true)); in TEST_F()
859 EXPECT_CALL(item(0), GetOpened()).WillRepeatedly(Return(true)); in TEST_F()
Ddownload_ui_controller_unittest.cc227 EXPECT_CALL(*item, GetOpened()).WillRepeatedly(Return(false)); in CreateMockInProgressDownload()
Ddownload_history.cc143 item->GetOpened(), in GetDownloadRow()
Ddownload_browsertest.cc2047 EXPECT_TRUE(downloads[0]->GetOpened()); // Confirm it anyway. in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/public/test/
Dmock_download_item.h94 MOCK_CONST_METHOD0(GetOpened, bool());
/external/chromium_org/content/public/browser/
Ddownload_item.h301 virtual bool GetOpened() const = 0;
/external/chromium_org/content/browser/download/
Ddownload_item_impl.h152 virtual bool GetOpened() const OVERRIDE;
Ddownload_item_impl.cc468 RecordOpen(GetEndTime(), !GetOpened()); in OpenDownload()
763 bool DownloadItemImpl::GetOpened() const { in GetOpened() function in content::DownloadItemImpl
Ddownload_manager_impl_unittest.cc166 MOCK_CONST_METHOD0(GetOpened, bool());
Ddownload_manager_impl.cc711 !item->GetOpened()) in OpenDownload()
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_shelf_view.cc423 if (!download_views_[i]->download()->GetOpened()) in CanAutoClose()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc825 EXPECT_FALSE(download_item->GetOpened()); in IN_PROC_BROWSER_TEST_F()
843 EXPECT_FALSE(download_item->GetOpened()); in IN_PROC_BROWSER_TEST_F()
850 EXPECT_FALSE(download_item->GetOpened()); in IN_PROC_BROWSER_TEST_F()
856 EXPECT_TRUE(download_item->GetOpened()); in IN_PROC_BROWSER_TEST_F()