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

12

/haiku/src/kits/interface/
H A DViewLayoutItem.h42 virtual status_t AllArchived(BMessage* into) const;
H A DAbstractLayoutItem.cpp165 BAbstractLayoutItem::AllArchived(BMessage* archive) const function in class:BAbstractLayoutItem
167 return BLayoutItem::AllArchived(archive);
H A DViewLayoutItem.cpp181 BViewLayoutItem::AllArchived(BMessage* into) const function in class:BViewLayoutItem
184 status_t err = BLayoutItem::AllArchived(into);
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);
H A DCardLayout.cpp223 BCardLayout::AllArchived(BMessage* archive) const function in class:BCardLayout
225 return BAbstractLayout::AllArchived(archive);
H A DSplitView.cpp336 BSplitView::AllArchived(BMessage* archive) const function in class:BSplitView
338 return BView::AllArchived(archive);
H A DAbstractLayout.cpp427 BAbstractLayout::AllArchived(BMessage* archive) const function in class:BAbstractLayout
429 return BLayout::AllArchived(archive);
H A DLayout.cpp461 BLayout::AllArchived(BMessage* archive) const function in class:BLayout
463 return BLayoutItem::AllArchived(archive);
H A DGridLayout.cpp505 BGridLayout::AllArchived(BMessage* into) const function in class:BGridLayout
507 return BTwoDimensionalLayout::AllArchived(into);
/haiku/headers/os/interface/
H A DAbstractLayoutItem.h42 virtual status_t AllArchived(BMessage* archive) const;
H A DCardLayout.h37 virtual status_t AllArchived(BMessage* archive) const;
H A DLayoutItem.h65 virtual status_t AllArchived(BMessage* into) const;
H A DTwoDimensionalLayout.h59 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;
H A DSplitView.h84 virtual status_t AllArchived(BMessage* into) const;
H A DLayout.h69 virtual status_t AllArchived(BMessage* archive) const;
H A DGridLayout.h67 virtual status_t AllArchived(BMessage* into) const;
H A DTextControl.h96 virtual status_t AllArchived(BMessage* into) const;
H A DMenuField.h95 virtual status_t AllArchived(BMessage* into) const;
/haiku/src/libs/alm/
H A DSharedSolver.h57 status_t AllArchived(BMessage* archive) const;
/haiku/headers/private/interface/
H A DAbstractSpinner.h126 virtual status_t AllArchived(BMessage* into) const;
/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
/haiku/headers/libs/alm/
H A DALMLayout.h173 virtual status_t AllArchived(BMessage* archive) const;

Completed in 420 milliseconds

12