Searched defs:CastDownloadManagerDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromecast/shell/browser/
H A Dcast_download_manager_delegate.h14 class CastDownloadManagerDelegate : public content::DownloadManagerDelegate { class in namespace:chromecast::shell
16 CastDownloadManagerDelegate();
17 virtual ~CastDownloadManagerDelegate();
35 DISALLOW_COPY_AND_ASSIGN(CastDownloadManagerDelegate);
H A Dcast_download_manager_delegate.cc15 CastDownloadManagerDelegate::CastDownloadManagerDelegate() {} function in class:chromecast::shell::CastDownloadManagerDelegate
17 CastDownloadManagerDelegate::~CastDownloadManagerDelegate() {}
19 void CastDownloadManagerDelegate::GetNextId(
26 bool CastDownloadManagerDelegate::DetermineDownloadTarget(
40 bool CastDownloadManagerDelegate::ShouldOpenFileBasedOnExtension(
45 bool CastDownloadManagerDelegate::ShouldCompleteDownload(
51 bool CastDownloadManagerDelegate::ShouldOpenDownload(

Completed in 115 milliseconds