Searched refs:RemoveChild (Results 26 - 50 of 93) sorted by last modified time

1234

/haiku/src/preferences/input/
H A DInputWindow.cpp125 fCardView->RemoveChild(settings);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp935 KPartition::RemoveChild(int32 index) function in class:KPartition
962 KPartition::RemoveChild(KPartition* child) function in class:KPartition
967 return RemoveChild(index);
978 if (!RemoveChild(i))
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h146 bool RemoveChild(int32 index);
147 bool RemoveChild(KPartition *child);
/haiku/src/kits/interface/
H A DBox.cpp579 RemoveChild(fLabelView);
H A DMenuWindow.cpp199 RemoveChild(fMenu);
283 RemoveChild(fMenuFrame);
345 RemoveChild(fLowerScroller);
351 RemoveChild(fUpperScroller);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp126 bool RemoveChild(SourcePathComponentNode* child) function in class:ImageFunctionsView::SourcePathComponentNode
139 RemoveChild(fChildPathComponents.ItemAt(i));
/haiku/headers/os/interface/
H A DWindow.h114 bool RemoveChild(BView* child);
/haiku/src/apps/pairs/
H A DPairsWindow.cpp189 RemoveChild(fPairsView);
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp88 void RemoveChild(Attribute* child) function in struct:BPackageKit::BHPKG::BPrivate::PackageWriterImpl::Attribute
1116 parentAttribute->RemoveChild(entryAttribute);
1166 entryAttribute->RemoveChild(attributeAttribute);
/haiku/src/apps/screenshot/
H A DUtility.cpp286 screenshot->RemoveChild(&view);
H A DScreenshotWindow.cpp713 fSettingsWindow->RemoveChild(fSettingsWindow->ChildAt(0));
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp415 fOffscreenBitmap->RemoveChild(state->view);
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp409 RemoveChild(fInboundAuthMenu);
410 RemoveChild(fInboundEncryptionMenu);
508 view->RemoveChild(authField);
509 view->RemoveChild(sslField);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageDirectory.cpp39 PackageDirectory::RemoveChild(PackageNode* node) function in class:PackageDirectory
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp906 tempBitmap->RemoveChild(tempView);
H A DMediaJack.cpp425 tempBitmap->RemoveChild(tempView);
/haiku/src/apps/codycam/
H A DCodyCam.cpp911 RemoveChild(fView);
/haiku/src/apps/cortex/TipManager/
H A DTipWindow.cpp163 RemoveChild(m_tipView);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp280 RemoveChild(view);
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp162 ChildAt(0)->RemoveChild(fSaverView);
H A DScreenSaverWindow.cpp868 fSettingsBox->RemoveChild(fSettingsView);
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp454 resultBitmap->RemoveChild(blitter);
/haiku/src/apps/pulse/
H A DCPUButton.cpp51 RemoveChild(ChildAt(1));
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp296 buffer.RemoveChild(&offscreen);
/haiku/src/apps/installer/
H A DPackageViews.cpp228 RemoveChild(view);

Completed in 281 milliseconds

1234