Searched refs:Archive (Results 151 - 175 of 368) sorted by relevance

1234567891011>>

/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp55 BrowsingHistoryItem::Archive(BMessage* archive) const function in class:BrowsingHistoryItem
60 status_t status = fDateTime.Archive(&dateTimeArchive);
336 if (item.Archive(&historyItemArchive) != B_OK)
/haiku/headers/os/support/
H A DDateTime.h41 status_t Archive(BMessage* into) const;
99 status_t Archive(BMessage* into) const;
182 status_t Archive(BMessage* into) const;
/haiku/src/libs/icon/style/
H A DStyle.cpp171 Style::Archive(BMessage* into, bool deep) const function in class:Style
173 status_t ret = IconObject::Archive(into, deep);
180 ret = fGradient->Archive(&gradientArchive, deep);
/haiku/src/kits/interface/
H A DDragger.cpp194 BDragger::Archive(BMessage* data, bool deep) const function in class:BDragger
196 status_t ret = BView::Archive(data, deep);
205 ret = fPopUp->Archive(&popupMsg, deep);
334 fTarget->Archive(&archive);
336 Archive(&archive);
337 else if (fTarget->Archive(&archive)) {
340 if (Archive(&archivedSelf))
/haiku/src/apps/screenshot/
H A DScreenshot.cpp140 fUtility->wholeScreen->Archive(bitmap);
144 fUtility->cursorBitmap->Archive(bitmap);
148 fUtility->cursorAreaBitmap->Archive(bitmap);
/haiku/src/libs/icon/shape/
H A DShape.cpp206 Shape::Archive(BMessage* into, bool deep) const function in class:Shape
208 status_t ret = IconObject::Archive(into, deep);
220 ret = transformer->Archive(&transformerArchive);
/haiku/headers/build/os/interface/
H A DBitmap.h50 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/headers/os/net/
H A DNetBuffer.h31 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DNetEndpoint.h30 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/apps/sudoku/
H A DSudokuField.h27 virtual status_t Archive(BMessage* archive, bool deep) const;
/haiku/src/libs/alm/
H A DSharedSolver.h56 status_t Archive(BMessage* archive, bool deep) const;
/haiku/headers/os/interface/
H A DSeparatorView.h50 virtual status_t Archive(BMessage* into,
H A DTwoDimensionalLayout.h41 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DControl.h38 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DShape.h57 virtual status_t Archive(BMessage* archive,
H A DAbstractLayout.h39 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DGroupLayout.h38 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DButton.h37 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DCheckBox.h28 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DBox.h30 virtual status_t Archive(BMessage* archive, bool deep = true) const;
H A DSplitView.h78 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DStatusBar.h25 virtual status_t Archive(BMessage* archive,
H A DRadioButton.h29 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/headers/os/app/
H A DHandler.h37 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/headers/os/locale/
H A DFormattingConventions.h116 virtual status_t Archive(BMessage* archive,

Completed in 123 milliseconds

1234567891011>>