Go to the source code of this file.
Functions | |
| Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
| if (typeof(Cc)=="undefined") var Cc | |
| function | sbOSDControlService () |
| function | NSGetModule (compMgr, fileSpec) |
Variables | |
| const | SB_OSDHIDE_DELAY = 3000 |
| const | MAX_OSD_WIDTH = 502 |
| const | OSD_HEIGHT = 70 |
| const | OSD_PADDING = 18 |
| sbOSDControlService | prototype |
| sbOSDControlService prototype | classDescription |
| sbOSDControlService prototype | className |
| sbOSDControlService prototype | classID |
| sbOSDControlService prototype | contractID |
| sbOSDControlService prototype | QueryInterface |
| if | ( | typeof(Cc) | = ="undefined" | ) |
Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.
Definition at line 524 of file sbDataRemote.js.
| Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| function NSGetModule | ( | compMgr, | |
| fileSpec | |||
| ) |
| function sbOSDControlService | ( | ) |
| sbOSDControlService prototype classDescription |
Definition at line 502 of file sbOSDControlService.js.
| sbOSDControlService prototype classID |
Definition at line 506 of file sbOSDControlService.js.
| menuItem className |
Definition at line 504 of file sbOSDControlService.js.
| sbOSDControlService prototype contractID |
Definition at line 508 of file sbOSDControlService.js.
| const MAX_OSD_WIDTH = 502 |
Definition at line 41 of file sbOSDControlService.js.
| const OSD_HEIGHT = 70 |
Definition at line 42 of file sbOSDControlService.js.
| const OSD_PADDING = 18 |
Definition at line 43 of file sbOSDControlService.js.
| sbOSDControlService prototype |
Definition at line 70 of file sbOSDControlService.js.
| sbOSDControlService prototype QueryInterface |
Definition at line 510 of file sbOSDControlService.js.
| const SB_OSDHIDE_DELAY = 3000 |
Definition at line 40 of file sbOSDControlService.js.