Searched refs:Archive (Results 1 - 25 of 368) sorted by last modified time

1234567891011>>

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp237 virtual status_t Archive(BMessage* archive, bool deep = true) const;
669 SysInfoView::Archive(BMessage* archive, bool deep) const function in class:SysInfoView
/haiku/src/kits/interface/
H A DSpinner.cpp127 BSpinner::Archive(BMessage* data, bool deep) const function in class:BSpinner
129 status_t status = BAbstractSpinner::Archive(data, deep);
H A DStatusBar.cpp102 BStatusBar::Archive(BMessage *archive, bool deep) const function in class:BStatusBar
104 status_t err = BView::Archive(archive, deep);
H A DMenu.cpp371 BMenu::Archive(BMessage* data, bool deep) const function in class:BMenu
373 status_t err = BView::Archive(data, deep);
394 item->Archive(&itemData, deep);
H A DOutlineListView.cpp133 BOutlineListView::Archive(BMessage* archive, bool deep) const function in class:BOutlineListView
135 // Note: We can't call the BListView Archive function here, as we are also
139 status_t status = BView::Archive(archive, deep);
149 status = item->Archive(&subData, true);
H A DScrollView.cpp116 BScrollView::Archive(BMessage* archive, bool deep) const function in class:BScrollView
118 status_t status = BView::Archive(archive, deep);
/haiku/src/kits/package/
H A DPackageInfo.cpp1032 BPackageInfo::Archive(BMessage* archive, bool deep) const function in class:BPackageKit::BPackageInfo
1034 status_t error = BArchivable::Archive(archive, deep);
/haiku/headers/os/package/
H A DPackageInfo.h190 virtual status_t Archive(BMessage* archive,
/haiku/src/preferences/filetypes/
H A DIconView.cpp304 status = fLarge->Archive(&archive);
310 status = fMini->Archive(&archive);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp560 status = userCredentials.Archive(&credentialsMessage);
775 result = captcha.Archive(&captchaMessage);
781 result = userUsageConditions.Archive(&userUsageConditionsMessage);
789 result = passwordRequirements.Archive(&passwordRequirementsMessage);
1337 userCredentials.Archive(&userCredentialsMessage);
1349 validationFailures.Archive(&validationFailuresMessage);
1369 validationFailures.Archive(&validationFailuresMessage);
H A DMainWindow.cpp134 if (coordinate.Archive(&message) != B_OK)
1498 if (userDetail.Archive(&detailsMessage, true) != B_OK
1593 if (coordinatorState.Archive(&message, true) != B_OK) {
/haiku/src/apps/haikudepot/model/
H A DCreateUserDetail.h45 status_t Archive(BMessage* into, bool deep = true) const;
H A DCreateUserDetail.cpp159 CreateUserDetail::Archive(BMessage* into, bool deep) const function in class:CreateUserDetail
H A DScreenshotCoordinate.h35 status_t Archive(BMessage* into, bool deep = true) const;
H A DScreenshotCoordinate.cpp96 ScreenshotCoordinate::Archive(BMessage* into, bool deep) const function in class:ScreenshotCoordinate
/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/deskcalc/
H A DCalcView.cpp767 CalcView::Archive(BMessage* archive, bool deep) const function in class:CalcView
772 status_t ret = BView::Archive(archive, deep);
H A DCalcView.h64 // Archive this view.
65 virtual status_t Archive(BMessage* archive, bool deep) const;
/haiku/headers/private/interface/
H A DSpinner.h28 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/src/servers/notification/
H A DNotificationView.cpp177 if (fBitmap->Archive(&archive) == B_OK)
/haiku/src/servers/package/
H A DVolume.cpp393 error = transaction.Archive(&commitMessage);
552 if (package->Info().Archive(&packageArchive) != B_OK
572 if (package->Info().Archive(&packageArchive) != B_OK
/haiku/src/bin/desklink/
H A DDeskButton.cpp91 DeskButton::Archive(BMessage *data, bool deep) const function in class:DeskButton
93 BView::Archive(data, deep);
/haiku/headers/os/interface/
H A DOutlineListView.h29 virtual status_t Archive(BMessage* archive,
/haiku/src/preferences/keymap/
H A DStatusMenuField.h26 virtual status_t Archive(BMessage* archive,
H A DStatusMenuField.cpp69 StatusMenuItem::Archive(BMessage* data, bool deep) const function in class:StatusMenuItem
71 status_t result = BMenuItem::Archive(data, deep);

Completed in 135 milliseconds

1234567891011>>