Searched refs:AllArchived (Results 26 - 35 of 35) sorted by relevance

12

/haiku/headers/os/support/
H A DArchivable.h40 virtual status_t AllArchived(BMessage* archive) const;
/haiku/src/kits/support/
H A DArchivingManagers.cpp185 fError = pair.second->AllArchived(pair.first);
193 syslog(LOG_ERR, "AllArchived failed for object of type %s.",
/haiku/src/kits/interface/
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 DTwoDimensionalLayout.cpp430 BTwoDimensionalLayout::AllArchived(BMessage* into) const function in class:BTwoDimensionalLayout
434 status_t err = BLayout::AllArchived(into);
H A DTextControl.cpp267 BTextControl::AllArchived(BMessage* into) const function in class:BTextControl
1016 data->return_value = BTextControl::AllArchived(data->archive);
H A DAbstractSpinner.cpp1304 BAbstractSpinner::AllArchived(BMessage* into) const function in class:BAbstractSpinner
1307 if ((result = BControl::AllArchived(into)) != B_OK)
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);
/haiku/src/libs/alm/
H A DSharedSolver.cpp214 SharedSolver::AllArchived(BMessage* archive) const function in class:SharedSolver
H A DALMLayout.cpp1263 BALMLayout::AllArchived(BMessage* archive) const function in class:BALMLayout
1265 status_t err = BAbstractLayout::AllArchived(archive);
/haiku/headers/os/interface/
H A DView.h164 virtual status_t AllArchived(BMessage* archive) const;

Completed in 68 milliseconds

12