sbAutoDownloader.js File Reference

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 Documentation

function DEBUG (   msg)

Definition at line 35 of file sbAutoDownloader.js.

Here is the caller graph for this function:

Components utils import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function sbAutoDownloader ( )

Definition at line 86 of file sbAutoDownloader.js.

Here is the call graph for this function:

Variable Documentation

Definition at line 95 of file sbAutoDownloader.js.

Definition at line 94 of file sbAutoDownloader.js.

sbAutoDownloader prototype _libraryManager = null

Definition at line 93 of file sbAutoDownloader.js.

Definition at line 96 of file sbAutoDownloader.js.

Definition at line 97 of file sbAutoDownloader.js.

var Cc = Components.classes

Definition at line 31 of file sbAutoDownloader.js.

Definition at line 30 of file sbAutoDownloader.js.

sbAutoDownloader prototype classDescription
Initial value:
=
'Songbird Auto Downloader Service'

Definition at line 102 of file sbAutoDownloader.js.

Initial value:
=
Components.ID("{a3d7426b-0b22-4f07-b72c-e44bab0759f7}")

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
Initial value:
= function(x) { return null; }
sbAutoDownloader.prototype.getInterfaces =
function sbAutoDownloader_getInterfaces(count, array) {
array.value = this.interfaces;
count.value = array.value.length;
}
sbAutoDownloader.prototype.QueryInterface =
XPCOMUtils.generateQI(sbAutoDownloader.prototype.interfaces)
sbAutoDownloader prototype interfaces
inArray array
function sbAutoDownloader()
var count
Definition: test_bug7406.js:32
return null
Definition: FeedWriter.js:1143

Definition at line 110 of file sbAutoDownloader.js.

Initial value:
=
[Ci.nsISupports, Ci.nsIClassInfo, Ci.nsIObserver, Ci.sbIMediaListListener]
var Ci

Definition at line 108 of file sbAutoDownloader.js.

Definition at line 123 of file sbAutoDownloader.js.