Symbol: ChildAt
headers/os/interface/Bitmap.h
105
BView* ChildAt(int32 index) const;
headers/os/interface/View.h
177
BView* ChildAt(int32 index) const;
headers/os/interface/Window.h
116
BView* ChildAt(int32 index) const;
headers/private/debugger/value/ValueNode.h
142
virtual ValueNodeChild* ChildAt(int32 index) const;
headers/private/debugger/value/ValueNode.h
59
virtual ValueNodeChild* ChildAt(int32 index) const = 0;
headers/private/debugger/value/ValueNodeContainer.h
33
ValueNodeChild* ChildAt(int32 index) const;
headers/private/debugger/value/value_nodes/AddressValueNode.h
34
virtual ValueNodeChild* ChildAt(int32 index) const;
headers/private/debugger/value/value_nodes/ArrayValueNode.h
42
virtual ValueNodeChild* ChildAt(int32 index) const;
headers/private/debugger/value/value_nodes/BListValueNode.h
37
virtual ValueNodeChild* ChildAt(int32 index) const;
headers/private/debugger/value/value_nodes/BMessageValueNode.h
36
virtual ValueNodeChild* ChildAt(int32 index) const;
headers/private/debugger/value/value_nodes/BMessageValueNode.h
95
virtual ValueNodeChild* ChildAt(int32 index) const;
headers/private/debugger/value/value_nodes/CompoundValueNode.h
35
virtual ValueNodeChild* ChildAt(int32 index) const;
headers/private/kernel/disk_device_manager/KPartition.h
148
KPartition *ChildAt(int32 index) const;
headers/private/print/PrintPanel.h
62
BView* ChildAt(int32 index) const;
headers/private/storage/MutablePartition.h
71
BMutablePartition* ChildAt(int32 index) const;
headers/private/storage/Partition.h
82
BPartition* ChildAt(int32 index) const;
headers/private/storage/QueryPredicate.h
29
virtual QueryNode *ChildAt(int32 index) = 0;
headers/private/storage/QueryPredicate.h
42
virtual QueryNode *ChildAt(int32 index);
headers/private/storage/QueryPredicate.h
53
virtual QueryNode *ChildAt(int32 index);
headers/private/storage/QueryPredicate.h
67
virtual QueryNode *ChildAt(int32 index);
src/add-ons/disk_systems/gpt/GPTPartitionHandle.cpp
142
BMutablePartition* child = Partition()->ChildAt(index);
src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp
163
BMutablePartition* child = partition->ChildAt(i);
src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp
268
BMutablePartition* child = partition->ChildAt(i);
src/add-ons/disk_systems/intel/PartitionMapAddOn.cpp
158
BMutablePartition* child = partition->ChildAt(i);
src/add-ons/kernel/bus_managers/usb/usb.cpp
558
if (hub->ChildAt(i) == NULL)
src/add-ons/kernel/bus_managers/usb/usb.cpp
564
*childDevice = hub->ChildAt(i)->USBID();
src/add-ons/kernel/bus_managers/usb/usb.cpp
588
if (hub->ChildAt(i) == object.Get()) {
src/add-ons/kernel/bus_managers/usb/usb_private.h
654
Device * ChildAt(uint8 index) const
src/add-ons/kernel/drivers/input/hid_shared/HIDCollection.h
30
HIDCollection * ChildAt(uint32 index);
src/add-ons/kernel/file_systems/reiserfs/Block.h
121
const DiskChild *ChildAt(int32 index) const;
src/add-ons/kernel/file_systems/reiserfs/Iterators.cpp
291
const DiskChild *child = internal->ChildAt(fIndex);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
2018
if (ChildAt(index)->Ifnet()) {
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
2019
fIfnet->link_speed = ChildAt(index)->Ifnet()->link_speed;
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
280
delete ChildAt(0);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
702
KPPPInterface *child = ChildAt(controlInfo->index);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPInterface.cpp
926
KPPPInterface *child = ChildAt(control->index);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
431
child = Interface().ChildAt(index);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
470
Interface().ChildAt(index)->StateMachine().CloseEvent();
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
801
if (Interface().ChildAt(index)->Mode() == Interface().Mode())
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
802
Interface().ChildAt(index)->StateMachine().OpenEvent();
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPStateMachine.cpp
822
Interface().ChildAt(index)->StateMachine().CloseEvent();
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPPInterface.h
149
KPPPInterface *ChildAt(int32 index) const;
src/add-ons/network_settings/dialup/GeneralAddon.cpp
548
fDeviceBox->RemoveChild(fDeviceBox->ChildAt(1));
src/add-ons/print/transports/hp_jetdirect/SetupWindow.cpp
201
success = ((SetupView*)ChildAt(0))->CheckSetup();
src/add-ons/print/transports/ipp/IppSetupDlg.cpp
182
success = ((IppSetupView *)ChildAt(0))->UpdateViewData();
src/apps/aboutsystem/AboutSystem.cpp
955
AddChild(fDragger, ChildAt(0));
src/apps/activitymonitor/ActivityView.cpp
970
return fOffscreen->ChildAt(0);
src/apps/activitymonitor/ActivityWindow.cpp
136
BView* firstView = fLayout->View()->ChildAt(0);
src/apps/activitymonitor/ActivityWindow.cpp
218
return dynamic_cast<ActivityView*>(fLayout->View()->ChildAt(index));
src/apps/activitymonitor/ActivityWindow.cpp
297
BView* top = ChildAt(0);
src/apps/activitymonitor/ActivityWindow.cpp
301
ActivityView* view = dynamic_cast<ActivityView*>(top->ChildAt(i));
src/apps/clock/cl_view.cpp
338
BView *child = ChildAt(0);
src/apps/cortex/ValControl/ValControl.cpp
245
ChildAt(n)->Invalidate();
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
113
virtual void* ChildAt(int32 index) const = 0;
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
209
virtual void* ChildAt(int32 index) const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
269
virtual void* ChildAt(int32 index) const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
339
virtual void* ChildAt(int32 index) const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
86
virtual void* ChildAt(void* parent, int32 index) const
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
88
return ((Node*)parent)->ChildAt(index);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1055
void* child = fModel->ChildAt(parentNode->ModelObject(), i);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1121
node = node->ChildAt(path.ComponentAt(i));
src/apps/debuganalyzer/gui/table/TreeTable.cpp
180
node = ChildAt(node, path.ComponentAt(i));
src/apps/debuganalyzer/gui/table/TreeTable.cpp
457
TreeTableNode* ChildAt(int32 index);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
994
if (TreeTableNode* child = node->ChildAt(i))
src/apps/debuganalyzer/gui/table/TreeTable.h
76
virtual void* ChildAt(void* parent, int32 index) const = 0;
src/apps/debugger/user_interface/cli/commands/CliPrintVariableCommand.cpp
131
ValueNodeChild* child = node->ChildAt(i);
src/apps/debugger/user_interface/cli/commands/CliPrintVariableCommand.cpp
82
for (int32 j = 0; ValueNodeChild* child = container->ChildAt(j); j++) {
src/apps/debugger/user_interface/cli/commands/CliVariablesCommand.cpp
49
for (int32 i = 0; ValueNodeChild* child = container->ChildAt(i); i++) {
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
396
return ((SourcePathComponentNode*)parent)->ChildAt(index);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
429
= (SourcePathComponentNode*)ChildAt(parent, index);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
462
node = node->ChildAt(childIndex);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
493
node = node->ChildAt(path.ComponentAt(i));
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1212
container->ChildAt(i));
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1258
ValueNodeChild* child = valueNode->ChildAt(i);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1294
&& modelNode->ChildAt(0)->IsHidden()) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1295
hiddenChild.SetTo(modelNode->ChildAt(0));
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1302
BReference<ModelNode> childNode = modelNode->ChildAt(i);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1396
ModelNode* child = modelNode->ChildAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1416
ModelNode* child = modelNode->ChildAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1418
return child->ChildAt(index);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1421
return modelNode->ChildAt(index);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1497
ModelNode* child = node->ChildAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1503
for (int32 i = 0; ModelNode* child = node->ChildAt(i); i++)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1905
ModelNode* node = (ModelNode*)fVariableTableModel->ChildAt(root, i);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2070
valueNode = node->ChildAt(0)->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2116
valueNode = node->ChildAt(0)->NodeChild()->Node();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2428
ModelNode* child = node->ChildAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2434
for (int32 i = 0; ModelNode* child = node->ChildAt(i); i++) {
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
2721
valueNode = node->ChildAt(0)->NodeChild()->Node();
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
2809
node = node->ChildAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3030
ModelNode* node = (ModelNode*)(isRoot ? fVariableTableModel->ChildAt(
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3032
: ((ModelNode*)parent)->ChildAt(i));
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3088
ModelNode* node = (ModelNode*)(isRoot ? fVariableTableModel->ChildAt(
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3090
: ((ModelNode*)parent)->ChildAt(i));
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
696
virtual void* ChildAt(void* parent, int32 index) const;
src/apps/debugger/user_interface/gui/utility_windows/ConnectionConfigWindow.cpp
195
BView* view = fConfigGroupView->ChildAt(0);
src/apps/drivesetup/DiskView.cpp
587
while (BView* view = ChildAt(0)) {
src/apps/expander/DirectoryFilePanel.cpp
68
BView* background = Window()->ChildAt(0);
src/apps/haikudepot/ui/PackageInfoView.cpp
739
ChildAt(index)->AdoptParentColors();
src/apps/haikudepot/ui/PackageInfoView.cpp
88
BView* item = target->ChildAt(0);
src/apps/haikudepot/ui/PackageInfoView.cpp
902
ChildAt(index)->AdoptParentColors();
src/apps/icon-o-matic/MainWindow.cpp
146
while (BView* child = ChildAt(0L)) {
src/apps/icon-o-matic/generic/gui/Group.cpp
104
for (int32 i = 0; BView* child = ChildAt(i); i++) {
src/apps/icon-o-matic/generic/gui/Group.cpp
111
for (int32 i = 0; BView* child = ChildAt(i); i++) {
src/apps/icon-o-matic/generic/gui/Group.cpp
80
for (int32 i = 0; BView* child = ChildAt(i); i++) {
src/apps/icon-o-matic/generic/gui/Group.cpp
87
for (int32 i = 0; BView* child = ChildAt(i); i++) {
src/apps/icon-o-matic/generic/gui/IconOptionsControl.cpp
237
if (BView* view = ChildAt(index))
src/apps/icon-o-matic/generic/gui/scrollview/ScrollableView.cpp
35
for (int32 i = 0; BView* child = view->ChildAt(i); i++)
src/apps/icon-o-matic/gui/SavePanel.cpp
78
BView* background = Window()->ChildAt(0);
src/apps/installer/PackageViews.cpp
226
while ((view = ChildAt(0))) {
src/apps/installer/PackageViews.cpp
278
PackageCheckBox* cb = dynamic_cast<PackageCheckBox*>(ChildAt(i));
src/apps/installer/PackageViews.cpp
292
PackageCheckBox* cb = dynamic_cast<PackageCheckBox*>(ChildAt(i));
src/apps/launchbox/PadView.cpp
179
for (int32 i = 0; BView* child = ChildAt(i); i++) {
src/apps/mail/AddressTextControl.cpp
815
BTextView* textView = (BTextView*)ChildAt(0);
src/apps/mediaconverter/MediaConverterWindow.cpp
386
= fSaveFilePanel->Window()->ChildAt(0)->FindView(
src/apps/mediaconverter/MediaConverterWindow.cpp
395
fSaveFilePanel->Window()->ChildAt(0)->AddChild(selectThisDir);
src/apps/pairs/PairsView.cpp
69
BView* child = ChildAt(i);
src/apps/patchbay/PatchRow.cpp
124
PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
src/apps/patchbay/PatchRow.cpp
129
box = dynamic_cast<PatchCheckBox*>(ChildAt(i++));
src/apps/patchbay/PatchRow.cpp
144
PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
src/apps/patchbay/PatchRow.cpp
156
PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
src/apps/patchbay/PatchRow.cpp
170
PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
src/apps/powerstatus/PowerStatusView.cpp
892
BDragger *dragger = dynamic_cast<BDragger*>(ChildAt(0));
src/apps/pulse/CPUButton.cpp
51
RemoveChild(ChildAt(1));
src/apps/screenshot/ScreenshotWindow.cpp
770
fSettingsWindow->RemoveChild(fSettingsWindow->ChildAt(0));
src/apps/webpositive/BrowserWindow.cpp
1321
BView* child = parent->ChildAt(i);
src/apps/webpositive/DownloadWindow.cpp
111
if (BView* item = Target()->ChildAt(0)) {
src/apps/workspaces/Workspaces.cpp
679
BDragger *dragger = dynamic_cast<BDragger*>(ChildAt(0));
src/apps/workspaces/Workspaces.cpp
895
PostMessage(message, ChildAt(0));
src/apps/workspaces/Workspaces.cpp
990
ChildAt(0)->SetEventMask(B_POINTER_EVENTS, B_NO_POINTER_HISTORY);
src/apps/workspaces/Workspaces.cpp
992
ChildAt(0)->SetEventMask(0);
src/bin/desklink/VolumeControl.cpp
178
if (BView* dragger = ChildAt(0)) {
src/bin/screen_blanker/ScreenBlanker.cpp
77
BView* view = fWindow->ChildAt(0);
src/kits/debugger/controllers/DebugReportGenerator.cpp
620
ValueNodeChild* child = container->ChildAt(i);
src/kits/debugger/controllers/DebugReportGenerator.cpp
800
ValueNodeChild* child = node->ChildAt(i);
src/kits/debugger/debug_managers/ValueNodeManager.cpp
161
ValueNodeChild* child = valueNode->ChildAt(i);
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1655
ValueNodeChild* current = container->ChildAt(i);
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1677
child = parentNode->ChildAt(0);
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1686
ValueNodeChild* current = parentNode->ChildAt(i);
src/kits/debugger/user_interface/util/UiUtils.cpp
319
&& node->ChildAt(0)->GetType()->ResolveRawType(false)->Kind()
src/kits/debugger/user_interface/util/UiUtils.cpp
324
node = node->ChildAt(0)->Node();
src/kits/debugger/user_interface/util/UiUtils.cpp
334
if (node->ChildAt(i)->GetType()->Kind() != TYPE_COMPOUND
src/kits/debugger/user_interface/util/UiUtils.cpp
336
PrintValueNodeGraph(_output, node->ChildAt(i),
src/kits/debugger/value/ValueNode.cpp
63
ChildAt(i)->SetContainer(fContainer);
src/kits/debugger/value/ValueNodeContainer.cpp
84
for (int32 i = 0; ValueNodeChild* child = ChildAt(i); i++) {
src/kits/interface/Bitmap.cpp
453
if (ChildAt(i)->Archive(&views, deep))
src/kits/interface/Bitmap.cpp
920
return fWindow != NULL ? fWindow->ChildAt(index) : NULL;
src/kits/interface/Box.cpp
201
AddChild(fLabelView, ChildAt(0));
src/kits/interface/Box.cpp
586
AddChild(fLabelView, ChildAt(0));
src/kits/interface/Box.cpp
671
fLabelView = ChildAt(0);
src/kits/interface/Box.cpp
753
for (int32 i = 0; BView* view = ChildAt(i); i++) {
src/kits/interface/ColorControl.cpp
648
BView* offscreenView = fOffscreenBitmap->ChildAt((int32)0);
src/kits/interface/Dragger.cpp
668
else if (fTarget == ChildAt(0))
src/kits/interface/Dragger.cpp
676
fTarget = ChildAt(0);
src/kits/interface/LayoutUtils.cpp
314
_GetLayoutTreeDump(view->ChildAt(i), level + 1, _output);
src/kits/interface/PrintJob.cpp
551
BView* child = view->ChildAt(0);
src/kits/interface/RadioButton.cpp
210
child = parent->ChildAt(1);
src/kits/interface/RadioButton.cpp
212
child = parent->ChildAt(0);
src/kits/interface/RadioButton.cpp
214
child = Window()->ChildAt(0);
src/kits/interface/RadioButton.cpp
216
child = Window()->ChildAt(0);
src/kits/interface/ScrollView.cpp
148
while ((view = ChildAt(firstBar++)) != NULL) {
src/kits/interface/ScrollView.cpp
618
AddChild(target, ChildAt(0));
src/kits/interface/ScrollView.cpp
66
fTarget = ChildAt(0);
src/kits/interface/ScrollView.cpp
80
while ((view = ChildAt(firstBar++)) != NULL) {
src/kits/interface/Shelf.cpp
1429
replicant = dragger->ChildAt(0);
src/kits/interface/TabView.cpp
497
fContainerView = ChildAt(0);
src/kits/interface/TabView.cpp
571
fContainerView = ChildAt(0);
src/kits/interface/TextView.cpp
4607
view = fOffscreen->ChildAt(0);
src/kits/interface/ToolTipManager.cpp
332
ToolTipView* view = static_cast<ToolTipView*>(ChildAt(0));
src/kits/interface/View.cpp
5266
child = ChildAt(index);
src/kits/interface/View.cpp
5274
child = ChildAt(CountChildren() - rindex);
src/kits/interface/View.cpp
5519
BView* view = ChildAt(i);
src/kits/interface/View.cpp
5843
fLayoutData->fLayout->AddView(ChildAt(i));
src/kits/interface/Window.cpp
4122
BView* view = ChildAt(index);
src/kits/interface/Window.cpp
512
ret = ChildAt(i)->Archive(&childArchive, true);
src/kits/interface/Window.cpp
600
return fTopView->ChildAt(index);
src/kits/print/PrintPanel.cpp
109
return fPanel->ChildAt(0);
src/kits/print/PrintPanel.cpp
265
return BWindow::ChildAt(index);
src/kits/shared/ToolBar.cpp
204
for (int32 i = 0; BView* view = ChildAt(i); i++) {
src/kits/shared/ToolBar.cpp
260
for (int32 i = 0; BView* view = ChildAt(i); i++)
src/kits/storage/disk_device/DiskDeviceJobGenerator.cpp
473
for (int32 i = 0; BPartition* child = partition->ChildAt(i); i++) {
src/kits/storage/disk_device/DiskDeviceJobGenerator.cpp
832
for (int32 i = 0; BPartition* child = partition->ChildAt(i); i++) {
src/kits/storage/disk_device/Partition.cpp
1242
BPartition* child = ChildAt(index);
src/kits/storage/disk_device/Partition.cpp
1257
BPartition* child = ChildAt(index);
src/kits/storage/disk_device/Partition.cpp
1319
if (BPartition* child = ChildAt(i))
src/kits/storage/disk_device/Partition.cpp
1342
BPartition* child = ChildAt(i);
src/kits/storage/disk_device/Partition.cpp
1432
delete ChildAt(index);
src/kits/storage/disk_device/Partition.cpp
1492
for (int32 i = 0; BPartition* child = ChildAt(i); i++) {
src/kits/storage/disk_device/Partition.cpp
1585
error = ChildAt(i)->_InitDelegates();
src/kits/storage/disk_device/Partition.cpp
1600
ChildAt(i)->_DeleteDelegates();
src/kits/storage/disk_device/Partition.cpp
686
Delegate* child = fDelegate->ChildAt(index);
src/kits/storage/disk_device/Partition.cpp
708
for (int32 i = 0; BPartition* child = ChildAt(i); i++)
src/kits/storage/disk_device/Partition.cpp
739
for (int32 i = 0; BPartition* child = ChildAt(i); i++) {
src/kits/storage/disk_device/PartitionDelegate.cpp
117
BMutablePartition* child = fMutablePartition.ChildAt(index);
src/kits/storage/disk_device/PartitionDelegate.h
34
Delegate* ChildAt(int32 index) const;
src/kits/tracker/FindPanel.cpp
3116
BView* child = view->ChildAt(index - 1);
src/kits/tracker/PoseView.cpp
3680
for (int32 i = 0; BView* child = ChildAt(i); i++) {
src/kits/tracker/SelectionWindow.cpp
182
ChildAt((int32)0)->GetMouse(&mousePosition, &buttons);
src/kits/tracker/StatusWindow.cpp
245
ChildAt(0)->AddChild(view);
src/kits/tracker/TrackerSettingsWindow.cpp
289
BView* oldView = fSettingsContainerBox->ChildAt(0);
src/kits/tracker/Utilities.cpp
513
return fBitmap->ChildAt(0);
src/preferences/appearance/FakeScrollBar.cpp
182
child = parent->ChildAt(1);
src/preferences/appearance/FakeScrollBar.cpp
184
child = parent->ChildAt(0);
src/preferences/appearance/FakeScrollBar.cpp
186
child = Window()->ChildAt(0);
src/preferences/appearance/FakeScrollBar.cpp
188
child = Window()->ChildAt(0);
src/preferences/backgrounds/ImageFilePanel.cpp
55
BView* background = Window()->ChildAt(0);
src/preferences/input/InputWindow.cpp
123
BView* settings = fCardView->ChildAt(i);
src/preferences/mail/ConfigWindow.cpp
863
while (BView* child = fConfigView->ChildAt(0)) {
src/preferences/network/NetworkWindow.cpp
516
fAddOnShellView->ChildAt(0)->RemoveSelf();
src/preferences/printers/TestPageView.cpp
308
ChildAt(0)->SetViewColor(B_TRANSPARENT_COLOR);
src/preferences/screensaver/PreviewView.cpp
137
ChildAt(0)->AddChild(fSaverView);
src/preferences/screensaver/PreviewView.cpp
162
ChildAt(0)->RemoveChild(fSaverView);
src/preferences/screensaver/PreviewView.cpp
180
((BCardLayout*)ChildAt(0)->GetLayout())->SetVisibleItem((int32)0);
src/preferences/screensaver/PreviewView.cpp
187
((BCardLayout*)ChildAt(0)->GetLayout())->SetVisibleItem(1);
src/preferences/screensaver/ScreenSaverWindow.cpp
922
if (fSettingsView->ChildAt(0) == NULL) {
src/preferences/sounds/SoundFilePanel.cpp
46
view = Window()->ChildAt(0);
src/servers/mail/ErrorLogWindow.cpp
136
BView* child = view->ChildAt(0);
src/servers/mail/ErrorLogWindow.cpp
43
ChildAt(i)->MoveTo(BPoint(0,add_next_at));
src/servers/mail/ErrorLogWindow.cpp
44
ChildAt(i)->ResizeTo(w, ChildAt(i)->Frame().Height());
src/servers/mail/ErrorLogWindow.cpp
45
ChildAt(i)->ResizeToPreferred();
src/servers/mail/ErrorLogWindow.cpp
46
add_next_at += ChildAt(i)->Bounds().Height();
src/servers/package/ProblemWindow.cpp
212
BView* child = fContainerView->ChildAt(i);
src/servers/registrar/ShutdownProcess.cpp
606
ChildAt(0)->Invalidate();
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1376
for (int32 i = 0; KPartition* child = partition->ChildAt(i); i++) {
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1450
for (int32 i = 0; KPartition* child = partition->ChildAt(i); i++)
src/system/kernel/disk_device_manager/KPartition.cpp
1009
for (int32 i = 0; KPartition* child = ChildAt(i); i++)
src/system/kernel/disk_device_manager/KPartition.cpp
1022
for (int32 i = 0; KPartition* child = ChildAt(i); i++) {
src/system/kernel/disk_device_manager/KPartition.cpp
1320
for (int32 i = 0; KPartition* child = ChildAt(i); i++) {
src/system/kernel/disk_device_manager/KPartition.cpp
1364
for (int32 i = 0; KPartition* child = ChildAt(i); i++)
src/system/kernel/disk_device_manager/KPartition.cpp
276
ChildAt(i)->RepublishDevice();
src/system/kernel/disk_device_manager/ddm_userland_interface.cpp
149
for (int32 i = 0; KPartition *child = partition->ChildAt(i); i++)
src/system/kernel/disk_device_manager/ddm_userland_interface.cpp
168
for (int32 i = 0; KPartition *child = partition->ChildAt(i); i++) {
src/system/kernel/disk_device_manager/disk_device_manager.cpp
142
if (KPartition* child = partition->ChildAt(index))
src/tests/add-ons/print/ppd/ui/UIUtils.cpp
25
while ((child = view->ChildAt(0)) != NULL) {
src/tests/kits/interface/balert/AlertTest.cpp
162
BView *masterView = pAlert->ChildAt(0);
src/tests/kits/interface/balert/alert_manual_test/AlertTestWindow.cpp
98
BView *master = pAlert->ChildAt(0);
src/tests/kits/interface/layout/LayoutTest1.cpp
1652
_DumpViewHierarchy(view->ChildAt(i), indent + 1);
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
368
return ChildAt(column * fLineCount + row);
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
370
return ChildAt(row * fLineCount + column);
src/tests/kits/interface/layout/widget_layout_test/View.cpp
235
View* child = ChildAt(index);
src/tests/kits/interface/layout/widget_layout_test/View.cpp
263
for (int32 i = 0; View* child = ChildAt(i); i++) {
src/tests/kits/interface/layout/widget_layout_test/View.cpp
283
View* child = view->ChildAt(point);
src/tests/kits/interface/layout/widget_layout_test/View.cpp
392
for (int32 i = 0; View* child = ChildAt(i); i++)
src/tests/kits/interface/layout/widget_layout_test/View.cpp
426
for (int32 i = 0; View* child = ChildAt(i); i++)
src/tests/kits/interface/layout/widget_layout_test/View.cpp
434
for (int32 i = 0; View* child = ChildAt(i); i++)
src/tests/kits/interface/layout/widget_layout_test/View.cpp
448
for (int32 i = 0; View* child = ChildAt(i); i++)
src/tests/kits/interface/layout/widget_layout_test/View.cpp
473
for (int32 i = 0; View* child = ChildAt(i); i++) {
src/tests/kits/interface/layout/widget_layout_test/View.h
54
View* ChildAt(int32 index) const;
src/tests/kits/interface/layout/widget_layout_test/View.h
55
View* ChildAt(BPoint point) const;
src/tests/kits/interface/look/Look.cpp
234
_InvalidateChildrenAndView(ChildAt(0));
src/tests/kits/interface/look/Look.cpp
246
for (int32 i = 0; BView* child = view->ChildAt(i); i++)
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
250
BView* childView = view.ChildAt(i);
src/tests/kits/storage/disk_device/DiskDeviceTest.cpp
606
if (BPartition *partition = device.ChildAt(1)) {
src/tests/servers/app/hide_and_show/HideAndShow.cpp
82
BTextView* view = dynamic_cast<BTextView*>(ChildAt(0));