Searched refs:Archive (Results 276 - 300 of 368) sorted by relevance

<<1112131415

/haiku/headers/os/interface/
H A DSlider.h57 virtual status_t Archive(BMessage* archive,
H A DListView.h44 virtual status_t Archive(BMessage* data,
H A DOutlineListView.h29 virtual status_t Archive(BMessage* archive,
/haiku/headers/os/app/
H A DLooper.h40 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/headers/private/shared/
H A DCalendarView.h41 virtual status_t Archive(BMessage* archive,
/haiku/src/kits/package/
H A DDaemonClient.cpp134 error = transaction.Archive(&request);
/haiku/src/kits/interface/
H A DDeskbar.cpp356 status_t result = view->Archive(&archive);
H A DGridLayout.cpp479 BGridLayout::Archive(BMessage* into, bool deep) const function in class:BGridLayout
482 status_t result = BTwoDimensionalLayout::Archive(into, deep);
H A DChannelControl.cpp159 BChannelControl::Archive(BMessage* data, bool deep) const function in class:BChannelControl
161 status_t status = BControl::Archive(data, deep);
H A DMenuBar.cpp123 BMenuBar::Archive(BMessage* data, bool deep) const function in class:BMenuBar
125 status_t err = BMenu::Archive(data, deep);
H A DGradient.cpp184 // Archive
186 BGradient::Archive(BMessage* into, bool deep) const function in class:BGradient
188 status_t ret = BArchivable::Archive(into, deep);
H A DBox.cpp108 BBox::Archive(BMessage* archive, bool deep) const function in class:BBox
110 status_t ret = BView::Archive(archive, deep);
H A DButton.cpp117 BButton::Archive(BMessage* data, bool deep) const function in class:BButton
119 status_t err = BControl::Archive(data, deep);
/haiku/src/apps/screenshot/
H A DUtility.cpp72 screenshot.Archive(bitmap);
/haiku/src/kits/network/libnetservices/
H A DHttpHeaders.cpp273 BHttpHeaders::Archive(BMessage* message) const function in class:BHttpHeaders
H A DNetworkCookie.cpp638 BNetworkCookie::Archive(BMessage* into, bool deep) const function in class:BNetworkCookie
640 status_t error = BArchivable::Archive(into, deep);
/haiku/src/apps/webpositive/
H A DBrowserWindow.h112 virtual status_t Archive(BMessage* archive, bool deep =true) const;
/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp300 conditions.Archive(&userUsageConditionsMessage, true);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp103 PowerStatusView::Archive(BMessage* archive, bool deep) const function in class:PowerStatusView
105 status_t status = BView::Archive(archive, deep);
698 PowerStatusReplicant::Archive(BMessage* archive, bool deep) const function in class:PowerStatusReplicant
700 status_t status = PowerStatusView::Archive(archive, deep);
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp124 if (fField.Archive(&field, true) == B_OK)
542 fSudokuView->Field()->Archive(fStoredState, true);
/haiku/src/kits/app/
H A DHandler.cpp182 BHandler::Archive(BMessage* data, bool deep) const function in class:BHandler
184 status_t status = BArchivable::Archive(data, deep);
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp90 FilePlaylistItem::Archive(BMessage* into, bool deep) const function in class:FilePlaylistItem
92 status_t ret = BArchivable::Archive(into, deep);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp313 status_t TrayView::Archive(BMessage *data, bool deep) const { function in class:TrayView
314 status_t error=BView::Archive(data, deep);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp205 NetworkStatusView::Archive(BMessage* archive, bool deep) const function in class:NetworkStatusView
207 status_t status = BView::Archive(archive, deep);
/haiku/src/servers/mail/
H A DDeskbarView.cpp196 status_t DeskbarView::Archive(BMessage *data,bool deep) const function in class:DeskbarView
198 BView::Archive(data, deep);

Completed in 137 milliseconds

<<1112131415