Searched refs:CountChildren (Results 51 - 75 of 78) sorted by relevance

1234

/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDevice.cpp334 = writer.AllocateDeviceData(partition->CountChildren());
H A DKDiskDeviceManager.cpp1373 if (partition->CountChildren() > 0) {
/haiku/headers/private/storage/
H A DPartition.h83 int32 CountChildren() const;
/haiku/src/servers/app/
H A DView.h112 uint32 CountChildren(bool deep = false) const;
H A DView.cpp346 View::CountChildren(bool deep) const function in class:View
352 count += child->CountChildren(deep);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp279 while (CountChildren())
490 info->childrenCount = CountChildren();
742 info->childrenCount = CountChildren();
1210 if (CountChildren() == 0 && fManager && Ifnet())
2017 for (int32 index = 0; index < CountChildren(); index++) {
H A DKPPPStateMachine.cpp430 for (int32 index = 0; index < Interface().CountChildren(); index++) {
469 for (int32 index = 0; index < Interface().CountChildren(); index++)
800 for (int32 index = 0; index < Interface().CountChildren(); index++)
821 for (int32 index = 0; index < Interface().CountChildren(); index++)
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp237 // CountChildren
239 ViewLayer::CountChildren(bool deep) const function in class:ViewLayer
245 count += child->CountChildren(deep);
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp380 BMessageValueNode::CountChildren() const function in class:BMessageValueNode
680 BMessageValueNode::BMessageFieldNode::CountChildren() const function in class:BMessageValueNode::BMessageFieldNode
H A DBListValueNode.cpp307 BListValueNode::CountChildren() const function in class:BListValueNode
/haiku/src/kits/interface/
H A DLayoutUtils.cpp311 int32 count = view->CountChildren();
H A DBitmap.cpp452 for (int32 i = 0; i < CountChildren(); i++) {
902 BBitmap::CountChildren() const function in class:BBitmap
904 return fWindow != NULL ? fWindow->CountChildren() : 0;
H A DWindow.cpp497 int32 noOfViews = CountChildren();
571 BWindow::CountChildren() const function in class:BWindow
577 return fTopView->CountChildren();
4091 int32 childrenCount = CountChildren();
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1654 for (int32 i = 0; i < container->CountChildren(); i++) {
1676 && parentNode->CountChildren() == 1) {
1685 for (int32 i = 0; i < parentNode->CountChildren(); i++) {
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp547 while (fDeviceBox->CountChildren() > 1)
/haiku/headers/os/interface/
H A DWindow.h115 int32 CountChildren() const;
H A DView.h176 int32 CountChildren() const;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp619 for (int32 i = 0; i < container->CountChildren(); i++) {
800 for (int32 i = 0; i < node->CountChildren(); i++) {
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp663 if (fDevice->CountChildren() == 0) {
/haiku/src/preferences/network/
H A DNetworkWindow.cpp515 while (fAddOnShellView->CountChildren() > 0)
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp243 int c = CountChildren();
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp304 } else if (partition->CountChildren() > 0) {
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp729 for (int32 index = 0; index < CountChildren(); ++index)
893 for (int32 index = 0; index < CountChildren(); ++index)
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1650 int32 count = view->CountChildren();
/haiku/src/apps/installer/
H A DWorkerThread.cpp901 if (partition->CountChildren() > 0) {

Completed in 165 milliseconds

1234