Searched refs:GetAutoOpened (Results 1 – 11 of 11) sorted by relevance
77 ON_CALL(*download_item_, GetAutoOpened()).WillByDefault(Return(false)); in DownloadShelfTest()182 EXPECT_CALL(*download_item(), GetAutoOpened()) in TEST_F()
104 download->GetAutoOpened()) in UpdateAppIconDownloadProgress()
408 EXPECT_CALL(item(), GetAutoOpened()) in TEST_F()
515 return download_->GetAutoOpened() || download_->IsTemporary(); in ShouldRemoveFromShelfWhenComplete()
368 return item->GetAutoOpened(); in WasAutoOpened()
78 MOCK_METHOD0(GetAutoOpened, bool());
290 virtual bool GetAutoOpened() = 0;
147 virtual bool GetAutoOpened() OVERRIDE;
155 MOCK_METHOD0(GetAutoOpened, bool());
722 bool DownloadItemImpl::GetAutoOpened() { in GetAutoOpened() function in content::DownloadItemImpl
1313 if (wait_for_open_ && !download->GetAutoOpened()) in OnDownloadUpdated()