Searched refs:CountChildren (Results 26 - 50 of 78) sorted by relevance

1234

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp498 int32 CountChildren() const function in class:VariablesView::ModelNode
696 virtual int32 CountChildren(void* parent) const;
1211 for (int32 i = 0; i < container->CountChildren(); i++) {
1257 int32 childCount = valueNode->CountChildren();
1294 if (modelNode->CountChildren() == 1
1302 for (int32 i = modelNode->CountChildren() - 1; i >= 0 ; i--) {
1305 if (childNode->CountChildren() != 0)
1387 VariablesView::VariableTableModel::CountChildren(void* parent) const function in class:VariablesView::VariableTableModel
1395 int32 childCount = modelNode->CountChildren();
1399 return child->CountChildren();
[all...]
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp456 int32 CountChildren() const;
552 TreeTableNode::CountChildren() const function in class:TreeTableNode
748 if (!_AddChildRows(fRootNode, 0, fModel->CountChildren(fModel->Root()),
1003 _RemoveChildRows(fRootNode, 0, fRootNode->CountChildren());
1004 _AddChildRows(fRootNode, 0, fModel->CountChildren(
1070 if (!_AddChildRows(node, 0, fModel->CountChildren(child), columnCount))
1085 && count == parentNode->CountChildren()) {
1092 int32 childCount = child->CountChildren();
H A DTreeTable.h75 virtual int32 CountChildren(void* parent) const = 0;
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp34 for (int32 i = 0; i < CountChildren(); i++) {
109 while (view->CountChildren() != 0) {
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp207 return fLayout->View()->CountChildren();
298 int32 count = top->CountChildren();
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp234 CompoundValueNode::CountChildren() const function in class:CompoundValueNode
H A DArrayValueNode.cpp88 AbstractArrayValueNode::CountChildren() const function in class:AbstractArrayValueNode
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DConnectionConfigWindow.cpp194 if (fConfigGroupView->CountChildren() > 0) {
/haiku/src/servers/package/
H A DResultWindow.cpp99 if ((fContainerView->CountChildren() & 1) != 0)
H A DProblemWindow.cpp210 int32 count = fContainerView->CountChildren();
/haiku/headers/os/interface/
H A DBitmap.h103 int32 CountChildren() const;
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp122 // CountChildren
124 BPartition::Delegate::CountChildren() const function in class:BPartition::Delegate
126 return fMutablePartition.CountChildren();
H A DPartition.cpp690 BPartition::CountChildren() const function in class:BPartition
693 return fDelegate->CountChildren();
1335 int32 count = CountChildren();
1422 int32 count = CountChildren();
1578 int32 count = CountChildren();
1593 int32 count = CountChildren();
H A DMutablePartition.cpp446 int32 count = CountChildren();
468 // CountChildren
470 BMutablePartition::CountChildren() const function in class:BMutablePartition
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp339 int32 childCount = CountChildren();
353 int32 childCount = CountChildren();
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp275 for (int i = 0; i < CountChildren(); i++)
976 int32 count = CountChildren();
994 KPartition::CountChildren() const function in class:KPartition
1195 if (CountChildren() > 0) {
1305 data->child_count = CountChildren();
1317 = writer.AllocatePartitionData(child->CountChildren());
1345 OUT("%s child count: %" B_PRId32 "\n", prefix, CountChildren());
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp312 if (maxDepth == 0 || node->CountChildren() == 0) {
317 if (node->CountChildren() == 1
330 for (int32 i = 0; i < node->CountChildren(); i++) {
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp173 int32 count = partition->CountChildren();
222 if (partition->CountChildren() < 4
H A DExtendedPartitionAddOn.cpp183 int32 count = partition->CountChildren();
288 int32 count = partition->CountChildren();
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp247 int32 numChild = view.CountChildren();
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h147 int32 CountChildren() const function in class:KPPPInterface
/haiku/src/apps/pairs/
H A DPairsView.cpp67 int32 childrenCount = CountChildren();
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp160 for (int32 i = 0; i < valueNode->CountChildren(); i++) {
/haiku/src/apps/pulse/
H A DCPUButton.cpp50 if (CountChildren() > 1)
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h150 int32 CountChildren() const;

Completed in 542 milliseconds

1234