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

1234567891011>>

/haiku/headers/private/netservices/
H A DHttpHeaders.h77 void Archive(BMessage*) const;
H A DNetworkCookie.h77 virtual status_t Archive(BMessage* into,
H A DNetworkCookieJar.h64 virtual status_t Archive(BMessage* into,
/haiku/headers/private/package/
H A DActivationTransaction.h58 virtual status_t Archive(BMessage* archive,
/haiku/headers/private/tracker/
H A DIconMenuItem.h66 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.h28 virtual status_t Archive(BMessage* into,
40 virtual status_t Archive(BMessage* into,
59 virtual status_t Archive(BMessage* into,
79 virtual status_t Archive(BMessage* into,
103 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DCommandActuators.h58 virtual status_t Archive(BMessage* into, bool deep = true)
71 virtual status_t Archive(BMessage* into, bool deep = true)
100 virtual status_t Archive(BMessage* into, bool deep = true)
119 virtual status_t Archive(BMessage* into, bool deep = true)
157 virtual status_t Archive(BMessage * into,
174 virtual status_t Archive(BMessage* into, bool deep = true)
201 virtual status_t Archive(BMessage* into, bool deep = true)
221 virtual status_t Archive(BMessage* into,
242 virtual status_t Archive(BMessage* into,
260 virtual status_t Archive(BMessag
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp988 status_t error = fSecurityContext->Archive(&securityContextArchive, true);
/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/apps/activitymonitor/
H A DActivityView.cpp651 ActivityView::Archive(BMessage* into, bool deep) const function in class:ActivityView
655 status = BView::Archive(into, deep);
H A DActivityView.h62 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp313 status_t TrayView::Archive(BMessage *data, bool deep) const { function in class:TrayView
314 status_t error=BView::Archive(data, deep);
H A DAutoRaiseIcon.h59 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/apps/clock/
H A Dcl_view.cpp212 TOnscreenView::Archive(BMessage *data, bool deep) const function in class:TOnscreenView
214 status_t status = BView::Archive(data, deep);
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp426 ValControl::Archive(BMessage* archive, bool deep) const function in class:ValControl
428 status_t err = _Inherited::Archive(archive, deep);
453 err = (*it).pView->Archive(&layoutSet, true);
H A DValControlDigitSegment.cpp382 status_t ValControlDigitSegment::Archive(BMessage* pArchive, bool bDeep) const{ function in class:ValControlDigitSegment
383 _inherited::Archive(pArchive, bDeep);
/haiku/src/apps/deskbar/
H A DStatusView.cpp696 view->Archive(data);
H A DTimeView.cpp133 TTimeView::Archive(BMessage* data, bool deep) const function in class:TTimeView
135 BView::Archive(data, deep);
H A DTimeView.h86 status_t Archive(BMessage* data,
/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/src/apps/haikudepot/model/
H A DAccessToken.cpp124 AccessToken::Archive(BMessage* into, bool deep) const function in class:AccessToken
H A DAccessToken.h43 status_t Archive(BMessage* into, bool deep = true) const;
H A DCaptcha.cpp87 Captcha::Archive(BMessage* into, bool deep) const function in class:Captcha
H A DCaptcha.h33 status_t Archive(BMessage* into, bool deep = true) const;

Completed in 151 milliseconds

1234567891011>>