#include <DownloadDevice.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_NSIWEBPROGRESSLISTENER NS_DECL_NSITIMERCALLBACK | sbDownloadSession (sbDownloadDevice *pDownloadDevice, sbIMediaItem *pMediaItem) |
| virtual | ~sbDownloadSession () |
| nsresult | Initiate () |
| nsresult | Suspend () |
| nsresult | Resume () |
| void | Shutdown () |
| PRBool | IsSuspended () |
Public Attributes | |
| nsCOMPtr< sbIMediaItem > | mpMediaItem |
| nsString | mSrcURISpec |
| nsString | mDstURISpec |
Definition at line 286 of file DownloadDevice.h.
| sbDownloadSession::sbDownloadSession | ( | sbDownloadDevice * | pDownloadDevice, |
| sbIMediaItem * | pMediaItem | ||
| ) |
Definition at line 2635 of file DownloadDevice.cpp.
|
virtual |
| nsresult sbDownloadSession::Initiate | ( | ) |
Definition at line 2675 of file DownloadDevice.cpp.
| PRBool sbDownloadSession::IsSuspended | ( | ) |
Definition at line 3036 of file DownloadDevice.cpp.
| nsresult sbDownloadSession::Resume | ( | ) |
Definition at line 2944 of file DownloadDevice.cpp.
| void sbDownloadSession::Shutdown | ( | ) |
| nsresult sbDownloadSession::Suspend | ( | ) |
Definition at line 2888 of file DownloadDevice.cpp.
| nsString sbDownloadSession::mDstURISpec |
Definition at line 304 of file DownloadDevice.h.
| nsCOMPtr<sbIMediaItem> sbDownloadSession::mpMediaItem |
Definition at line 302 of file DownloadDevice.h.
| nsString sbDownloadSession::mSrcURISpec |
Definition at line 303 of file DownloadDevice.h.