Go to the source code of this file.
Functions | |
Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
function | sbLocalDatabaseMigrationHelper () |
function | NSGetModule (compMgr, fileSpec) |
Variables | |
const | Cc = Components.classes |
const | Ci = Components.interfaces |
const | Cr = Components.results |
const | SBLDBCOMP = "@songbirdnest.com/Songbird/Library/LocalDatabase/" |
sbLocalDatabaseMigrationHelper | prototype |
Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
function NSGetModule | ( | compMgr, | |
fileSpec | |||
) |
Definition at line 260 of file sbLocalDatabaseMigrationHelper.js.
function sbLocalDatabaseMigrationHelper | ( | ) |
Definition at line 38 of file sbLocalDatabaseMigrationHelper.js.
const Cc = Components.classes |
Definition at line 31 of file sbLocalDatabaseMigrationHelper.js.
const Ci = Components.interfaces |
Definition at line 32 of file sbLocalDatabaseMigrationHelper.js.
const Cr = Components.results |
Definition at line 33 of file sbLocalDatabaseMigrationHelper.js.
sbLocalDatabaseMigrationHelper prototype |
Definition at line 48 of file sbLocalDatabaseMigrationHelper.js.
const SBLDBCOMP = "@songbirdnest.com/Songbird/Library/LocalDatabase/" |
Definition at line 35 of file sbLocalDatabaseMigrationHelper.js.