Go to the source code of this file.
Functions | |
Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
function | DEBUG (msg) |
function | sbAutoDownloader () |
Variables | |
var | Ci = Components.interfaces |
var | Cc = Components.classes |
var | Cr = Components.results |
sbAutoDownloader prototype | _libraryManager = null |
sbAutoDownloader prototype | _library = null |
sbAutoDownloader prototype | _helper = null |
sbAutoDownloader prototype | _queue = [] |
sbAutoDownloader prototype | _timer = null |
sbAutoDownloader prototype | classDescription |
sbAutoDownloader prototype | classID |
sbAutoDownloader prototype | contractID = '@songbirdnest.com/autodownloader |
sbAutoDownloader prototype | flags = Ci.nsIClassInfo.SINGLETON |
sbAutoDownloader prototype | interfaces |
sbAutoDownloader prototype | getHelperForLanguage |
sbAutoDownloader prototype | observe |
function DEBUG | ( | msg | ) |
Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
function sbAutoDownloader | ( | ) |
sbAutoDownloader prototype _helper = null |
Definition at line 95 of file sbAutoDownloader.js.
sbAutoDownloader prototype _library = null |
Definition at line 94 of file sbAutoDownloader.js.
sbAutoDownloader prototype _libraryManager = null |
Definition at line 93 of file sbAutoDownloader.js.
sbAutoDownloader prototype _queue = [] |
Definition at line 96 of file sbAutoDownloader.js.
sbAutoDownloader prototype _timer = null |
Definition at line 97 of file sbAutoDownloader.js.
var Cc = Components.classes |
Definition at line 31 of file sbAutoDownloader.js.
var Ci = Components.interfaces |
Definition at line 30 of file sbAutoDownloader.js.
sbAutoDownloader prototype classDescription |
Definition at line 102 of file sbAutoDownloader.js.
sbAutoDownloader prototype classID |
Definition at line 104 of file sbAutoDownloader.js.
sbAutoDownloader prototype contractID = '@songbirdnest.com/autodownloader |
Definition at line 106 of file sbAutoDownloader.js.
var Cr = Components.results |
Definition at line 32 of file sbAutoDownloader.js.
sbAutoDownloader prototype flags = Ci.nsIClassInfo.SINGLETON |
Definition at line 107 of file sbAutoDownloader.js.
sbAutoDownloader prototype getHelperForLanguage |
Definition at line 110 of file sbAutoDownloader.js.
sbAutoDownloader prototype interfaces |
Definition at line 108 of file sbAutoDownloader.js.
sbAutoDownloader prototype observe |
Definition at line 123 of file sbAutoDownloader.js.