Go to the source code of this file.
Functions | |
| Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
| function | Window (aWindow) |
| function | BrowserTab (aFUELWindow, aBrowser) |
| function | Annotations (aId) |
| function | Bookmark (aId, aParent, aType) |
| function | BookmarkFolder (aId, aParent) |
| function | BookmarkRoots () |
| function | Application () |
| function | NSGetModule (aCompMgr, aFileSpec) |
Variables | |
| const | Ci = Components.interfaces |
| const | Cc = Components.classes |
| var | Utilities |
| Window | prototype |
| var | gSingleton = null |
| var | ApplicationFactory |
| function Annotations | ( | aId | ) |
| function Application | ( | ) |
| function Bookmark | ( | aId, | |
| aParent, | |||
| aType | |||
| ) |
| function BookmarkFolder | ( | aId, | |
| aParent | |||
| ) |
| function BookmarkRoots | ( | ) |
Definition at line 605 of file fuelApplication.js.
| function BrowserTab | ( | aFUELWindow, | |
| aBrowser | |||
| ) |
Definition at line 175 of file fuelApplication.js.
| Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| function NSGetModule | ( | aCompMgr, | |
| aFileSpec | |||
| ) |
| function Window | ( | aWindow | ) |
Definition at line 110 of file fuelApplication.js.
| var ApplicationFactory |
Definition at line 656 of file fuelApplication.js.
| const Cc = Components.classes |
Definition at line 39 of file fuelApplication.js.
| const Ci = Components.interfaces |
Definition at line 38 of file fuelApplication.js.
| var gSingleton = null |
Definition at line 655 of file fuelApplication.js.
| Application prototype |
Definition at line 125 of file fuelApplication.js.
| var Utilities |
Definition at line 45 of file fuelApplication.js.