Searched refs:ProgressiveDownloadContainer (Results 1 – 5 of 5) sorted by relevance
30 OSCL_EXPORT_REF ProgressiveDownloadContainer::ProgressiveDownloadContainer(PVMFProtocolEngineNode *… in ProgressiveDownloadContainer() function in ProgressiveDownloadContainer38 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::createProtocolObjects() in createProtocolObjects()59 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::needSocketReconnect() in needSocketReconnect()68 OSCL_EXPORT_REF PVMFStatus ProgressiveDownloadContainer::initImpl() in initImpl()90 OSCL_EXPORT_REF bool ProgressiveDownloadContainer::initProtocol_SetConfigInfo() in initProtocol_SetConfigInfo()
32 class ProgressiveDownloadContainer : public DownloadContainer54 OSCL_IMPORT_REF ProgressiveDownloadContainer(PVMFProtocolEngineNode *aNode = NULL);
28 return OSCL_NEW(ProgressiveDownloadContainer, (aNode)); in Create()
30 class ProgressiveStreamingContainer : public ProgressiveDownloadContainer
31 ProgressiveDownloadContainer(aNode), iEnableInfoUpdate(true) in ProgressiveStreamingContainer()