Go to the source code of this file.
| if |
( |
!gRemoteControlService. |
isSupported | ) |
|
| function onPrefPaneLoad |
( |
| ) |
|
| function ToggleAppleRemote |
( |
| ) |
|
| var Cc = Components.classes |
Initial value:=
Cc[
"@mozilla.org/preferences-service;1"]
.getService(
Ci.nsIPrefBranch2)
Definition at line 34 of file overlay.js.
| var gRemoteControlService |
Initial value:=
Cc[
"@songbirdnest.com/mac-remote-service;1"]
.getService(
Ci.sbIAppleRemoteService)
Definition at line 32 of file overlay.js.
| var shouldAutoEnable = false |
Initial value:{
gPrefService.getBoolPref(
"extensions.apple-remote.autoenable")
Definition at line 41 of file overlay.js.