Searched refs:Archive (Results 26 - 50 of 368) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.h35 status_t Archive(BMessage* into, bool deep = true) const;
H A DUserDetail.h35 status_t Archive(BMessage* into, bool deep = true) const;
63 status_t Archive(BMessage* into, bool deep = true) const;
H A DValidationFailure.h34 status_t Archive(BMessage* into, bool deep = true) const;
56 status_t Archive(BMessage* into, bool deep = true) const;
H A DUserDetail.cpp95 UserUsageConditionsAgreement::Archive(BMessage* into, bool deep) const function in class:UserUsageConditionsAgreement
171 UserDetail::Archive(BMessage* into, bool deep) const function in class:UserDetail
176 result = fAgreement.Archive(&agreementMessage, true);
H A DUserCredentials.h41 status_t Archive(BMessage* into, bool deep = true) const;
H A DCreateUserDetail.h45 status_t Archive(BMessage* into, bool deep = true) const;
/haiku/headers/private/interface/
H A DToolTip.h25 virtual status_t Archive(BMessage* archive,
65 virtual status_t Archive(BMessage* archive,
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp55 // Archive
57 Property::Archive(BMessage* into, bool deep) const function in class:Property
59 status_t ret = BArchivable::Archive(into, deep);
135 // Archive
137 IntProperty::Archive(BMessage* into, bool deep) const function in class:IntProperty
139 status_t ret = Property::Archive(into, deep);
270 // Archive
272 FloatProperty::Archive(BMessage* into, bool deep) const function in class:FloatProperty
274 status_t ret = Property::Archive(into, deep);
393 // Archive
395 UInt8Property::Archive(BMessage* into, bool deep) const function in class:UInt8Property
509 BoolProperty::Archive(BMessage* into, bool deep) const function in class:BoolProperty
634 StringProperty::Archive(BMessage* into, bool deep) const function in class:StringProperty
[all...]
H A DProperty.h29 virtual status_t Archive(BMessage* archive,
68 virtual status_t Archive(BMessage* archive,
111 virtual status_t Archive(BMessage* archive,
152 virtual status_t Archive(BMessage* archive,
187 virtual status_t Archive(BMessage* archive,
222 virtual status_t Archive(BMessage* archive,
/haiku/headers/os/interface/
H A DStringItem.h21 virtual status_t Archive(BMessage* archive,
/haiku/src/apps/cortex/support/
H A DObservableHandler.h103 virtual status_t Archive(
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.h26 virtual status_t Archive(BMessage* archive,
H A DIconProperty.cpp61 // Archive
63 IconProperty::Archive(BMessage* into, bool deep) const function in class:IconProperty
65 status_t status = Property::Archive(into, deep);
/haiku/src/bin/desklink/
H A DDeskButton.h27 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.h23 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp24 virtual status_t Archive(BMessage* into, bool deep = true) const;
81 err = Archive(&archive);
112 // Archive
114 TestView::Archive(BMessage* into, bool deep) const function in class:TestView
116 status_t ret = BView::Archive(into, deep);
/haiku/src/servers/input/
H A DMethodReplicant.h38 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/libs/icon/shape/
H A DReferenceImage.h45 virtual status_t Archive(BMessage* into,
H A DPathSourceShape.cpp83 PathSourceShape::Archive(BMessage* into, bool deep) const function in class:PathSourceShape
85 status_t ret = Shape::Archive(into, deep);
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.h35 virtual status_t Archive(BMessage* into,
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.h56 virtual status_t Archive(BMessage* into,
H A DStrokeTransformer.h54 virtual status_t Archive(BMessage* into,
H A DContourTransformer.h53 virtual status_t Archive(BMessage* into,
/haiku/src/apps/overlayimage/
H A DOverlayView.h40 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/apps/powerstatus/
H A DPowerStatusView.h30 virtual status_t Archive(BMessage* archive, bool deep = true) const;
84 virtual status_t Archive(BMessage* archive, bool deep = true) const;

Completed in 104 milliseconds

1234567891011>>