Home
last modified time | relevance | path

Searched refs:GetAutoOpened (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_shelf_unittest.cc77 ON_CALL(*download_item_, GetAutoOpened()).WillByDefault(Return(false)); in DownloadShelfTest()
182 EXPECT_CALL(*download_item(), GetAutoOpened()) in TEST_F()
Ddownload_status_updater_win.cc104 download->GetAutoOpened()) in UpdateAppIconDownloadProgress()
Ddownload_item_model_unittest.cc408 EXPECT_CALL(item(), GetAutoOpened()) in TEST_F()
Ddownload_item_model.cc515 return download_->GetAutoOpened() || download_->IsTemporary(); in ShouldRemoveFromShelfWhenComplete()
Ddownload_browsertest.cc368 return item->GetAutoOpened(); in WasAutoOpened()
/external/chromium_org/content/public/test/
Dmock_download_item.h78 MOCK_METHOD0(GetAutoOpened, bool());
/external/chromium_org/content/public/browser/
Ddownload_item.h290 virtual bool GetAutoOpened() = 0;
/external/chromium_org/content/browser/download/
Ddownload_item_impl.h147 virtual bool GetAutoOpened() OVERRIDE;
Ddownload_manager_impl_unittest.cc155 MOCK_METHOD0(GetAutoOpened, bool());
Ddownload_item_impl.cc722 bool DownloadItemImpl::GetAutoOpened() { in GetAutoOpened() function in content::DownloadItemImpl
/external/chromium_org/chrome/browser/automation/
Dautomation_provider_observers.cc1313 if (wait_for_open_ && !download->GetAutoOpened()) in OnDownloadUpdated()