Go to the source code of this file.
Functions | |
| Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
| function | YouTube () |
| function | NSGetModule (compMgr, fileSpec) |
Variables | |
| const | Cc = Components.classes |
| const | Ci = Components.interfaces |
| const | Cr = Components.results |
| const | DESCRIPTION = "mashTape Provider: YouTube Provider" |
| const | CID = "{e0f43860-6a5c-11dd-ad8b-0800200c9a66}" |
| const | CONTRACTID = "@songbirdnest.com/mashTape/provider/flash/YouTube;1" |
| YouTube prototype | constructor = YouTube |
| YouTube | prototype |
| Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| function NSGetModule | ( | compMgr, | |
| fileSpec | |||
| ) |
| function YouTube | ( | ) |
| const Cc = Components.classes |
Definition at line 5 of file YouTube.js.
| const Ci = Components.interfaces |
Definition at line 6 of file YouTube.js.
| const CID = "{e0f43860-6a5c-11dd-ad8b-0800200c9a66}" |
Definition at line 10 of file YouTube.js.
Definition at line 19 of file YouTube.js.
| const CONTRACTID = "@songbirdnest.com/mashTape/provider/flash/YouTube;1" |
Definition at line 11 of file YouTube.js.
| const Cr = Components.results |
Definition at line 7 of file YouTube.js.
| const DESCRIPTION = "mashTape Provider: YouTube Provider" |
Definition at line 9 of file YouTube.js.
| YouTube prototype |
Definition at line 20 of file YouTube.js.