Go to the source code of this file.
Functions | |
| Cu | import ("resource://gre/modules/XPCOMUtils.jsm") |
| function | ApplicationController () |
Variables | |
| const | Cc = Components.classes |
| const | Ci = Components.interfaces |
| const | Cr = Components.results |
| const | Ce = Components.Exception |
| const | Cu = Components.utils |
| const | WINDOWTYPE_SONGBIRD_PLAYER = "Songbird:Main" |
| const | WINDOWTYPE_SONGBIRD_CORE = "Songbird:Core" |
| function ApplicationController | ( | ) |
Definition at line 43 of file sbApplicationController.js.
| Cu import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| const Cc = Components.classes |
Definition at line 27 of file sbApplicationController.js.
| const Ce = Components.Exception |
Definition at line 30 of file sbApplicationController.js.
| const Ci = Components.interfaces |
Definition at line 28 of file sbApplicationController.js.
| const Cr = Components.results |
Definition at line 29 of file sbApplicationController.js.
| const Cu = Components.utils |
Definition at line 31 of file sbApplicationController.js.
| const WINDOWTYPE_SONGBIRD_CORE = "Songbird:Core" |
Definition at line 36 of file sbApplicationController.js.
| const WINDOWTYPE_SONGBIRD_PLAYER = "Songbird:Main" |
Definition at line 35 of file sbApplicationController.js.