Go to the source code of this file.
Functions | |
| if ("undefined"==typeof(Ci)) | |
| Components utils | import ("resource://app/jsmodules/sbLibraryUtils.jsm") |
| function | movePlayerControls (aIsOnTop) |
| window | addEventListener ("load", gSongbirdPlayerWindow._onLoadCallback, false) |
Variables | |
| var | gTabBrowser = null |
| var | PREF_PLAYER_CONTROL_LOCATION = "songbird.playercontrol.location" |
| var | gSongbirdWindowController |
| var | gSongbirdPlayerWindow |
| if | ( | "undefined" = = typeof(Ci) | ) |
Definition at line 29 of file mainPlayerWindow.js.
| Components utils import | ( | "resource://app/jsmodules/sbLibraryUtils.jsm" | ) |
| function movePlayerControls | ( | aIsOnTop | ) |
Definition at line 42 of file mainPlayerWindow.js.
| var gSongbirdPlayerWindow |
Primary controller for a Songbird XUL layout containing a browser window. Much of playerOpen.js and mainWinInit.js should eventually be moved here.
Definition at line 329 of file mainPlayerWindow.js.
| var gSongbirdWindowController |
Definition at line 76 of file mainPlayerWindow.js.
| var gTabBrowser = null |
Definition at line 26 of file mainPlayerWindow.js.
| var PREF_PLAYER_CONTROL_LOCATION = "songbird.playercontrol.location" |
Definition at line 27 of file mainPlayerWindow.js.