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

1234567891011>>

/haiku/src/apps/haikudepot/model/
H A DAccessToken.cpp124 AccessToken::Archive(BMessage* into, bool deep) const function in class:AccessToken
H A DScreenshotCoordinate.cpp96 ScreenshotCoordinate::Archive(BMessage* into, bool deep) const function in class:ScreenshotCoordinate
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.h40 status_t Archive(BMessage* into, bool deep = true) const;
/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);
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp302 ValControlSegment::Archive(BMessage* archive, bool deep) const function in class:ValControlSegment
304 _Inherited::Archive(archive, deep);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.cpp59 // Archive
61 ColorProperty::Archive(BMessage* into, bool deep) const function in class:ColorProperty
63 status_t ret = Property::Archive(into, deep);
H A DOptionProperty.cpp71 // Archive
73 OptionProperty::Archive(BMessage* into, bool deep) const function in class:OptionProperty
75 status_t status = Property::Archive(into, deep);
/haiku/src/kits/interface/
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 DSpaceLayoutItem.cpp203 BSpaceLayoutItem::Archive(BMessage* into, bool deep) const function in class:BSpaceLayoutItem
205 status_t err = BLayoutItem::Archive(into, deep);
H A DViewLayoutItem.cpp171 BViewLayoutItem::Archive(BMessage* into, bool deep) const function in class:BViewLayoutItem
174 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 DColorMenuItem.cpp75 BColorMenuItem::Archive(BMessage* data, bool deep) const function in class:BColorMenuItem
77 status_t result = BMenuItem::Archive(data, deep);
H A DTextInput.cpp68 _BTextInput_::Archive(BMessage* data, bool deep) const function in class:BPrivate::_BTextInput_
70 return BTextView::Archive(data, true);
/haiku/src/apps/webpositive/
H A DCredentialsStorage.cpp59 Credentials::Archive(BMessage* archive) const function in class:Credentials
227 if (entry.value.Archive(&credentialsArchive) != B_OK
/haiku/src/apps/cortex/support/
H A DObservableHandler.cpp191 status_t ObservableHandler::Archive( function in class:ObservableHandler
203 return _inherited::Archive(archive, deep);
H A DObservableLooper.cpp225 status_t ObservableLooper::Archive( function in class:ObservableLooper
235 status_t err = _inherited::Archive(archive, deep);
/haiku/src/servers/input/
H A DInputServerMethod.cpp230 menu->Archive(&menuMsg);
267 fMenu->Archive(&menuMsg);
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp73 if (scroller->Archive(&archive/*, false*/) == B_OK) {
81 if (second != NULL && second->Archive(&archive) == B_OK) {
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp130 picture->Archive(&message);
152 fPicture->Archive(&message2);
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp183 DeskbarPulseView::Archive(BMessage *data, bool deep) const function in class:DeskbarPulseView
185 PulseView::Archive(data, deep);
/haiku/src/kits/package/
H A DActivationTransaction.cpp209 BActivationTransaction::Archive(BMessage* archive, bool deep) const function in class:BPackageKit::BPrivate::BActivationTransaction
211 status_t error = BArchivable::Archive(archive, deep);
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp108 DeskbarReplicant::Archive(BMessage* archive, bool deep) const function in class:DeskbarReplicant
110 status_t status = BView::Archive(archive, deep);
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp103 // Archive
105 AffineTransformer::Archive(BMessage* into, bool deep) const function in class:AffineTransformer
107 status_t ret = Transformer::Archive(into, deep);
H A DContourTransformer.cpp125 // Archive
127 ContourTransformer::Archive(BMessage* into, bool deep) const function in class:ContourTransformer
129 status_t ret = Transformer::Archive(into, deep);

Completed in 103 milliseconds

1234567891011>>