Go to the source code of this file.
Functions | |
| function | Permission (host, rawHost, type, capability, perm) |
| function | setHost (aHost) |
| function | initWithParams (aParams) |
Variables | |
| const | nsIPermissionManager = Components.interfaces.nsIPermissionManager |
| const | nsICookiePermission = Components.interfaces.nsICookiePermission |
| var | gPermissionManager |
| function initWithParams | ( | aParams | ) |
Definition at line 414 of file permissions.js.
| function Permission | ( | host, | |
| rawHost, | |||
| type, | |||
| capability, | |||
| perm | |||
| ) |
Definition at line 43 of file permissions.js.
| function setHost | ( | aHost | ) |
Definition at line 409 of file permissions.js.
| var gPermissionManager |
Definition at line 52 of file permissions.js.
| const nsICookiePermission = Components.interfaces.nsICookiePermission |
Definition at line 41 of file permissions.js.
| const nsIPermissionManager = Components.interfaces.nsIPermissionManager |
Definition at line 40 of file permissions.js.