Go to the source code of this file.
Functions | |
| Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
| function | deprecationWarning (msg) |
| function | ServicePaneNode (servicePane, comparisonFunction) |
| function | MutationEventTranslator (aListener) |
| Class translating sbIServicePaneMutationListener calls into sbIServicePaneListener calls. More... | |
Variables | |
| const | Cc = Components.classes |
| const | Ci = Components.interfaces |
| const | Cr = Components.results |
| const | Ce = Components.Exception |
| const | Cu = Components.utils |
| const | SP ="http://songbirdnest.com/rdf/servicepane#" |
| const | LOG = DebugUtils.generateLogFunction("sbServicePaneService") |
| ServicePaneNode | prototype |
| var | NSGetModule = XPCOMUtils.generateNSGetModule([ServicePaneService]) |
| function deprecationWarning | ( | msg | ) |
Definition at line 47 of file sbServicePaneService.js.
| Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| function MutationEventTranslator | ( | aListener | ) |
Class translating sbIServicePaneMutationListener calls into sbIServicePaneListener calls.
Definition at line 572 of file sbServicePaneService.js.
| function ServicePaneNode | ( | servicePane, | |
| comparisonFunction | |||
| ) |
Definition at line 73 of file sbServicePaneService.js.
| const Cc = Components.classes |
Definition at line 32 of file sbServicePaneService.js.
| const Ce = Components.Exception |
Definition at line 35 of file sbServicePaneService.js.
| const Ci = Components.interfaces |
Definition at line 33 of file sbServicePaneService.js.
| const Cr = Components.results |
Definition at line 34 of file sbServicePaneService.js.
| const Cu = Components.utils |
Definition at line 36 of file sbServicePaneService.js.
| const LOG = DebugUtils.generateLogFunction("sbServicePaneService") |
Definition at line 45 of file sbServicePaneService.js.
| var NSGetModule = XPCOMUtils.generateNSGetModule([ServicePaneService]) |
Definition at line 1083 of file sbServicePaneService.js.
| MutationEventTranslator prototype |
Definition at line 84 of file sbServicePaneService.js.
| const SP ="http://songbirdnest.com/rdf/servicepane#" |
Definition at line 43 of file sbServicePaneService.js.