Searched refs:ChildAt (Results 76 - 100 of 131) sorted by relevance

123456

/haiku/headers/private/storage/
H A DPartition.h82 BPartition* ChildAt(int32 index) const;
/haiku/src/kits/interface/
H A DScrollView.cpp66 fTarget = ChildAt(0);
80 while ((view = ChildAt(firstBar++)) != NULL) {
148 while ((view = ChildAt(firstBar++)) != NULL) {
618 AddChild(target, ChildAt(0));
H A DDragger.cpp668 else if (fTarget == ChildAt(0))
676 fTarget = ChildAt(0);
H A DToolTipManager.cpp333 ToolTipView* view = static_cast<ToolTipView*>(ChildAt(0));
H A DLayoutUtils.cpp314 _GetLayoutTreeDump(view->ChildAt(i), level + 1, _output);
H A DBitmap.cpp453 if (ChildAt(i)->Archive(&views, deep))
914 BBitmap::ChildAt(int32 index) const function in class:BBitmap
916 return fWindow != NULL ? fWindow->ChildAt(index) : NULL;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp431 child = Interface().ChildAt(index);
470 Interface().ChildAt(index)->StateMachine().CloseEvent();
801 if (Interface().ChildAt(index)->Mode() == Interface().Mode())
802 Interface().ChildAt(index)->StateMachine().OpenEvent();
822 Interface().ChildAt(index)->StateMachine().CloseEvent();
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp387 BMessageValueNode::ChildAt(int32 index) const function in class:BMessageValueNode
686 BMessageValueNode::BMessageFieldNode::ChildAt(int32 index) const function in class:BMessageValueNode::BMessageFieldNode
H A DBListValueNode.cpp314 BListValueNode::ChildAt(int32 index) const function in class:BListValueNode
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp473 for (int32 i = 0; BPartition* child = partition->ChildAt(i); i++) {
832 for (int32 i = 0; BPartition* child = partition->ChildAt(i); i++) {
H A DMutablePartition.cpp460 // ChildAt
462 BMutablePartition::ChildAt(int32 index) const function in class:BMutablePartition
/haiku/src/bin/desklink/
H A DVolumeControl.cpp177 if (BView* dragger = ChildAt(0)) {
/haiku/src/apps/clock/
H A Dcl_view.cpp338 BView *child = ChildAt(0);
/haiku/src/preferences/printers/
H A DTestPageView.cpp308 ChildAt(0)->SetViewColor(B_TRANSPARENT_COLOR);
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp78 BView* background = Window()->ChildAt(0);
309 // BView* background = Window()->ChildAt(0);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp598 if (hub->ChildAt(i) == NULL)
604 *childDevice = hub->ChildAt(i)->USBID();
628 if (hub->ChildAt(i) == object.Get()) {
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1655 ValueNodeChild* current = container->ChildAt(i);
1677 child = parentNode->ChildAt(0);
1686 ValueNodeChild* current = parentNode->ChildAt(i);
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp85 BView* item = target->ChildAt(0);
730 ChildAt(index)->AdoptParentColors();
894 ChildAt(index)->AdoptParentColors();
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp548 fDeviceBox->RemoveChild(fDeviceBox->ChildAt(1));
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp180 BMutablePartition* child = partition->ChildAt(i);
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp109 if (BView* item = Target()->ChildAt(0)) {
/haiku/headers/os/interface/
H A DWindow.h116 BView* ChildAt(int32 index) const;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp621 ValueNodeChild* child = container->ChildAt(i);
801 ValueNodeChild* child = node->ChildAt(i);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1376 for (int32 i = 0; KPartition* child = partition->ChildAt(i); i++) {
1450 for (int32 i = 0; KPartition* child = partition->ChildAt(i); i++)
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp386 = fSaveFilePanel->Window()->ChildAt(0)->FindView(
395 fSaveFilePanel->Window()->ChildAt(0)->AddChild(selectThisDir);

Completed in 225 milliseconds

123456