Searched refs:deep (Results 1 - 25 of 339) 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
/haiku/src/kits/interface/
H A DSpinner.cpp127 BSpinner::Archive(BMessage* data, bool deep) const
129 status_t status = BAbstractSpinner::Archive(data, deep);
H A DStatusBar.cpp102 BStatusBar::Archive(BMessage *archive, bool deep) const
104 status_t err = BView::Archive(archive, deep);
H A DMenu.cpp371 BMenu::Archive(BMessage* data, bool deep) const
373 status_t err = BView::Archive(data, deep);
389 if (err == B_OK && deep) {
394 item->Archive(&itemData, deep);
H A DOutlineListView.cpp133 BOutlineListView::Archive(BMessage* archive, bool deep) const
139 status_t status = BView::Archive(archive, deep);
144 if (status == B_OK && deep) {
H A DScrollView.cpp116 BScrollView::Archive(BMessage* archive, bool deep) const
118 status_t status = BView::Archive(archive, deep);
122 // If this is a deep archive, the BView class will take care
H A DListView.cpp171 BListView::Archive(BMessage* data, bool deep) const
173 status_t status = BView::Archive(data, deep);
178 if (status == B_OK && deep) {
/haiku/src/kits/package/
H A DPackageInfo.cpp1032 BPackageInfo::Archive(BMessage* archive, bool deep) const
1034 status_t error = BArchivable::Archive(archive, deep);
/haiku/headers/os/package/
H A DPackageInfo.h191 bool deep = true) const;
/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
H A DScreenshotCoordinate.h35 status_t Archive(BMessage* into, bool deep = true) const;
H A DScreenshotCoordinate.cpp96 ScreenshotCoordinate::Archive(BMessage* into, bool deep) const
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp103 PowerStatusView::Archive(BMessage* archive, bool deep) const
105 status_t status = BView::Archive(archive, deep);
698 PowerStatusReplicant::Archive(BMessage* archive, bool deep) const
700 status_t status = PowerStatusView::Archive(archive, deep);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp767 CalcView::Archive(BMessage* archive, bool deep) const
772 status_t ret = BView::Archive(archive, deep);
H A DCalcView.h65 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/bin/desklink/
H A DDeskButton.cpp91 DeskButton::Archive(BMessage *data, bool deep) const
93 BView::Archive(data, deep);
/haiku/headers/os/interface/
H A DOutlineListView.h30 bool deep = true) const;
H A DListView.h45 bool deep = true) const;
/haiku/src/preferences/keymap/
H A DStatusMenuField.h27 bool deep = true) const;
H A DStatusMenuField.cpp69 StatusMenuItem::Archive(BMessage* data, bool deep) const
71 status_t result = BMenuItem::Archive(data, deep);
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp425 StyleListView::ArchiveSelection(BMessage* into, bool deep) const
H A DPathListView.cpp502 PathListView::ArchiveSelection(BMessage* into, bool deep) const
512 if (item->path->Archive(&archive, deep) == B_OK)
H A DShapeListView.cpp246 ShapeListView::ArchiveSelection(BMessage* into, bool deep) const

Completed in 135 milliseconds

1234567891011>>