Public Types | |
enum | ContainerType { Container_Normal, Container_Places, Container_Menu, Container_Toolbar, Container_Unfiled } |
Public Member Functions | |
BookmarkImportFrame (PRInt64 aID) | |
void | ConsumeHeading (nsAString *aHeading, ContainerType *aContainerType) |
Public Attributes | |
PRInt64 | mContainerID |
PRInt32 | mContainerNesting |
ContainerType | mLastContainerType |
nsString | mPreviousText |
PRBool | mInDescription |
nsCOMPtr< nsIURI > | mPreviousLink |
nsCOMPtr< nsIURI > | mPreviousFeed |
nsString | mPreviousMicrosummaryText |
nsCOMPtr< nsIMicrosummary > | mPreviousMicrosummary |
PRInt64 | mPreviousId |
PRTime | mPreviousDateAdded |
PRTime | mPreviousLastModifiedDate |
Definition at line 159 of file nsPlacesImportExportService.cpp.
Enumerator | |
---|---|
Container_Normal | |
Container_Places | |
Container_Menu | |
Container_Toolbar | |
Container_Unfiled |
Definition at line 173 of file nsPlacesImportExportService.cpp.
|
inline |
Definition at line 162 of file nsPlacesImportExportService.cpp.
|
inline |
Definition at line 232 of file nsPlacesImportExportService.cpp.
PRInt64 BookmarkImportFrame::mContainerID |
Definition at line 179 of file nsPlacesImportExportService.cpp.
PRInt32 BookmarkImportFrame::mContainerNesting |
Definition at line 188 of file nsPlacesImportExportService.cpp.
PRBool BookmarkImportFrame::mInDescription |
Definition at line 213 of file nsPlacesImportExportService.cpp.
ContainerType BookmarkImportFrame::mLastContainerType |
Definition at line 193 of file nsPlacesImportExportService.cpp.
PRTime BookmarkImportFrame::mPreviousDateAdded |
Definition at line 244 of file nsPlacesImportExportService.cpp.
nsCOMPtr<nsIURI> BookmarkImportFrame::mPreviousFeed |
Definition at line 223 of file nsPlacesImportExportService.cpp.
PRInt64 BookmarkImportFrame::mPreviousId |
Definition at line 240 of file nsPlacesImportExportService.cpp.
PRTime BookmarkImportFrame::mPreviousLastModifiedDate |
Definition at line 245 of file nsPlacesImportExportService.cpp.
nsCOMPtr<nsIURI> BookmarkImportFrame::mPreviousLink |
Definition at line 219 of file nsPlacesImportExportService.cpp.
nsCOMPtr<nsIMicrosummary> BookmarkImportFrame::mPreviousMicrosummary |
Definition at line 230 of file nsPlacesImportExportService.cpp.
nsString BookmarkImportFrame::mPreviousMicrosummaryText |
Definition at line 228 of file nsPlacesImportExportService.cpp.
nsString BookmarkImportFrame::mPreviousText |
Definition at line 198 of file nsPlacesImportExportService.cpp.