Go to the source code of this file.
Functions | |
| Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
| function | pfServicePane () |
Variables | |
| const | Cc = Components.classes |
| const | Ci = Components.interfaces |
| const | Cr = Components.results |
| const | CONTRACTID = "@rsjtdrjgfuzkfg.com/servicepane/folders;1" |
| const | URN_PREFIX_FOLDER = 'urn:folder:' |
| const | LSP |
| const | TYPE_X_PF_TRANSFER_FOLDER = "application/x-pf-transfer-folder" |
| pfServicePane prototype | QueryInterface |
| pfServicePane prototype | classID |
| pfServicePane prototype | classDescription |
| pfServicePane prototype | contractID |
| pfServicePane prototype | _xpcom_categories |
| pfServicePane prototype | servicePaneInit |
| Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| function pfServicePane | ( | ) |
/class pfServicePane /brief Injects folder related things in service pane
Definition at line 33 of file pfServicePane.js.
| pfServicePane prototype _xpcom_categories |
Definition at line 53 of file pfServicePane.js.
| const Cc = Components.classes |
Definition at line 5 of file pfServicePane.js.
| const Ci = Components.interfaces |
Definition at line 6 of file pfServicePane.js.
| pfServicePane prototype classDescription |
Definition at line 49 of file pfServicePane.js.
| pfServicePane prototype classID |
Definition at line 47 of file pfServicePane.js.
| const CONTRACTID = "@rsjtdrjgfuzkfg.com/servicepane/folders;1" |
Definition at line 18 of file pfServicePane.js.
| pfServicePane prototype contractID |
Definition at line 51 of file pfServicePane.js.
| const Cr = Components.results |
Definition at line 7 of file pfServicePane.js.
| const LSP |
Definition at line 22 of file pfServicePane.js.
| pfServicePane prototype QueryInterface |
| pfServicePane prototype servicePaneInit |
Definition at line 64 of file pfServicePane.js.
| const TYPE_X_PF_TRANSFER_FOLDER = "application/x-pf-transfer-folder" |
Definition at line 26 of file pfServicePane.js.
| const URN_PREFIX_FOLDER = 'urn:folder:' |
Definition at line 20 of file pfServicePane.js.