Implementation of sbIDisplayPaneContentInfo to target play queue UI content at display panes. More...
Go to the source code of this file.
Functions | |
Cu | import ("resource://gre/modules/XPCOMUtils.jsm") |
function | PlayQueueContentInfo () |
Variables | |
const | Ci = Components.interfaces |
const | Cu = Components.utils |
const | SB_PLAYQUEUE_CONTENTURL |
const | SB_PLAYQUEUE_CONTENTICON |
const | SB_PLAYQUEUE_DEFAULTWIDTH = 200 |
const | SB_PLAYQUEUE_DEFAULTHEIGHT = 300 |
const | SB_PLAYQUEUE_SUGGESTEDCONTENTGROUPS = "sidebar" |
PlayQueueContentInfo | prototype |
var | NSGetModule = XPCOMUtils.generateNSGetModule([PlayQueueContentInfo]) |
Implementation of sbIDisplayPaneContentInfo to target play queue UI content at display panes.
Definition in file sbPlayQueueContentInfo.js.
Cu import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
function PlayQueueContentInfo | ( | ) |
Definition at line 46 of file sbPlayQueueContentInfo.js.
const Ci = Components.interfaces |
Definition at line 31 of file sbPlayQueueContentInfo.js.
const Cu = Components.utils |
Definition at line 32 of file sbPlayQueueContentInfo.js.
var NSGetModule = XPCOMUtils.generateNSGetModule([PlayQueueContentInfo]) |
Definition at line 94 of file sbPlayQueueContentInfo.js.
PlayQueueContentInfo prototype |
Definition at line 49 of file sbPlayQueueContentInfo.js.
const SB_PLAYQUEUE_CONTENTICON |
Definition at line 40 of file sbPlayQueueContentInfo.js.
const SB_PLAYQUEUE_CONTENTURL |
Definition at line 38 of file sbPlayQueueContentInfo.js.
const SB_PLAYQUEUE_DEFAULTHEIGHT = 300 |
Definition at line 43 of file sbPlayQueueContentInfo.js.
const SB_PLAYQUEUE_DEFAULTWIDTH = 200 |
Definition at line 42 of file sbPlayQueueContentInfo.js.
const SB_PLAYQUEUE_SUGGESTEDCONTENTGROUPS = "sidebar" |
Definition at line 44 of file sbPlayQueueContentInfo.js.