Javascript source for the iPod device service pane service. More...
Go to the source code of this file.
Functions | |
| Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
| if (typeof(Cc)=="undefined") var Cc | |
| function | IPD_SPS () |
| Construct an iPod device service pane services object. More... | |
| function | NSGetModule (compMgr, fileSpec) |
Variables | |
| const | TYPE_X_SB_TRANSFER_MEDIA_LIST = "application/x-sb-transfer-media-list" |
| const | IPODSP_NS = "http://songbirdnest.com/rdf/ipod-servicepane#" |
| var | IPD_SPSCfg |
| IPD_SPS prototype | constructor = IPD_SPS |
| IPD_SPS | prototype |
Javascript source for the iPod device service pane service.
Definition in file sbIPDServicePaneService.js.
| 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 IPD_SPS | ( | ) |
Construct an iPod device service pane services object.
Definition at line 132 of file sbIPDServicePaneService.js.
| function NSGetModule | ( | compMgr, | |
| fileSpec | |||
| ) |
Definition at line 1010 of file sbIPDServicePaneService.js.
Definition at line 137 of file sbIPDServicePaneService.js.
| var IPD_SPSCfg |
Definition at line 94 of file sbIPDServicePaneService.js.
| const IPODSP_NS = "http://songbirdnest.com/rdf/ipod-servicepane#" |
Definition at line 65 of file sbIPDServicePaneService.js.
| IPD_SPS prototype |
Definition at line 139 of file sbIPDServicePaneService.js.
| const TYPE_X_SB_TRANSFER_MEDIA_LIST = "application/x-sb-transfer-media-list" |
Definition at line 64 of file sbIPDServicePaneService.js.