Searched refs:AllArchived (Results 1 - 25 of 35) sorted by last modified time

12

/haiku/src/kits/interface/
H A DAbstractSpinner.cpp1304 BAbstractSpinner::AllArchived(BMessage* into) const function in class:BAbstractSpinner
1307 if ((result = BControl::AllArchived(into)) != B_OK)
H A DMenuField.cpp354 BMenuField::AllArchived(BMessage* into) const function in class:BMenuField
357 if ((err = BView::AllArchived(into)) != B_OK)
922 data->return_value = BMenuField::AllArchived(data->archive);
H A DView.cpp760 BView::AllArchived(BMessage* into) const function in class:BView
762 return BHandler::AllArchived(into);
5363 data->return_value = BView::AllArchived(data->archive);
H A DTextControl.cpp267 BTextControl::AllArchived(BMessage* into) const function in class:BTextControl
1016 data->return_value = BTextControl::AllArchived(data->archive);
H A DCardLayout.cpp223 BCardLayout::AllArchived(BMessage* archive) const function in class:BCardLayout
225 return BAbstractLayout::AllArchived(archive);
H A DAbstractLayout.cpp427 BAbstractLayout::AllArchived(BMessage* archive) const function in class:BAbstractLayout
429 return BLayout::AllArchived(archive);
H A DSplitView.cpp336 BSplitView::AllArchived(BMessage* archive) const function in class:BSplitView
338 return BView::AllArchived(archive);
H A DTwoDimensionalLayout.cpp430 BTwoDimensionalLayout::AllArchived(BMessage* into) const function in class:BTwoDimensionalLayout
434 status_t err = BLayout::AllArchived(into);
H A DGridLayout.cpp505 BGridLayout::AllArchived(BMessage* into) const function in class:BGridLayout
507 return BTwoDimensionalLayout::AllArchived(into);
H A DLayout.cpp461 BLayout::AllArchived(BMessage* archive) const function in class:BLayout
463 return BLayoutItem::AllArchived(archive);
H A DLayoutItem.cpp167 BLayoutItem::AllArchived(BMessage* into) const function in class:BLayoutItem
170 return BArchivable::AllArchived(into);
H A DGroupLayout.cpp203 BGroupLayout::AllArchived(BMessage* into) const function in class:BGroupLayout
205 return BTwoDimensionalLayout::AllArchived(into);
/haiku/headers/os/interface/
H A DView.h164 virtual status_t AllArchived(BMessage* archive) const;
H A DMenuField.h95 virtual status_t AllArchived(BMessage* into) const;
H A DTextControl.h96 virtual status_t AllArchived(BMessage* into) const;
H A DSplitView.h84 virtual status_t AllArchived(BMessage* into) const;
H A DLayoutItem.h65 virtual status_t AllArchived(BMessage* into) const;
H A DAbstractLayout.h45 virtual status_t AllArchived(BMessage* archive) const;
H A DGroupLayout.h44 virtual status_t AllArchived(BMessage* into) const;
/haiku/src/libs/alm/
H A DALMLayout.cpp1263 BALMLayout::AllArchived(BMessage* archive) const function in class:BALMLayout
1265 status_t err = BAbstractLayout::AllArchived(archive);
/haiku/src/kits/support/
H A DArchivable.cpp370 data->return_value = BArchivable::AllArchived(data->archive);
387 BArchivable::AllArchived(BMessage* archive) const function in class:BArchivable
838 // AllArchived
866 // AllArchived
H A DArchivingManagers.cpp185 fError = pair.second->AllArchived(pair.first);
193 syslog(LOG_ERR, "AllArchived failed for object of type %s.",
/haiku/headers/private/interface/
H A DAbstractSpinner.h126 virtual status_t AllArchived(BMessage* into) const;
/haiku/headers/os/support/
H A DArchivable.h40 virtual status_t AllArchived(BMessage* archive) const;
/haiku/headers/libs/alm/
H A DALMLayout.h173 virtual status_t AllArchived(BMessage* archive) const;

Completed in 160 milliseconds

12