Javascript source for the file downloader component. More...
Go to the source code of this file.
Functions | |
if (typeof(Cc)=="undefined") var Cc | |
Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
function | sbFileDownloader () |
function | NSGetModule (compMgr, fileSpec) |
Variables | |
var | sbFileDownloaderCfg |
sbFileDownloader | prototype |
Javascript source for the file downloader component.
Definition in file sbFileDownloader.js.
if | ( | typeof(Cc) | = ="undefined" | ) |
Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.
Definition at line 524 of file sbDataRemote.js.
Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
function NSGetModule | ( | compMgr, | |
fileSpec | |||
) |
function sbFileDownloader | ( | ) |
Construct a file downloader object.
Definition at line 95 of file sbFileDownloader.js.
sbFileDownloader prototype |
Definition at line 99 of file sbFileDownloader.js.
var sbFileDownloaderCfg |
Definition at line 76 of file sbFileDownloader.js.