Searched refs:CountChildren (Results 1 - 25 of 78) sorted by last modified time

1234

/haiku/src/apps/drivesetup/
H A DDiskView.cpp159 if (CountChildren() == 0)
163 if (fEncrypted && CountChildren() == 0) {
185 if (CountChildren() == 0)
188 if (fIcon && CountChildren() == 0) {
206 if (CountChildren() > 0) {
358 if (partition->CountChildren() > 0)
H A DPartitionList.cpp304 } else if (partition->CountChildren() > 0) {
/haiku/src/kits/tracker/
H A DFindPanel.cpp2539 for (int32 index = view->CountChildren(); index > 0; index--) {
/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/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/apps/webpositive/
H A DBrowserWindow.cpp1316 int32 count = parent->CountChildren();
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp243 int c = CountChildren();
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliPrintVariableCommand.cpp48 if (container == NULL || container->CountChildren() == 0) {
130 for (int32 i = 0; i < node->CountChildren(); i++) {
/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();
H A DView.cpp4677 BView::CountChildren() const function in class:BView
4962 child = ChildAt(CountChildren() - rindex);
5205 int32 childCount = CountChildren();
5266 err = replyMsg.AddInt32("result", CountChildren());
5529 int count = CountChildren();
/haiku/headers/os/interface/
H A DView.h176 int32 CountChildren() const;
H A DBitmap.h103 int32 CountChildren() const;
/haiku/src/preferences/network/
H A DNetworkWindow.cpp515 while (fAddOnShellView->CountChildren() > 0)
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp663 if (fDevice->CountChildren() == 0) {
/haiku/src/kits/storage/disk_device/
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/headers/private/storage/
H A DPartition.h83 int32 CountChildren() const;
/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/activitymonitor/
H A DActivityWindow.cpp207 return fLayout->View()->CountChildren();
298 int32 count = top->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());
H A DKDiskDevice.cpp334 = writer.AllocateDeviceData(partition->CountChildren());
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h150 int32 CountChildren() const;

Completed in 151 milliseconds

1234