Searched refs:ChildAt (Results 51 - 75 of 131) sorted by relevance

123456

/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp113 // ChildAt
115 BPartition::Delegate::ChildAt(int32 index) const function in class:BPartition::Delegate
117 BMutablePartition* child = fMutablePartition.ChildAt(index);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp368 return ChildAt(column * fLineCount + row);
370 return ChildAt(row * fLineCount + column);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp180 node = ChildAt(node, path.ComponentAt(i));
457 TreeTableNode* ChildAt(int32 index);
559 TreeTableNode::ChildAt(int32 index) function in class:TreeTableNode
994 if (TreeTableNode* child = node->ChildAt(i))
1055 void* child = fModel->ChildAt(parentNode->ModelObject(), i);
1121 node = node->ChildAt(path.ComponentAt(i));
H A DTreeTable.h76 virtual void* ChildAt(void* parent, int32 index) const = 0;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp280 delete ChildAt(0);
702 KPPPInterface *child = ChildAt(controlInfo->index);
926 KPPPInterface *child = ChildAt(control->index);
1219 KPPPInterface::ChildAt(int32 index) const function in class:KPPPInterface
1221 TRACE("KPPPInterface: ChildAt(%ld)\n", index);
2018 if (ChildAt(index)->Ifnet()) {
2019 fIfnet->link_speed = ChildAt(index)->Ifnet()->link_speed;
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp276 ChildAt(i)->RepublishDevice();
986 KPartition::ChildAt(int32 index) const function in class:KPartition
1004 for (int32 i = 0; KPartition* child = ChildAt(i); i++)
1017 for (int32 i = 0; KPartition* child = ChildAt(i); i++) {
1315 for (int32 i = 0; KPartition* child = ChildAt(i); i++) {
1359 for (int32 i = 0; KPartition* child = ChildAt(i); i++)
H A Ddisk_device_manager.cpp142 if (KPartition* child = partition->ChildAt(index))
/haiku/src/tests/kits/interface/look/
H A DLook.cpp234 _InvalidateChildrenAndView(ChildAt(0));
246 for (int32 i = 0; BView* child = view->ChildAt(i); i++)
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp185 BMutablePartition* child = partition->ChildAt(i);
290 BMutablePartition* child = partition->ChildAt(i);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp237 if (BView* view = ChildAt(index))
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp250 BView* childView = view.ChildAt(i);
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp76 BView* view = fWindow->ChildAt(0);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h149 KPPPInterface *ChildAt(int32 index) const;
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp289 BView* oldView = fSettingsContainerBox->ChildAt(0);
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp95 AbstractArrayValueNode::ChildAt(int32 index) const function in class:AbstractArrayValueNode
/haiku/src/apps/pairs/
H A DPairsView.cpp69 BView* child = ChildAt(i);
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp161 ValueNodeChild* child = valueNode->ChildAt(i);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp679 BDragger *dragger = dynamic_cast<BDragger*>(ChildAt(0));
895 PostMessage(message, ChildAt(0));
990 ChildAt(0)->SetEventMask(B_POINTER_EVENTS, B_NO_POINTER_HISTORY);
992 ChildAt(0)->SetEventMask(0);
/haiku/src/servers/package/
H A DProblemWindow.cpp212 BView* child = fContainerView->ChildAt(i);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp335 // ChildAt
337 InternalNode::ChildAt(int32 index) const function in class:InternalNode
/haiku/src/apps/pulse/
H A DCPUButton.cpp51 RemoveChild(ChildAt(1));
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.cpp84 HIDCollection::ChildAt(uint32 index) function in class:HIDCollection
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp606 if (BPartition *partition = device.ChildAt(1)) {
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp55 BView* background = Window()->ChildAt(0);
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h149 KPartition *ChildAt(int32 index) const;

Completed in 337 milliseconds

123456