DownloadItemImpl 31 content/browser/download/download_item_factory.h class DownloadItemImpl; DownloadItemImpl 40 content/browser/download/download_item_factory.h virtual DownloadItemImpl* CreatePersistedItem( DownloadItemImpl 59 content/browser/download/download_item_factory.h virtual DownloadItemImpl* CreateActiveItem( DownloadItemImpl 65 content/browser/download/download_item_factory.h virtual DownloadItemImpl* CreateSavePageItem( DownloadItemImpl 70 content/browser/download/download_item_impl.cc base::WeakPtr<DownloadItemImpl> item, DownloadItemImpl 107 content/browser/download/download_item_impl.cc const int DownloadItemImpl::kMaxAutoResumeAttempts = 5; DownloadItemImpl 110 content/browser/download/download_item_impl.cc DownloadItemImpl::DownloadItemImpl(DownloadItemImplDelegate* delegate, DownloadItemImpl 166 content/browser/download/download_item_impl.cc DownloadItemImpl::DownloadItemImpl( DownloadItemImpl 225 content/browser/download/download_item_impl.cc DownloadItemImpl::DownloadItemImpl( DownloadItemImpl 270 content/browser/download/download_item_impl.cc DownloadItemImpl::~DownloadItemImpl() { DownloadItemImpl 282 content/browser/download/download_item_impl.cc void DownloadItemImpl::AddObserver(Observer* observer) { DownloadItemImpl 288 content/browser/download/download_item_impl.cc void DownloadItemImpl::RemoveObserver(Observer* observer) { DownloadItemImpl 294 content/browser/download/download_item_impl.cc void DownloadItemImpl::UpdateObservers() { DownloadItemImpl 300 content/browser/download/download_item_impl.cc void DownloadItemImpl::ValidateDangerousDownload() { DownloadItemImpl 324 content/browser/download/download_item_impl.cc void DownloadItemImpl::StealDangerousDownload( DownloadItemImpl 343 content/browser/download/download_item_impl.cc void DownloadItemImpl::Pause() { DownloadItemImpl 355 content/browser/download/download_item_impl.cc void DownloadItemImpl::Resume() { DownloadItemImpl 382 content/browser/download/download_item_impl.cc void DownloadItemImpl::Cancel(bool user_cancel) { DownloadItemImpl 432 content/browser/download/download_item_impl.cc void DownloadItemImpl::Remove() { DownloadItemImpl 445 content/browser/download/download_item_impl.cc void DownloadItemImpl::OpenDownload() { DownloadItemImpl 470 content/browser/download/download_item_impl.cc void DownloadItemImpl::ShowDownloadInShell() { DownloadItemImpl 476 content/browser/download/download_item_impl.cc uint32 DownloadItemImpl::GetId() const { DownloadItemImpl 480 content/browser/download/download_item_impl.cc DownloadItem::DownloadState DownloadItemImpl::GetState() const { DownloadItemImpl 484 content/browser/download/download_item_impl.cc DownloadInterruptReason DownloadItemImpl::GetLastReason() const { DownloadItemImpl 488 content/browser/download/download_item_impl.cc bool DownloadItemImpl::IsPaused() const { DownloadItemImpl 492 content/browser/download/download_item_impl.cc bool DownloadItemImpl::IsTemporary() const { DownloadItemImpl 496 content/browser/download/download_item_impl.cc bool DownloadItemImpl::CanResume() const { DownloadItemImpl 514 content/browser/download/download_item_impl.cc bool DownloadItemImpl::IsDone() const { DownloadItemImpl 537 content/browser/download/download_item_impl.cc const GURL& DownloadItemImpl::GetURL() const { DownloadItemImpl 541 content/browser/download/download_item_impl.cc const std::vector<GURL>& DownloadItemImpl::GetUrlChain() const { DownloadItemImpl 545 content/browser/download/download_item_impl.cc const GURL& DownloadItemImpl::GetOriginalUrl() const { DownloadItemImpl 551 content/browser/download/download_item_impl.cc const GURL& DownloadItemImpl::GetReferrerUrl() const { DownloadItemImpl 555 content/browser/download/download_item_impl.cc const GURL& DownloadItemImpl::GetTabUrl() const { DownloadItemImpl 559 content/browser/download/download_item_impl.cc const GURL& DownloadItemImpl::GetTabReferrerUrl() const { DownloadItemImpl 563 content/browser/download/download_item_impl.cc std::string DownloadItemImpl::GetSuggestedFilename() const { DownloadItemImpl 567 content/browser/download/download_item_impl.cc std::string DownloadItemImpl::GetContentDisposition() const { DownloadItemImpl 571 content/browser/download/download_item_impl.cc std::string DownloadItemImpl::GetMimeType() const { DownloadItemImpl 575 content/browser/download/download_item_impl.cc std::string DownloadItemImpl::GetOriginalMimeType() const { DownloadItemImpl 579 content/browser/download/download_item_impl.cc std::string DownloadItemImpl::GetRemoteAddress() const { DownloadItemImpl 583 content/browser/download/download_item_impl.cc bool DownloadItemImpl::HasUserGesture() const { DownloadItemImpl 587 content/browser/download/download_item_impl.cc PageTransition DownloadItemImpl::GetTransitionType() const { DownloadItemImpl 591 content/browser/download/download_item_impl.cc const std::string& DownloadItemImpl::GetLastModifiedTime() const { DownloadItemImpl 595 content/browser/download/download_item_impl.cc const std::string& DownloadItemImpl::GetETag() const { DownloadItemImpl 599 content/browser/download/download_item_impl.cc bool DownloadItemImpl::IsSavePackageDownload() const { DownloadItemImpl 603 content/browser/download/download_item_impl.cc const base::FilePath& DownloadItemImpl::GetFullPath() const { DownloadItemImpl 607 content/browser/download/download_item_impl.cc const base::FilePath& DownloadItemImpl::GetTargetFilePath() const { DownloadItemImpl 611 content/browser/download/download_item_impl.cc const base::FilePath& DownloadItemImpl::GetForcedFilePath() const { DownloadItemImpl 617 content/browser/download/download_item_impl.cc base::FilePath DownloadItemImpl::GetFileNameToReportUser() const { DownloadItemImpl 623 content/browser/download/download_item_impl.cc DownloadItem::TargetDisposition DownloadItemImpl::GetTargetDisposition() const { DownloadItemImpl 627 content/browser/download/download_item_impl.cc const std::string& DownloadItemImpl::GetHash() const { DownloadItemImpl 631 content/browser/download/download_item_impl.cc const std::string& DownloadItemImpl::GetHashState() const { DownloadItemImpl 635 content/browser/download/download_item_impl.cc bool DownloadItemImpl::GetFileExternallyRemoved() const { DownloadItemImpl 639 content/browser/download/download_item_impl.cc void DownloadItemImpl::DeleteFile(const base::Callback<void(bool)>& callback) { DownloadItemImpl 646 content/browser/download/download_item_impl.cc base::WeakPtr<DownloadItemImpl>(), callback, false)); DownloadItemImpl 654 content/browser/download/download_item_impl.cc base::WeakPtr<DownloadItemImpl>(), callback, true)); DownloadItemImpl 664 content/browser/download/download_item_impl.cc bool DownloadItemImpl::IsDangerous() const { DownloadItemImpl 680 content/browser/download/download_item_impl.cc DownloadDangerType DownloadItemImpl::GetDangerType() const { DownloadItemImpl 684 content/browser/download/download_item_impl.cc bool DownloadItemImpl::TimeRemaining(base::TimeDelta* remaining) const { DownloadItemImpl 697 content/browser/download/download_item_impl.cc int64 DownloadItemImpl::CurrentSpeed() const { DownloadItemImpl 703 content/browser/download/download_item_impl.cc int DownloadItemImpl::PercentComplete() const { DownloadItemImpl 712 content/browser/download/download_item_impl.cc bool DownloadItemImpl::AllDataSaved() const { DownloadItemImpl 716 content/browser/download/download_item_impl.cc int64 DownloadItemImpl::GetTotalBytes() const { DownloadItemImpl 720 content/browser/download/download_item_impl.cc int64 DownloadItemImpl::GetReceivedBytes() const { DownloadItemImpl 724 content/browser/download/download_item_impl.cc base::Time DownloadItemImpl::GetStartTime() const { DownloadItemImpl 728 content/browser/download/download_item_impl.cc base::Time DownloadItemImpl::GetEndTime() const { DownloadItemImpl 732 content/browser/download/download_item_impl.cc bool DownloadItemImpl::CanShowInFolder() { DownloadItemImpl 738 content/browser/download/download_item_impl.cc bool DownloadItemImpl::CanOpenDownload() { DownloadItemImpl 747 content/browser/download/download_item_impl.cc bool DownloadItemImpl::ShouldOpenFileBasedOnExtension() { DownloadItemImpl 751 content/browser/download/download_item_impl.cc bool DownloadItemImpl::GetOpenWhenComplete() const { DownloadItemImpl 755 content/browser/download/download_item_impl.cc bool DownloadItemImpl::GetAutoOpened() { DownloadItemImpl 759 content/browser/download/download_item_impl.cc bool DownloadItemImpl::GetOpened() const { DownloadItemImpl 763 content/browser/download/download_item_impl.cc BrowserContext* DownloadItemImpl::GetBrowserContext() const { DownloadItemImpl 767 content/browser/download/download_item_impl.cc WebContents* DownloadItemImpl::GetWebContents() const { DownloadItemImpl 777 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnContentCheckCompleted(DownloadDangerType danger_type) { DownloadItemImpl 786 content/browser/download/download_item_impl.cc void DownloadItemImpl::SetOpenWhenComplete(bool open) { DownloadItemImpl 790 content/browser/download/download_item_impl.cc void DownloadItemImpl::SetIsTemporary(bool temporary) { DownloadItemImpl 794 content/browser/download/download_item_impl.cc void DownloadItemImpl::SetOpened(bool opened) { DownloadItemImpl 798 content/browser/download/download_item_impl.cc void DownloadItemImpl::SetDisplayName(const base::FilePath& name) { DownloadItemImpl 802 content/browser/download/download_item_impl.cc std::string DownloadItemImpl::DebugString(bool verbose) const { DownloadItemImpl 862 content/browser/download/download_item_impl.cc DownloadItemImpl::ResumeMode DownloadItemImpl::GetResumeMode() const { DownloadItemImpl 933 content/browser/download/download_item_impl.cc void DownloadItemImpl::MergeOriginInfoOnResume( DownloadItemImpl 977 content/browser/download/download_item_impl.cc void DownloadItemImpl::NotifyRemoved() { DownloadItemImpl 981 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnDownloadedFileRemoved() { DownloadItemImpl 988 content/browser/download/download_item_impl.cc DownloadItemImpl::DestinationObserverAsWeakPtr() { DownloadItemImpl 992 content/browser/download/download_item_impl.cc const net::BoundNetLog& DownloadItemImpl::GetBoundNetLog() const { DownloadItemImpl 996 content/browser/download/download_item_impl.cc void DownloadItemImpl::SetTotalBytes(int64 total_bytes) { DownloadItemImpl 1000 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnAllDataSaved(const std::string& final_hash) { DownloadItemImpl 1015 content/browser/download/download_item_impl.cc void DownloadItemImpl::MarkAsComplete() { DownloadItemImpl 1023 content/browser/download/download_item_impl.cc void DownloadItemImpl::DestinationUpdate(int64 bytes_so_far, DownloadItemImpl 1060 content/browser/download/download_item_impl.cc void DownloadItemImpl::DestinationError(DownloadInterruptReason reason) { DownloadItemImpl 1070 content/browser/download/download_item_impl.cc void DownloadItemImpl::DestinationCompleted(const std::string& final_hash) { DownloadItemImpl 1080 content/browser/download/download_item_impl.cc void DownloadItemImpl::Init(bool active, DownloadItemImpl 1116 content/browser/download/download_item_impl.cc void DownloadItemImpl::Start( DownloadItemImpl 1142 content/browser/download/download_item_impl.cc base::Bind(&DownloadItemImpl::OnDownloadFileInitialized, DownloadItemImpl 1146 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnDownloadFileInitialized( DownloadItemImpl 1163 content/browser/download/download_item_impl.cc this, base::Bind(&DownloadItemImpl::OnDownloadTargetDetermined, DownloadItemImpl 1169 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnDownloadTargetDetermined( DownloadItemImpl 1224 content/browser/download/download_item_impl.cc base::Bind(&DownloadItemImpl::OnDownloadRenamedToIntermediateName, DownloadItemImpl 1234 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnDownloadRenamedToIntermediateName( DownloadItemImpl 1270 content/browser/download/download_item_impl.cc void DownloadItemImpl::MaybeCompleteDownload() { DownloadItemImpl 1275 content/browser/download/download_item_impl.cc base::Bind(&DownloadItemImpl::MaybeCompleteDownload, DownloadItemImpl 1294 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnDownloadCompleting() { DownloadItemImpl 1320 content/browser/download/download_item_impl.cc base::Bind(&DownloadItemImpl::OnDownloadRenamedToFinalName, DownloadItemImpl 1329 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnDownloadRenamedToFinalName( DownloadItemImpl 1373 content/browser/download/download_item_impl.cc this, base::Bind(&DownloadItemImpl::DelayedDownloadOpened, DownloadItemImpl 1382 content/browser/download/download_item_impl.cc void DownloadItemImpl::DelayedDownloadOpened(bool auto_opened) { DownloadItemImpl 1389 content/browser/download/download_item_impl.cc void DownloadItemImpl::Completed() { DownloadItemImpl 1415 content/browser/download/download_item_impl.cc void DownloadItemImpl::OnResumeRequestStarted( DownloadItemImpl 1434 content/browser/download/download_item_impl.cc void DownloadItemImpl::Interrupt(DownloadInterruptReason reason) { DownloadItemImpl 1494 content/browser/download/download_item_impl.cc void DownloadItemImpl::ReleaseDownloadFile(bool destroy_file) { DownloadItemImpl 1519 content/browser/download/download_item_impl.cc bool DownloadItemImpl::IsDownloadReadyForCompletion( DownloadItemImpl 1554 content/browser/download/download_item_impl.cc void DownloadItemImpl::TransitionTo(DownloadInternalState new_state, DownloadItemImpl 1624 content/browser/download/download_item_impl.cc void DownloadItemImpl::SetDangerType(DownloadDangerType danger_type) { DownloadItemImpl 1645 content/browser/download/download_item_impl.cc void DownloadItemImpl::SetFullPath(const base::FilePath& new_path) { DownloadItemImpl 1659 content/browser/download/download_item_impl.cc void DownloadItemImpl::AutoResumeIfValid() { DownloadItemImpl 1674 content/browser/download/download_item_impl.cc void DownloadItemImpl::ResumeInterruptedDownload() { DownloadItemImpl 1714 content/browser/download/download_item_impl.cc base::Bind(&DownloadItemImpl::OnResumeRequestStarted, DownloadItemImpl 1725 content/browser/download/download_item_impl.cc DownloadItem::DownloadState DownloadItemImpl::InternalToExternalState( DownloadItemImpl 1748 content/browser/download/download_item_impl.cc DownloadItemImpl::DownloadInternalState DownloadItemImpl 1749 content/browser/download/download_item_impl.cc DownloadItemImpl::ExternalToInternalState( DownloadItemImpl 1766 content/browser/download/download_item_impl.cc const char* DownloadItemImpl::DebugDownloadStateString( DownloadItemImpl 1788 content/browser/download/download_item_impl.cc const char* DownloadItemImpl::DebugResumeModeString(ResumeMode mode) { DownloadItemImpl 32 content/browser/download/download_item_impl.h class CONTENT_EXPORT DownloadItemImpl DownloadItemImpl 53 content/browser/download/download_item_impl.h DownloadItemImpl(DownloadItemImplDelegate* delegate, DownloadItemImpl 73 content/browser/download/download_item_impl.h DownloadItemImpl(DownloadItemImplDelegate* delegate, DownloadItemImpl 80 content/browser/download/download_item_impl.h DownloadItemImpl(DownloadItemImplDelegate* delegate, DownloadItemImpl 88 content/browser/download/download_item_impl.h virtual ~DownloadItemImpl(); DownloadItemImpl 553 content/browser/download/download_item_impl.h base::WeakPtrFactory<DownloadItemImpl> weak_ptr_factory_; DownloadItemImpl 555 content/browser/download/download_item_impl.h DISALLOW_COPY_AND_ASSIGN(DownloadItemImpl); DownloadItemImpl 31 content/browser/download/download_item_impl_delegate.cc DownloadItemImpl* download, const DownloadTargetCallback& callback) { DownloadItemImpl 41 content/browser/download/download_item_impl_delegate.cc DownloadItemImpl* download, DownloadItemImpl 47 content/browser/download/download_item_impl_delegate.cc DownloadItemImpl* download, const ShouldOpenDownloadCallback& callback) { DownloadItemImpl 57 content/browser/download/download_item_impl_delegate.cc DownloadItemImpl* download_item) {} DownloadItemImpl 66 content/browser/download/download_item_impl_delegate.cc void DownloadItemImplDelegate::UpdatePersistence(DownloadItemImpl* download) {} DownloadItemImpl 68 content/browser/download/download_item_impl_delegate.cc void DownloadItemImplDelegate::OpenDownload(DownloadItemImpl* download) {} DownloadItemImpl 70 content/browser/download/download_item_impl_delegate.cc void DownloadItemImplDelegate::ShowDownloadInShell(DownloadItemImpl* download) { DownloadItemImpl 73 content/browser/download/download_item_impl_delegate.cc void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {} DownloadItemImpl 76 content/browser/download/download_item_impl_delegate.cc DownloadItemImpl* download) const {} DownloadItemImpl 16 content/browser/download/download_item_impl_delegate.h class DownloadItemImpl; DownloadItemImpl 45 content/browser/download/download_item_impl_delegate.h DownloadItemImpl* download, const DownloadTargetCallback& callback); DownloadItemImpl 52 content/browser/download/download_item_impl_delegate.h DownloadItemImpl* download, DownloadItemImpl 58 content/browser/download/download_item_impl_delegate.h DownloadItemImpl* download, const ShouldOpenDownloadCallback& callback); DownloadItemImpl 67 content/browser/download/download_item_impl_delegate.h virtual void CheckForFileRemoval(DownloadItemImpl* download_item); DownloadItemImpl 78 content/browser/download/download_item_impl_delegate.h virtual void UpdatePersistence(DownloadItemImpl* download); DownloadItemImpl 81 content/browser/download/download_item_impl_delegate.h virtual void OpenDownload(DownloadItemImpl* download); DownloadItemImpl 84 content/browser/download/download_item_impl_delegate.h virtual void ShowDownloadInShell(DownloadItemImpl* download); DownloadItemImpl 88 content/browser/download/download_item_impl_delegate.h virtual void DownloadRemoved(DownloadItemImpl* download); DownloadItemImpl 91 content/browser/download/download_item_impl_delegate.h virtual void AssertStateConsistent(DownloadItemImpl* download) const; DownloadItemImpl 48 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl*, const DownloadTargetCallback&)); DownloadItemImpl 50 content/browser/download/download_item_impl_unittest.cc bool(DownloadItemImpl*, const base::Closure&)); DownloadItemImpl 52 content/browser/download/download_item_impl_unittest.cc bool(DownloadItemImpl*, const ShouldOpenDownloadCallback&)); DownloadItemImpl 54 content/browser/download/download_item_impl_unittest.cc MOCK_METHOD1(CheckForFileRemoval, void(DownloadItemImpl*)); DownloadItemImpl 64 content/browser/download/download_item_impl_unittest.cc MOCK_METHOD1(UpdatePersistence, void(DownloadItemImpl*)); DownloadItemImpl 65 content/browser/download/download_item_impl_unittest.cc MOCK_METHOD1(DownloadOpened, void(DownloadItemImpl*)); DownloadItemImpl 66 content/browser/download/download_item_impl_unittest.cc MOCK_METHOD1(DownloadRemoved, void(DownloadItemImpl*)); DownloadItemImpl 67 content/browser/download/download_item_impl_unittest.cc MOCK_CONST_METHOD1(AssertStateConsistent, void(DownloadItemImpl*)); DownloadItemImpl 216 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* CreateDownloadItem() { DownloadItemImpl 229 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* download = DownloadItemImpl 230 content/browser/download/download_item_impl_unittest.cc new DownloadItemImpl( DownloadItemImpl 238 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item, DownloadItemImpl 273 content/browser/download/download_item_impl_unittest.cc MockDownloadFile* DoIntermediateRename(DownloadItemImpl* item, DownloadItemImpl 294 content/browser/download/download_item_impl_unittest.cc void CleanupItem(DownloadItemImpl* item, DownloadItemImpl 342 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 351 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* user_cancel = CreateDownloadItem(); DownloadItemImpl 360 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* system_cancel = CreateDownloadItem(); DownloadItemImpl 370 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 381 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 389 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 404 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 415 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 443 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 467 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 497 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 509 content/browser/download/download_item_impl_unittest.cc for (int i = 0; i < (DownloadItemImpl::kMaxAutoResumeAttempts + 1); ++i) { DownloadItemImpl 523 content/browser/download/download_item_impl_unittest.cc if (i < (DownloadItemImpl::kMaxAutoResumeAttempts - 1)) { DownloadItemImpl 558 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 571 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* safe_item = CreateDownloadItem(); DownloadItemImpl 580 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* unsafeurl_item = DownloadItemImpl 592 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* unsafefile_item = DownloadItemImpl 611 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 637 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 662 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 688 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 701 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 737 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 760 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 783 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 818 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 853 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 884 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 894 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 902 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 931 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 953 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 982 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1010 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1040 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1056 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1075 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1103 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1141 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1188 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1230 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1254 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 1280 content/browser/download/download_item_impl_unittest.cc DownloadItemImpl* item = CreateDownloadItem(); DownloadItemImpl 165 content/browser/download/download_manager_impl.cc virtual DownloadItemImpl* CreatePersistedItem( DownloadItemImpl 183 content/browser/download/download_manager_impl.cc return new DownloadItemImpl( DownloadItemImpl 203 content/browser/download/download_manager_impl.cc virtual DownloadItemImpl* CreateActiveItem( DownloadItemImpl 208 content/browser/download/download_manager_impl.cc return new DownloadItemImpl(delegate, download_id, info, bound_net_log); DownloadItemImpl 211 content/browser/download/download_manager_impl.cc virtual DownloadItemImpl* CreateSavePageItem( DownloadItemImpl 219 content/browser/download/download_manager_impl.cc return new DownloadItemImpl(delegate, download_id, path, url, DownloadItemImpl 245 content/browser/download/download_manager_impl.cc DownloadItemImpl* DownloadManagerImpl::CreateActiveItem( DownloadItemImpl 251 content/browser/download/download_manager_impl.cc DownloadItemImpl* download = DownloadItemImpl 268 content/browser/download/download_manager_impl.cc DownloadItemImpl* item, const DownloadTargetCallback& callback) { DownloadItemImpl 285 content/browser/download/download_manager_impl.cc DownloadItemImpl* item, const base::Closure& complete_callback) { DownloadItemImpl 304 content/browser/download/download_manager_impl.cc DownloadItemImpl* item, const ShouldOpenDownloadCallback& callback) { DownloadItemImpl 338 content/browser/download/download_manager_impl.cc DownloadItemImpl* download = it->second; DownloadItemImpl 383 content/browser/download/download_manager_impl.cc DownloadItemImpl* download = NULL; DownloadItemImpl 447 content/browser/download/download_manager_impl.cc DownloadItemImpl* item = it->second; DownloadItemImpl 452 content/browser/download/download_manager_impl.cc void DownloadManagerImpl::CheckForFileRemoval(DownloadItemImpl* download_item) { DownloadItemImpl 506 content/browser/download/download_manager_impl.cc DownloadItemImpl* download_item = item_factory_->CreateSavePageItem( DownloadItemImpl 554 content/browser/download/download_manager_impl.cc void DownloadManagerImpl::DownloadRemoved(DownloadItemImpl* download) { DownloadItemImpl 569 content/browser/download/download_manager_impl.cc DownloadItemImpl* download = it->second; DownloadItemImpl 636 content/browser/download/download_manager_impl.cc DownloadItemImpl* item = item_factory_->CreatePersistedItem( DownloadItemImpl 697 content/browser/download/download_manager_impl.cc void DownloadManagerImpl::OpenDownload(DownloadItemImpl* download) { DownloadItemImpl 701 content/browser/download/download_manager_impl.cc DownloadItemImpl* item = it->second; DownloadItemImpl 712 content/browser/download/download_manager_impl.cc void DownloadManagerImpl::ShowDownloadInShell(DownloadItemImpl* download) { DownloadItemImpl 31 content/browser/download/download_manager_impl.h class DownloadItemImpl; DownloadItemImpl 37 content/browser/download/download_manager_impl.h typedef base::Callback<void(DownloadItemImpl*)> DownloadItemImplCreated; DownloadItemImpl 106 content/browser/download/download_manager_impl.h typedef base::hash_map<uint32, DownloadItemImpl*> DownloadMap; DownloadItemImpl 107 content/browser/download/download_manager_impl.h typedef std::vector<DownloadItemImpl*> DownloadItemImplVector; DownloadItemImpl 130 content/browser/download/download_manager_impl.h DownloadItemImpl* CreateActiveItem(uint32 id, DownloadItemImpl 145 content/browser/download/download_manager_impl.h DownloadItemImpl* item, const DownloadTargetCallback& callback) OVERRIDE; DownloadItemImpl 147 content/browser/download/download_manager_impl.h DownloadItemImpl* item, const base::Closure& complete_callback) OVERRIDE; DownloadItemImpl 151 content/browser/download/download_manager_impl.h DownloadItemImpl* item, DownloadItemImpl 153 content/browser/download/download_manager_impl.h virtual void CheckForFileRemoval(DownloadItemImpl* download_item) OVERRIDE; DownloadItemImpl 157 content/browser/download/download_manager_impl.h virtual void OpenDownload(DownloadItemImpl* download) OVERRIDE; DownloadItemImpl 158 content/browser/download/download_manager_impl.h virtual void ShowDownloadInShell(DownloadItemImpl* download) OVERRIDE; DownloadItemImpl 159 content/browser/download/download_manager_impl.h virtual void DownloadRemoved(DownloadItemImpl* download) OVERRIDE; DownloadItemImpl 68 content/browser/download/download_manager_impl_unittest.cc class MockDownloadItemImpl : public DownloadItemImpl { DownloadItemImpl 72 content/browser/download/download_manager_impl_unittest.cc : DownloadItemImpl( DownloadItemImpl 230 content/browser/download/download_manager_impl_unittest.cc virtual DownloadItemImpl* CreatePersistedItem( DownloadItemImpl 248 content/browser/download/download_manager_impl_unittest.cc virtual DownloadItemImpl* CreateActiveItem( DownloadItemImpl 253 content/browser/download/download_manager_impl_unittest.cc virtual DownloadItemImpl* CreateSavePageItem( DownloadItemImpl 295 content/browser/download/download_manager_impl_unittest.cc DownloadItemImpl* MockDownloadItemFactory::CreatePersistedItem( DownloadItemImpl 322 content/browser/download/download_manager_impl_unittest.cc DownloadItemImpl* MockDownloadItemFactory::CreateActiveItem( DownloadItemImpl 342 content/browser/download/download_manager_impl_unittest.cc DownloadItemImpl* MockDownloadItemFactory::CreateSavePageItem( DownloadItemImpl 567 content/browser/download/download_manager_impl_unittest.cc void DetermineDownloadTarget(DownloadItemImpl* item) { DownloadItemImpl 330 content/browser/download/save_package.cc DownloadItemImpl* item) { DownloadItemImpl 32 content/browser/download/save_package.h class DownloadItemImpl; DownloadItemImpl 129 content/browser/download/save_package.h DownloadItemImpl* item); DownloadItemImpl 274 content/browser/download/save_package.h DownloadItemImpl* download_;