sbSongbirdProtocol.js File Reference

Go to the source code of this file.

Functions

Components utils import ("resource://gre/modules/XPCOMUtils.jsm")
 
function sbSongbirdDispatch ()
 
function NSGetModule (compMgr, fileSpec)
 
function BogusChannel (URI, contentType)
 

Variables

const Cc = Components.classes
 
const Ci = Components.interfaces
 
const Cr = Components.results
 
sbSongbirdDispatch prototype
 
BogusChannel prototype QueryInterface
 
BogusChannel prototype contentLength = 0
 
BogusChannel prototype owner = null
 
BogusChannel prototype loadGroup = null
 
BogusChannel prototype notificationCallbacks = null
 
BogusChannel prototype securityInfo = null
 
BogusChannel prototype open
 

Function Documentation

function BogusChannel (   URI,
  contentType 
)

Definition at line 142 of file sbSongbirdProtocol.js.

Components utils import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 134 of file sbSongbirdProtocol.js.

Here is the call graph for this function:

function sbSongbirdDispatch ( )

Definition at line 32 of file sbSongbirdProtocol.js.

Here is the caller graph for this function:

Variable Documentation

const Cc = Components.classes

Definition at line 27 of file sbSongbirdProtocol.js.

Definition at line 28 of file sbSongbirdProtocol.js.

BogusChannel prototype contentLength = 0

Definition at line 160 of file sbSongbirdProtocol.js.

const Cr = Components.results

Definition at line 29 of file sbSongbirdProtocol.js.

Definition at line 162 of file sbSongbirdProtocol.js.

BogusChannel prototype notificationCallbacks = null

Definition at line 163 of file sbSongbirdProtocol.js.

Initial value:
=
BogusChannel.prototype.asyncOpen =
function bc_open(observer, ctxt)
{
throw Components.results.NS_ERROR_NO_CONTENT;
}
BogusChannel.prototype.asyncRead =
function bc_asyncRead(listener, ctxt)
{
throw Components.results.NS_ERROR_NOT_IMPLEMENTED;
}
BogusChannel.prototype.isPending =
function bc_isPending()
{
return true;
}
BogusChannel.prototype.status = Components.results.NS_OK
function BogusChannel(URI, contentType)
let observer

Definition at line 166 of file sbSongbirdProtocol.js.

Definition at line 161 of file sbSongbirdProtocol.js.

sbSongbirdDispatch prototype

Definition at line 33 of file sbSongbirdProtocol.js.

BogusChannel prototype QueryInterface
Initial value:
=
function bc_QueryInterface(iid)
{
if (!iid.equals(nsIChannel) && !iid.equals(nsIRequest) &&
!iid.equals(nsISupports))
throw Components.results.NS_ERROR_NO_INTERFACE;
return this;
}
BogusChannel.prototype.loadAttributes = null
const nsIChannel
function BogusChannel(URI, contentType)
return null
Definition: FeedWriter.js:1143

Definition at line 149 of file sbSongbirdProtocol.js.

BogusChannel prototype securityInfo = null

Definition at line 164 of file sbSongbirdProtocol.js.