Searched refs:deep (Results 126 - 150 of 339) sorted by relevance

1234567891011>>

/haiku/headers/private/print/
H A DPrintPanel.h35 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/headers/os/interface/
H A DPopUpMenu.h22 bool deep = true) const;
H A DLayoutItem.h59 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DSeparatorView.h51 bool deep = true) const;
H A DTwoDimensionalLayout.h41 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/libs/icon/style/
H A DGradientTransformable.h62 status_t Archive(BMessage* into, bool deep = true) const;
H A DStyle.cpp171 Style::Archive(BMessage* into, bool deep) const
173 status_t ret = IconObject::Archive(into, deep);
180 ret = fGradient->Archive(&gradientArchive, deep);
/haiku/headers/private/interface/
H A DDecimalSpinner.h28 virtual status_t Archive(BMessage* data, bool deep = true) const;
H A DSpinner.h28 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/headers/os/app/
H A DNotification.h35 virtual status_t Archive(BMessage* archive, bool deep = true) const;
/haiku/src/apps/deskbar/
H A DTimeView.h87 bool deep = true) const;
/haiku/headers/os/package/
H A DRepositoryInfo.h29 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/src/servers/input/
H A DMouseSettings.h93 status_t Archive(BMessage* into, bool deep = false) const;
/haiku/src/preferences/input/
H A DMouseSettings.h93 status_t Archive(BMessage* into, bool deep = false) const;
/haiku/headers/private/tracker/
H A DIconMenuItem.h66 virtual status_t Archive(BMessage* data, bool deep = true) const;
/haiku/src/libs/icon/transformer/
H A DPerspectiveTransformer.h98 bool deep = true) const;
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.h49 virtual status_t ArchiveSelection(BMessage* into, bool deep = true) const;
/haiku/src/apps/haikudepot/model/
H A DUserCredentials.cpp133 UserCredentials::Archive(BMessage* into, bool deep) const
/haiku/src/kits/interface/
H A DCardLayout.cpp210 BCardLayout::Archive(BMessage* into, bool deep) const
213 status_t err = BAbstractLayout::Archive(into, deep);
215 if (err == B_OK && deep)
/haiku/src/servers/app/
H A DView.cpp346 View::CountChildren(bool deep) const
351 if (deep) {
352 count += child->CountChildren(deep);
1049 const BRegion* windowContentClipping, bool deep)
1190 if (deep) {
1193 windowContentClipping, deep);
1373 View::RebuildClipping(bool deep) argument
1396 // if the operation is "deep", make children rebuild their
1398 if (deep) {
1463 // called in "deep" an
1048 Draw(DrawingEngine* drawingEngine, const BRegion* effectiveClipping, const BRegion* windowContentClipping, bool deep) argument
1506 _MoveScreenClipping(int32 x, int32 y, bool deep) argument
[all...]
/haiku/headers/os/support/
H A DArchivable.h34 virtual status_t Archive(BMessage* into, bool deep = true) const;
58 BArchivable* archivable, bool deep = true);
63 bool deep, int32& _token);
/haiku/headers/build/os/interface/
H A DBitmap.h50 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/headers/os/net/
H A DNetBuffer.h31 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/apps/sudoku/
H A DSudokuField.h27 virtual status_t Archive(BMessage* archive, bool deep) const;
/haiku/src/libs/alm/
H A DSharedSolver.h56 status_t Archive(BMessage* archive, bool deep) const;

Completed in 122 milliseconds

1234567891011>>