Searched refs:DownloadProgress (Results 1 – 6 of 6) sorted by relevance
303 DownloadProgress::setSupportObject(aDLSupportObject, aType); in setSupportObject()352 return DownloadProgress::calculateDownloadPercent(aDownloadProgressPercent); in calculateDownloadPercentBody()388 DownloadProgress::reset(); in reset()
120 class ProgressiveDownloadProgress : public DownloadProgress
922 OSCL_EXPORT_REF DownloadProgress::DownloadProgress() : in DownloadProgress() function in DownloadProgress930 OSCL_EXPORT_REF void DownloadProgress::reset() in reset()939 OSCL_EXPORT_REF void DownloadProgress::setSupportObject(OsclAny *aDLSupportObject, DownloadControlS… in setSupportObject()960 OSCL_EXPORT_REF bool DownloadProgress::update(const bool aDownloadComplete) in update()980 OSCL_EXPORT_REF bool DownloadProgress::getNewProgressPercent(uint32 &aProgressPercent) in getNewProgressPercent()995 OSCL_EXPORT_REF bool DownloadProgress::calculateDownloadPercent(uint32 &aDownloadProgressPercent) in calculateDownloadPercent()1007 OSCL_EXPORT_REF uint32 DownloadProgress::getClipDuration() in getClipDuration()
344 class DownloadProgress : public DownloadProgressInterface349 OSCL_IMPORT_REF DownloadProgress();350 virtual ~DownloadProgress() in ~DownloadProgress()
211 if (iProtocolEngineNode.DownloadProgress() != NULL) in ~PVMFDownloadManagerNode()213 (iProtocolEngineNode.DownloadProgress())->setFormatDownloadSupportInterface(NULL); in ~PVMFDownloadManagerNode()2712 if (!DownloadProgress() || !iContainer->iFormatParserNode.FormatProgDownloadSupport()) in IssueCommand()2717 …(DownloadProgress())->setFormatDownloadSupportInterface(iContainer->iFormatParserNode.FormatProgDo… in IssueCommand()
509 PVMFDownloadProgressInterface *DownloadProgress() in DownloadProgress() function