- AddRef
nsrefcnt AddRef()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAmountTransferred
nsresult GetAmountTransferred(PRUint64* arg0)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetCancelDownloadOnClose
nsresult GetCancelDownloadOnClose(PRBool* aCancelDownloadOnClose)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetCancelable
nsresult GetCancelable(nsICancelable* arg0)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDialog
nsresult GetDialog(nsIDOMWindow* aDialog)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDisplayName
nsresult GetDisplayName(PRUnichar** aDisplayName)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMIMEInfo
nsresult GetMIMEInfo(nsIMIMEInfo* aMIMEInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetObserver
nsresult GetObserver(nsIObserver* aObserver)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetPercentComplete
nsresult GetPercentComplete(PRInt32* aPercentComplete)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSize
nsresult GetSize(PRUint64* arg0)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSource
nsresult GetSource(nsIURI* aSource)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetStartTime
nsresult GetStartTime(PRInt64* aStartTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetTarget
nsresult GetTarget(nsIURI* aTarget)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetTargetFile
nsresult GetTargetFile(nsILocalFile* arg0)
Undocumented in source. Be warned that the author may not have intended to support it.
- Init
nsresult Init(nsIURI aSource, nsIURI aTarget, nsAString* aDisplayName, nsIMIMEInfo aMIMEInfo, PRTime startTime, nsILocalFile aTempFile, nsICancelable aCancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
- Init_32
nsresult Init_32(nsIURI aSource, nsIURI aTarget, nsAString* aDisplayName, nsIMIMEInfo aMIMEInfo, PRInt32 startTime1, PRInt32 startTime2, nsILocalFile aTempFile, nsICancelable aCancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnLocationChange
nsresult OnLocationChange(nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnProgressChange
nsresult OnProgressChange(nsIWebProgress aWebProgress, nsIRequest aRequest, PRInt32 aCurSelfProgress, PRInt32 aMaxSelfProgress, PRInt32 aCurTotalProgress, PRInt32 aMaxTotalProgress)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnProgressChange64
nsresult OnProgressChange64(nsIWebProgress aWebProgress, nsIRequest aRequest, PRInt64 aCurSelfProgress, PRInt64 aMaxSelfProgress, PRInt64 aCurTotalProgress, PRInt64 aMaxTotalProgress)
/* Note. The last 4 args in the original interface are defined as PRInt64. These each translate into two java ints. */
nsresult OnProgressChange64_32 (ptrdiff_t aWebProgress, ptrdiff_t aRequest, ptrdiff_t aCurSelfProgress1, ptrdiff_t aCurSelfProgress2, ptrdiff_t aMaxSelfProgress1, ptrdiff_t aMaxSelfProgress2, ptrdiff_t aCurTotalProgress1, ptrdiff_t aCurTotalProgress2, ptrdiff_t aMaxTotalProgress1, ptrdiff_t aMaxTotalProgress2) {
long aCurSelfProgress = (aCurSelfProgress2 << 32) + aCurSelfProgress1;
long aMaxSelfProgress = (aMaxSelfProgress2 << 32) + aMaxSelfProgress1;
long aCurTotalProgress = (aCurTotalProgress2 << 32) + aCurTotalProgress1;
long aMaxTotalProgress = (aMaxTotalProgress2 << 32) + aMaxTotalProgress1;
return OnProgressChange64 (aWebProgress, aRequest, aCurSelfProgress, aMaxSelfProgress, aCurTotalProgress, aMaxTotalProgress);
}
- OnSecurityChange
nsresult OnSecurityChange(nsIWebProgress aWebProgress, nsIRequest aRequest, PRUint32 state)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnStateChange
nsresult OnStateChange(nsIWebProgress aWebProgress, nsIRequest aRequest, PRUint32 aStateFlags, nsresult aStatus)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnStatusChange
nsresult OnStatusChange(nsIWebProgress aWebProgress, nsIRequest aRequest, nsresult aStatus, PRUnichar* aMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
- Open
nsresult Open(nsIDOMWindow aParent)
Undocumented in source. Be warned that the author may not have intended to support it.
- QueryInterface
nsresult QueryInterface(cnsID* riid, void** ppvObject)
Undocumented in source. Be warned that the author may not have intended to support it.
- Release
nsrefcnt Release()
Undocumented in source. Be warned that the author may not have intended to support it.
- SetCancelDownloadOnClose
nsresult SetCancelDownloadOnClose(PRBool aCancelDownloadOnClose)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetDialog
nsresult SetDialog(nsIDOMWindow aDialog)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetObserver
nsresult SetObserver(nsIObserver aObserver)
Undocumented in source. Be warned that the author may not have intended to support it.