Searched refs:Archive (Results 201 - 225 of 368) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DTextControl.cpp91 virtual status_t Archive(BMessage* into, bool deep = true) const;
121 virtual status_t Archive(BMessage* into, bool deep = true) const;
240 BTextControl::Archive(BMessage* data, bool deep) const function in class:BTextControl
243 status_t result = BControl::Archive(data, deep);
1382 BTextControl::LabelLayoutItem::Archive(BMessage* into, bool deep) const function in class:BTextControl::LabelLayoutItem
1385 status_t err = BAbstractLayoutItem::Archive(into, deep);
1518 BTextControl::TextViewLayoutItem::Archive(BMessage* into, bool deep) const function in class:BTextControl::TextViewLayoutItem
1521 status_t err = BAbstractLayoutItem::Archive(into, deep);
H A DDecimalSpinner.cpp176 BDecimalSpinner::Archive(BMessage* data, bool deep) const function in class:BDecimalSpinner
178 status_t status = BAbstractSpinner::Archive(data, deep);
H A DAlert.cpp54 virtual status_t Archive(BMessage* archive,
175 BAlert::Archive(BMessage* data, bool deep) const function in class:BAlert
177 status_t ret = BWindow::Archive(data, deep);
694 TAlertView::Archive(BMessage* archive, bool deep) const function in class:TAlertView
696 return BView::Archive(archive, deep);
H A DMenuField.cpp96 virtual status_t Archive(BMessage* into, bool deep = true) const;
129 virtual status_t Archive(BMessage* into, bool deep = true) const;
324 BMenuField::Archive(BMessage* data, bool deep) const function in class:BMenuField
327 status_t ret = BView::Archive(data, deep);
1298 status_t result = item->Archive(&data, false);
1504 BMenuField::LabelLayoutItem::Archive(BMessage* into, bool deep) const function in class:BMenuField::LabelLayoutItem
1507 status_t err = BAbstractLayoutItem::Archive(into, deep);
1638 BMenuField::MenuBarLayoutItem::Archive(BMessage* into, bool deep) const function in class:BMenuField::MenuBarLayoutItem
1641 status_t err = BAbstractLayoutItem::Archive(into, deep);
/haiku/headers/os/interface/
H A DTabView.h30 virtual status_t Archive(BMessage* data, bool deep = true) const;
114 virtual status_t Archive(BMessage* into,
H A DLayout.h63 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DGridLayout.h61 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DChannelSlider.h34 virtual status_t Archive(BMessage* into,
H A DTextControl.h37 virtual status_t Archive(BMessage* archive,
H A DColorControl.h36 virtual status_t Archive(BMessage* data,
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp382 status_t ValControlDigitSegment::Archive(BMessage* pArchive, bool bDeep) const{ function in class:ValControlDigitSegment
383 _inherited::Archive(pArchive, bDeep);
H A DValControl.h279 status_t Archive(BMessage* archive, bool deep = true) const;
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.cpp193 PerspectiveTransformer::Archive(BMessage* into, bool deep) const function in class:PerspectiveTransformer
195 status_t ret = Transformer::Archive(into, deep);
H A DStrokeTransformer.cpp136 // Archive
138 StrokeTransformer::Archive(BMessage* into, bool deep) const function in class:StrokeTransformer
140 status_t ret = Transformer::Archive(into, deep);
/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);
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp127 virtual status_t Archive(BMessage* data, bool deep = true) const;
221 MediaReplicant::Archive(BMessage* data, bool deep) const function in class:MediaReplicant
223 status_t status = BView::Archive(data, deep);
/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp40 SystemInfoHandler::Archive(BMessage* data, bool deep) const function in class:SystemInfoHandler
43 // return BHandler::Archive(data, deep);
/haiku/src/kits/print/
H A DPrintPanel.cpp99 BPrintPanel::Archive(BMessage* data, bool deep) const function in class:BPrivate::Print::BPrintPanel
/haiku/src/libs/icon/shape/
H A DVectorPath.h80 virtual status_t Archive(BMessage* into,
/haiku/headers/os/translation/
H A DTranslatorRoster.h45 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/headers/os/app/
H A DApplication.h44 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp103 status_t err = view->Archive(&archive, true);
/haiku/headers/private/interface/
H A DAbstractSpinner.h51 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/headers/os/support/
H A DUrl.h84 virtual status_t Archive(BMessage* into,
/haiku/headers/os/game/
H A DDirectWindow.h68 virtual status_t Archive(BMessage* data,

Completed in 278 milliseconds

1234567891011>>