Go to the source code of this file.
Functions | |
Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
function | hash (str) |
function | sbAboutDRM () |
Variables | |
const | Cc = Components.classes |
const | Ci = Components.interfaces |
const | Cr = Components.results |
const | DESCRIPTION = "sbAboutDRM" |
const | CID = "416a028e-1dd2-11b2-a247-cc08533670be" |
const | CONTRACTID = "@mozilla.org/network/protocol/about;1?what=drm" |
var | Application |
sbAboutDRM | prototype |
function hash | ( | str | ) |
Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
function sbAboutDRM | ( | ) |
Definition at line 65 of file sbAboutDRM.js.
var Application |
Definition at line 37 of file sbAboutDRM.js.
const Cc = Components.classes |
Definition at line 27 of file sbAboutDRM.js.
const Ci = Components.interfaces |
Definition at line 28 of file sbAboutDRM.js.
const CID = "416a028e-1dd2-11b2-a247-cc08533670be" |
Definition at line 32 of file sbAboutDRM.js.
const CONTRACTID = "@mozilla.org/network/protocol/about;1?what=drm" |
Definition at line 33 of file sbAboutDRM.js.
const Cr = Components.results |
Definition at line 29 of file sbAboutDRM.js.
const DESCRIPTION = "sbAboutDRM" |
Definition at line 31 of file sbAboutDRM.js.
sbAboutDRM prototype |
Definition at line 67 of file sbAboutDRM.js.