Searched refs:Archive (Results 101 - 125 of 368) sorted by path

1234567891011>>

/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp63 PPPDeskbarReplicant::Archive(BMessage *data, bool deep) const function in class:PPPDeskbarReplicant
65 BView::Archive(data, deep);
H A DPPPDeskbarReplicant.h23 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/kits/app/
H A DApplication.cpp563 BApplication::Archive(BMessage* data, bool deep) const function in class:BApplication
565 status_t status = BLooper::Archive(data, deep);
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/kits/debugger/ids/
H A DFunctionID.cpp42 FunctionID::Archive(BMessage* archive, bool deep) const function in class:FunctionID
44 status_t error = BArchivable::Archive(archive, deep);
/haiku/src/kits/debugger/util/
H A DArchivingUtils.cpp20 status_t error = object->Archive(&archive, true);
/haiku/src/kits/game/
H A DDirectWindow.cpp202 BDirectWindow::Archive(BMessage* data, bool deep) const function in class:BDirectWindow
204 return inherited::Archive(data, deep);
/haiku/src/kits/interface/
H A DAbstractLayout.cpp417 BAbstractLayout::Archive(BMessage* into, bool deep) const function in class:BAbstractLayout
420 status_t err = BLayout::Archive(into, deep);
H A DAbstractLayoutItem.cpp136 BAbstractLayoutItem::Archive(BMessage* into, bool deep) const function in class:BAbstractLayoutItem
139 status_t err = BLayoutItem::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 DChannelSlider.cpp139 BChannelSlider::Archive(BMessage* into, bool deep) const function in class:BChannelSlider
141 status_t status = BChannelControl::Archive(into, deep);
H A DCheckBox.cpp94 BCheckBox::Archive(BMessage* data, bool deep) const function in class:BCheckBox
96 return BControl::Archive(data, deep);
H A DColorMenuItem.cpp75 BColorMenuItem::Archive(BMessage* data, bool deep) const function in class:BColorMenuItem
77 status_t result = BMenuItem::Archive(data, deep);
H A DControl.cpp122 BControl::Archive(BMessage* data, bool deep) const function in class:BControl
124 status_t status = BView::Archive(data, deep);
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 DGroupLayout.cpp190 BGroupLayout::Archive(BMessage* into, bool deep) const function in class:BGroupLayout
193 status_t result = BTwoDimensionalLayout::Archive(into, deep);
H A DLayout.cpp437 BLayout::Archive(BMessage* into, bool deep) const function in class:BLayout
440 status_t err = BLayoutItem::Archive(into, deep);
H A DLayoutItem.cpp154 BLayoutItem::Archive(BMessage* into, bool deep) const function in class:BLayoutItem
157 status_t err = BArchivable::Archive(into, deep);
H A DListItem.cpp65 BListItem::Archive(BMessage* archive, bool deep) const function in class:BListItem
67 status_t status = BArchivable::Archive(archive, deep);
H A DPicture.cpp259 BPicture::Archive(BMessage* data, bool deep) const function in class:BPicture
264 status_t err = BArchivable::Archive(data, deep);
283 err = fExtent->PictureAt(i)->Archive(&pictureMessage, deep);
H A DPictureButton.cpp80 BPictureButton::Archive(BMessage* data, bool deep) const function in class:BPictureButton
82 status_t err = BControl::Archive(data, deep);
89 if (fEnabledOn->Archive(&pictureArchive, deep) == B_OK) {
96 if (fEnabledOff->Archive(&pictureArchive, deep) == B_OK) {
103 if (fDisabledOn && fDisabledOn->Archive(&pictureArchive, deep) == B_OK) {
110 if (fDisabledOff && fDisabledOff->Archive(&pictureArchive, deep) == B_OK) {
H A DPopUpMenu.cpp76 BPopUpMenu::Archive(BMessage* data, bool deep) const function in class:BPopUpMenu
78 return BMenu::Archive(data, deep);
H A DRadioButton.cpp79 BRadioButton::Archive(BMessage* data, bool deep) const function in class:BRadioButton
81 return BControl::Archive(data, deep);
H A DShape.cpp196 BShape::Archive(BMessage* archive, bool deep) const function in class:BShape
198 status_t result = BArchivable::Archive(archive, deep);
H A DShelf.cpp177 status_t Archive(BMessage *msg);
293 replicant_data::Archive(BMessage* msg) function in class:replicant_data
298 result = view->Archive(&archive);
300 result = zombie_view->Archive(&archive);
572 BShelf::Archive(BMessage *data, bool deep) const function in class:BShelf
639 err = replicant->Archive(&archive);
1110 status_t status = BHandler::Archive(data);
1128 if (((replicant_data *)fReplicants.ItemAt(i))->Archive(&archive) == B_OK)

Completed in 165 milliseconds

1234567891011>>