#include <nsMacIEProfileMigrator.h>
Public Member Functions | |
NS_DECL_NSIBROWSERPROFILEMIGRATOR NS_DECL_ISUPPORTS | nsMacIEProfileMigrator () |
virtual | ~nsMacIEProfileMigrator () |
Public Member Functions inherited from nsIBrowserProfileMigrator | |
void | migrate (in unsigned short aItems, in nsIProfileStartup aStartup, in wstring aProfile) |
unsigned short | getMigrateData (in wstring aProfile, in boolean aDoingStartup) |
Protected Member Functions | |
nsresult | CopyBookmarks (PRBool aReplace) |
Protected Attributes | |
nsCOMPtr< nsILocalFile > | mSourceProfile |
nsCOMPtr< nsIFile > | mTargetProfile |
Additional Inherited Members | |
Public Attributes inherited from nsIBrowserProfileMigrator | |
const unsigned short | ALL = 0x0000 |
const unsigned short | SETTINGS = 0x0001 |
const unsigned short | COOKIES = 0x0002 |
const unsigned short | HISTORY = 0x0004 |
const unsigned short | FORMDATA = 0x0008 |
const unsigned short | PASSWORDS = 0x0010 |
const unsigned short | BOOKMARKS = 0x0020 |
const unsigned short | OTHERDATA = 0x0040 |
readonly attribute boolean | sourceExists |
readonly attribute boolean | sourceHasMultipleProfiles |
readonly attribute nsISupportsArray | sourceProfiles |
readonly attribute AUTF8String | sourceHomePageURL |
Definition at line 46 of file nsMacIEProfileMigrator.h.
nsMacIEProfileMigrator::nsMacIEProfileMigrator | ( | ) |
Definition at line 65 of file nsMacIEProfileMigrator.cpp.
|
virtual |
Definition at line 70 of file nsMacIEProfileMigrator.cpp.
|
protected |
Definition at line 201 of file nsMacIEProfileMigrator.cpp.
|
protected |
Definition at line 59 of file nsMacIEProfileMigrator.h.
|
protected |
Definition at line 60 of file nsMacIEProfileMigrator.h.