Searched refs:deep (Results 151 - 175 of 339) sorted by relevance

1234567891011>>

/haiku/headers/os/net/
H A DNetEndpoint.h30 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/headers/os/app/
H A DHandler.h37 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/headers/os/interface/
H A DControl.h38 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DShape.h58 bool deep = true) const;
H A DAbstractLayout.h39 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DGroupLayout.h38 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DButton.h37 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DCheckBox.h28 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DBox.h30 virtual status_t Archive(BMessage* archive, bool deep = true) const;
H A DSplitView.h78 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DStatusBar.h26 bool deep = true) const;
H A DRadioButton.h29 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DStringView.h25 bool deep = true) const;
H A DMenuBar.h42 bool deep = true) const;
H A DMenuItem.h33 bool deep = true) const;
H A DDragger.h36 bool deep = true) const;
H A DScrollBar.h28 bool deep = true) const;
H A DGradient.h57 bool deep = true) const;
/haiku/src/kits/support/
H A DArchivingManagers.h108 bool deep, int32& _token);
/haiku/src/kits/interface/
H A DStringItem.cpp61 BStringItem::Archive(BMessage* archive, bool deep) const
H A DLayout.cpp437 BLayout::Archive(BMessage* into, bool deep) const
440 status_t err = BLayoutItem::Archive(into, deep);
442 if (deep) {
446 err = archiver.AddArchivable(kLayoutItemField, item, deep);
/haiku/headers/os/locale/
H A DFormattingConventions.h117 bool deep = true) const;
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.h29 bool deep = true) const;
H A DUrlPlaylistItem.cpp60 UrlPlaylistItem::Archive(BMessage* into, bool deep) const
H A DPlaylistItem.h39 bool deep = true) const = 0;

Completed in 114 milliseconds

1234567891011>>