Searched refs:deep (Results 26 - 50 of 339) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/model/
H A DUserDetail.h35 status_t Archive(BMessage* into, bool deep = true) const;
63 status_t Archive(BMessage* into, bool deep = true) const;
H A DValidationFailure.h34 status_t Archive(BMessage* into, bool deep = true) const;
56 status_t Archive(BMessage* into, bool deep = true) const;
H A DUserCredentials.h41 status_t Archive(BMessage* into, bool deep = true) const;
H A DCreateUserDetail.h45 status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp57 Property::Archive(BMessage* into, bool deep) const
59 status_t ret = BArchivable::Archive(into, deep);
137 IntProperty::Archive(BMessage* into, bool deep) const
139 status_t ret = Property::Archive(into, deep);
272 FloatProperty::Archive(BMessage* into, bool deep) const
274 status_t ret = Property::Archive(into, deep);
395 UInt8Property::Archive(BMessage* into, bool deep) const
397 status_t ret = Property::Archive(into, deep);
509 BoolProperty::Archive(BMessage* into, bool deep) const
511 status_t ret = Property::Archive(into, deep);
[all...]
H A DProperty.h30 bool deep = true) const;
69 bool deep = true) const;
112 bool deep = true) const;
153 bool deep = true) const;
188 bool deep = true) const;
223 bool deep = true) const;
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformShapesBox.cpp73 TransformShapesBox::Update(bool deep) argument
77 TransformBox::Update(deep);
83 if (!deep || !fShapes)
H A DTransformPointsBox.cpp88 TransformPointsBox::Update(bool deep) argument
92 TransformBox::Update(deep);
98 if (!deep || !fIndices || !fPoints)
H A DTransformGradientBox.h38 virtual void Update(bool deep = true);
/haiku/headers/os/interface/
H A DStringItem.h22 bool deep = true) const;
/haiku/src/apps/cortex/support/
H A DObservableHandler.h105 bool deep=true) const;
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.h27 bool deep = true) const;
H A DIconProperty.cpp63 IconProperty::Archive(BMessage* into, bool deep) const
65 status_t status = Property::Archive(into, deep);
/haiku/src/bin/desklink/
H A DDeskButton.h27 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.h23 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/servers/input/
H A DMethodReplicant.h38 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/libs/icon/shape/
H A DReferenceImage.h46 bool deep = true) const;
H A DPathSourceShape.cpp83 PathSourceShape::Archive(BMessage* into, bool deep) const
85 status_t ret = Shape::Archive(into, deep);
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.h36 bool deep = true) const;
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.h57 bool deep = true) const;
H A DStrokeTransformer.h55 bool deep = true) const;
H A DContourTransformer.h54 bool deep = true) const;
/haiku/src/apps/overlayimage/
H A DOverlayView.h40 virtual status_t Archive(BMessage *data, bool deep = true) const;
/haiku/src/apps/powerstatus/
H A DPowerStatusView.h30 virtual status_t Archive(BMessage* archive, bool deep = true) const;
84 virtual status_t Archive(BMessage* archive, bool deep = true) const;
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp239 ViewLayer::CountChildren(bool deep) const
244 if (deep) {
245 count += child->CountChildren(deep);
614 BRegion* windowContentClipping, bool deep)
625 if (deep) {
632 windowContentClipping, deep);
717 ViewLayer::RebuildClipping(bool deep) argument
727 if (deep)
728 child->RebuildClipping(deep);
760 ViewLayer::InvalidateScreenClipping(bool deep) argument
613 Draw(DrawingEngine* drawingEngine, BRegion* effectiveClipping, BRegion* windowContentClipping, bool deep) argument
773 _MoveScreenClipping(int32 x, int32 y, bool deep) argument
[all...]

Completed in 273 milliseconds

1234567891011>>