Symbol: CountChildren
headers/os/interface/Bitmap.h
104
int32 CountChildren() const;
headers/os/interface/View.h
176
int32 CountChildren() const;
headers/os/interface/Window.h
115
int32 CountChildren() const;
headers/private/debugger/value/ValueNode.h
141
virtual int32 CountChildren() const;
headers/private/debugger/value/ValueNode.h
58
virtual int32 CountChildren() const = 0;
headers/private/debugger/value/ValueNodeContainer.h
32
int32 CountChildren() const;
headers/private/debugger/value/value_nodes/AddressValueNode.h
33
virtual int32 CountChildren() const;
headers/private/debugger/value/value_nodes/ArrayValueNode.h
41
virtual int32 CountChildren() const;
headers/private/debugger/value/value_nodes/BListValueNode.h
36
virtual int32 CountChildren() const;
headers/private/debugger/value/value_nodes/BMessageValueNode.h
35
virtual int32 CountChildren() const;
headers/private/debugger/value/value_nodes/BMessageValueNode.h
94
virtual int32 CountChildren() const;
headers/private/debugger/value/value_nodes/CompoundValueNode.h
34
virtual int32 CountChildren() const;
headers/private/kernel/disk_device_manager/KPartition.h
149
int32 CountChildren() const;
headers/private/storage/MutablePartition.h
72
int32 CountChildren() const;
headers/private/storage/Partition.h
83
int32 CountChildren() const;
src/add-ons/disk_systems/gpt/GPTPartitionHandle.cpp
140
size_t count = Partition()->CountChildren();
src/add-ons/disk_systems/gpt/GPTPartitionHandle.cpp
235
status_t status = partition->CreateChild(partition->CountChildren(),
src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp
161
int32 count = partition->CountChildren();
src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp
266
int32 count = partition->CountChildren();
src/add-ons/disk_systems/intel/PartitionMapAddOn.cpp
151
int32 count = partition->CountChildren();
src/add-ons/disk_systems/intel/PartitionMapAddOn.cpp
200
if (partition->CountChildren() < 4
src/add-ons/disk_systems/intel/PrimaryParameterEditor.cpp
45
active = partition->CountChildren() == 0;
src/add-ons/kernel/drivers/input/hid_shared/HIDCollection.h
29
uint32 CountChildren() { return fChildren.Count(); };
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
1210
if (CountChildren() == 0 && fManager && Ifnet())
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
2017
for (int32 index = 0; index < CountChildren(); index++) {
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
279
while (CountChildren())
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
490
info->childrenCount = CountChildren();
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
742
info->childrenCount = CountChildren();
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
430
for (int32 index = 0; index < Interface().CountChildren(); index++) {
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
469
for (int32 index = 0; index < Interface().CountChildren(); index++)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
800
for (int32 index = 0; index < Interface().CountChildren(); index++)
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
821
for (int32 index = 0; index < Interface().CountChildren(); index++)
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPPInterface.h
147
int32 CountChildren() const
src/add-ons/network_settings/dialup/GeneralAddon.cpp
547
while (fDeviceBox->CountChildren() > 1)
src/apps/activitymonitor/ActivityWindow.cpp
208
return fLayout->View()->CountChildren();
src/apps/activitymonitor/ActivityWindow.cpp
299
int32 count = top->CountChildren();
src/apps/cortex/ValControl/ValControl.cpp
243
int c = CountChildren();
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
112
virtual int32 CountChildren() const = 0;
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
204
virtual int32 CountChildren() const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
264
virtual int32 CountChildren() const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
334
virtual int32 CountChildren() const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
81
virtual int32 CountChildren(void* parent) const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
83
return ((Node*)parent)->CountChildren();
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1003
_RemoveChildRows(fRootNode, 0, fRootNode->CountChildren());
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1004
_AddChildRows(fRootNode, 0, fModel->CountChildren(
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1070
if (!_AddChildRows(node, 0, fModel->CountChildren(child), columnCount))
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1085
&& count == parentNode->CountChildren()) {
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1092
int32 childCount = child->CountChildren();
src/apps/debuganalyzer/gui/table/TreeTable.cpp
456
int32 CountChildren() const;
src/apps/debuganalyzer/gui/table/TreeTable.cpp
748
if (!_AddChildRows(fRootNode, 0, fModel->CountChildren(fModel->Root()),
src/apps/debuganalyzer/gui/table/TreeTable.h
75
virtual int32 CountChildren(void* parent) const = 0;
src/apps/debugger/user_interface/cli/commands/CliPrintVariableCommand.cpp
130
for (int32 i = 0; i < node->CountChildren(); i++) {
src/apps/debugger/user_interface/cli/commands/CliPrintVariableCommand.cpp
48
if (container == NULL || container->CountChildren() == 0) {
src/apps/debugger/user_interface/cli/commands/CliVariablesCommand.cpp
43
if (container == NULL || container->CountChildren() == 0) {
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
362
if (sourcelessNode->CountChildren() != 0) {
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
388
return ((SourcePathComponentNode*)parent)->CountChildren();
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
704
&& fFunctionsTableModel->CountChildren(fFunctionsTableModel) == 1) {
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
849
for (int32 i = 0; i < fFunctionsTableModel->CountChildren(
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
853
if (fFunctionsTableModel->CountChildren(fFunctionsTableModel) == 1
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1210
for (int32 i = 0; i < container->CountChildren(); i++) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1256
int32 childCount = valueNode->CountChildren();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1293
if (modelNode->CountChildren() == 1
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1301
for (int32 i = modelNode->CountChildren() - 1; i >= 0 ; i--) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1304
if (childNode->CountChildren() != 0)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1394
int32 childCount = modelNode->CountChildren();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1398
return child->CountChildren();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1414
int32 childCount = modelNode->CountChildren();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1496
if (node->CountChildren() == 1) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1707
childIndex = parent->CountChildren();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1903
int32 count = fVariableTableModel->CountChildren(root);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2427
if (node->CountChildren() == 1) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2720
else if (node->CountChildren() == 1 && node->ChildAt(0)->IsHidden()) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2808
if (node->CountChildren() == 1 && node->ChildAt(0)->IsHidden()) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3027
int32 childCount = isRoot ? fVariableTableModel->CountChildren(parent)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3028
: ((ModelNode*)parent)->CountChildren();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3085
int32 childCount = isRoot ? fVariableTableModel->CountChildren(parent)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3086
: ((ModelNode*)parent)->CountChildren();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
695
virtual int32 CountChildren(void* parent) const;
src/apps/debugger/user_interface/gui/utility_windows/ConnectionConfigWindow.cpp
194
if (fConfigGroupView->CountChildren() > 0) {
src/apps/drivesetup/DiskView.cpp
159
if (CountChildren() == 0)
src/apps/drivesetup/DiskView.cpp
163
if (fEncrypted && CountChildren() == 0) {
src/apps/drivesetup/DiskView.cpp
185
if (CountChildren() == 0)
src/apps/drivesetup/DiskView.cpp
188
if (fIcon && CountChildren() == 0) {
src/apps/drivesetup/DiskView.cpp
206
if (CountChildren() > 0) {
src/apps/drivesetup/DiskView.cpp
358
if (partition->CountChildren() > 0)
src/apps/drivesetup/PartitionList.cpp
304
} else if (partition->CountChildren() > 0) {
src/apps/haikudepot/ui/PackageInfoView.cpp
738
for (int32 index = 0; index < CountChildren(); ++index)
src/apps/haikudepot/ui/PackageInfoView.cpp
901
for (int32 index = 0; index < CountChildren(); ++index)
src/apps/installer/PackageViews.cpp
275
int32 count = CountChildren();
src/apps/installer/PackageViews.cpp
289
int32 count = CountChildren();
src/apps/installer/PackageViews.cpp
304
if (CountChildren() > 0)
src/apps/installer/WorkerThread.cpp
1031
if (partition->CountChildren() > 0) {
src/apps/installer/WorkerThread.cpp
1095
|| partition->CountChildren() > 0
src/apps/pairs/PairsView.cpp
67
int32 childrenCount = CountChildren();
src/apps/patchbay/PatchRow.cpp
107
int32 numColumns = CountChildren();
src/apps/patchbay/PatchRow.cpp
122
int32 numChildren = CountChildren();
src/apps/patchbay/PatchRow.cpp
142
int32 numChildren = CountChildren();
src/apps/patchbay/PatchRow.cpp
154
int32 numChildren = CountChildren();
src/apps/patchbay/PatchRow.cpp
168
int32 numChildren = CountChildren();
src/apps/pulse/CPUButton.cpp
50
if (CountChildren() > 1)
src/apps/webpositive/BrowserWindow.cpp
1319
int32 count = parent->CountChildren();
src/kits/debugger/controllers/DebugReportGenerator.cpp
618
for (int32 i = 0; i < container->CountChildren(); i++) {
src/kits/debugger/controllers/DebugReportGenerator.cpp
799
for (int32 i = 0; i < node->CountChildren(); i++) {
src/kits/debugger/debug_managers/ValueNodeManager.cpp
160
for (int32 i = 0; i < valueNode->CountChildren(); i++) {
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1654
for (int32 i = 0; i < container->CountChildren(); i++) {
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1676
&& parentNode->CountChildren() == 1) {
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1685
for (int32 i = 0; i < parentNode->CountChildren(); i++) {
src/kits/debugger/user_interface/util/UiUtils.cpp
312
if (maxDepth == 0 || node->CountChildren() == 0) {
src/kits/debugger/user_interface/util/UiUtils.cpp
317
if (node->CountChildren() == 1
src/kits/debugger/user_interface/util/UiUtils.cpp
330
for (int32 i = 0; i < node->CountChildren(); i++) {
src/kits/debugger/value/ValueNode.cpp
61
int32 childCount = CountChildren();
src/kits/interface/Bitmap.cpp
452
for (int32 i = 0; i < CountChildren(); i++) {
src/kits/interface/Bitmap.cpp
908
return fWindow != NULL ? fWindow->CountChildren() : 0;
src/kits/interface/LayoutUtils.cpp
311
int32 count = view->CountChildren();
src/kits/interface/SplitLayoutBuilder.cpp
78
int32 count = fView->CountChildren();
src/kits/interface/View.cpp
5274
child = ChildAt(CountChildren() - rindex);
src/kits/interface/View.cpp
5517
int32 childCount = CountChildren();
src/kits/interface/View.cpp
5578
err = replyMsg.AddInt32("result", CountChildren());
src/kits/interface/View.cpp
5841
int count = CountChildren();
src/kits/interface/Window.cpp
4120
int32 childrenCount = CountChildren();
src/kits/interface/Window.cpp
509
int32 noOfViews = CountChildren();
src/kits/interface/Window.cpp
589
return fTopView->CountChildren();
src/kits/storage/disk_device/MutablePartition.cpp
446
int32 count = CountChildren();
src/kits/storage/disk_device/Partition.cpp
1340
int32 count = CountChildren();
src/kits/storage/disk_device/Partition.cpp
1427
int32 count = CountChildren();
src/kits/storage/disk_device/Partition.cpp
1583
int32 count = CountChildren();
src/kits/storage/disk_device/Partition.cpp
1598
int32 count = CountChildren();
src/kits/storage/disk_device/Partition.cpp
698
return fDelegate->CountChildren();
src/kits/storage/disk_device/PartitionDelegate.cpp
126
return fMutablePartition.CountChildren();
src/kits/storage/disk_device/PartitionDelegate.h
35
int32 CountChildren() const;
src/kits/tracker/FindPanel.cpp
3115
for (int32 index = view->CountChildren(); index > 0; index--) {
src/preferences/network/NetworkWindow.cpp
515
while (fAddOnShellView->CountChildren() > 0)
src/servers/app/View.cpp
352
count += child->CountChildren(deep);
src/servers/app/View.h
112
uint32 CountChildren(bool deep = false) const;
src/servers/mail/ErrorLogWindow.cpp
135
while (view->CountChildren() != 0) {
src/servers/mail/ErrorLogWindow.cpp
42
for (int32 i = 0; i < CountChildren(); i++) {
src/servers/package/ProblemWindow.cpp
210
int32 count = fContainerView->CountChildren();
src/servers/package/ResultWindow.cpp
99
if ((fContainerView->CountChildren() & 1) != 0)
src/system/kernel/disk_device_manager/KDiskDevice.cpp
309
= writer.AllocateDeviceData(partition->CountChildren());
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1373
if (partition->CountChildren() > 0) {
src/system/kernel/disk_device_manager/KPartition.cpp
1200
if (CountChildren() > 0) {
src/system/kernel/disk_device_manager/KPartition.cpp
1310
data->child_count = CountChildren();
src/system/kernel/disk_device_manager/KPartition.cpp
1322
= writer.AllocatePartitionData(child->CountChildren());
src/system/kernel/disk_device_manager/KPartition.cpp
1350
OUT("%s child count: %" B_PRId32 "\n", prefix, CountChildren());
src/system/kernel/disk_device_manager/KPartition.cpp
275
for (int i = 0; i < CountChildren(); i++)
src/system/kernel/disk_device_manager/KPartition.cpp
981
int32 count = CountChildren();
src/tests/apps/partitioner/Partitioner.cpp
663
if (fDevice->CountChildren() == 0) {
src/tests/kits/interface/layout/LayoutTest1.cpp
1650
int32 count = view->CountChildren();
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
339
int32 childCount = CountChildren();
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
353
int32 childCount = CountChildren();
src/tests/kits/interface/layout/widget_layout_test/View.cpp
39
for (int32 i = CountChildren() - 1; i >= 0; i--)
src/tests/kits/interface/layout/widget_layout_test/View.cpp
470
if (CountChildren() > 0) {
src/tests/kits/interface/layout/widget_layout_test/View.h
53
int32 CountChildren() const;
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
247
int32 numChild = view.CountChildren();
src/tests/servers/app/newerClipping/ViewLayer.cpp
245
count += child->CountChildren(deep);
src/tests/servers/app/newerClipping/ViewLayer.h
50
uint32 CountChildren(bool deep = false) const;