Searched refs:Parent (Results 126 - 150 of 275) sorted by relevance

1234567891011

/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp97 entry = entry->Parent();
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp253 BMutablePartition* parent = child->Parent();
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp44 CreateChangeControls(partition, partition->Parent());
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp209 } else if (BPartition* parent = partition->Parent()) {
528 BPartition* parent = partition->Parent();
668 BPartition* parent = partition->Parent();
691 BPartition* parent = partition->Parent();
/haiku/src/apps/terminal/
H A DColorListView.cpp135 BMessenger messenger = BMessenger(Parent());
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp334 this, operation->Parent(), operation);
341 operation->Parent()->Owner()->operations.Add(operation);
347 IORequest* request = operation->Parent();
692 this, operation->Parent(), operation);
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp460 if (dir != iterator->Parent()) {
462 "DirectoryIterator! (iterator->Parent = %p)\n", iterator->Parent()));
500 if (dir != iterator->Parent()) {
502 "DirectoryIterator! (iterator->Parent = %p)\n", iterator->Parent()));
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h119 ino_t Parent();
/haiku/src/bin/desklink/
H A DDeskButton.cpp138 BView *parent = Parent();
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp665 notify_entry_created(ID(), node->Parent()->ID(), node->Name(), node->ID());
675 notify_entry_removed(ID(), node->Parent()->ID(), node->Name(), node->ID());
684 Directory* parent = node->Parent();
1063 directory = directory->Parent();
1087 PackageDirectory* packageDirectory = packageNode->Parent();
1099 directory = directory->Parent();
1131 directory = directory->Parent();
1152 PackageDirectory* packageDirectory = packageNode->Parent();
1168 directory = directory->Parent();
1424 Directory* parent = node->Parent();
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp182 View::Parent() const function in class:View
201 if (child->Parent() || child->Container()) {
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp40 virtual ValueNode* Parent() const { return fParent; }; function in class:BListValueNode::BListElementNodeChild
108 virtual ValueNode* Parent() const { return fParent; }; function in class:BListValueNode::BListItemCountNodeChild
/haiku/src/apps/deskbar/
H A DTimeView.cpp154 if (Parent()) {
155 fParent = Parent();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsloop.c307 if ((Op->Common.Parent) &&
308 (Op->Common.Parent->Common.AmlOpcode == AML_NAME_OP) &&
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp83 Term* Parent() const { return fParent; } function in class:Term
641 Operator* parent = (Operator*)term->Parent();
669 dirent->d_pino = volume->ToVnode(inode->Parent());
1410 fVolume->ToVnode(inode->Parent()), name, inode->ID());
1413 fVolume->ToVnode(inode->Parent()), name, inode->ID());
1416 fVolume->ToVnode(inode->Parent()), name, inode->ID());
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp686 if (child->Parent() != partition)
762 error = partition->Parent()->DiskSystem()->ShadowPartitionChanged(
763 partition->Parent(), partition, B_PARTITION_MOVE_CHILD);
819 if (child->Parent() != partition)
948 if (child->Parent() != partition)
1024 if (child->Parent() != partition)
1372 if (child->Parent() != partition)
/haiku/src/servers/app/
H A DView.cpp175 if (window->Feel() == kDesktopWindowFeel && Parent() == TopView())
375 if (Parent() != NULL) {
376 Parent()->ConvertToScreen(&rect);
447 if (Parent() != NULL)
448 Parent()->LocalToScreenTransform().Apply(&frame);
/haiku/src/apps/diskusage/
H A DPieView.cpp166 if (Parent()) {
167 SetViewColor(Parent()->ViewColor());
168 SetLowColor(Parent()->ViewColor());
/haiku/src/kits/interface/
H A DDragger.cpp666 if (fTarget == Parent())
674 fTarget = Parent();
683 BRect parentBounds(Parent()->Bounds());
H A DRadioButton.cpp200 BView* parent = Parent();
208 parent = box->Parent();
H A DControl.cpp158 || Parent() == NULL) {
163 if (Parent() != NULL) {
/haiku/src/apps/mail/
H A DAddressTextControl.cpp416 if (fPopUpMenu->Parent() != NULL)
421 fPopUpMenu->SetTargetForItems(Parent());
806 Window()->PostMessage(&forwardRefs, Parent());
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp253 if (Parent())
254 SetViewColor(Parent()->ViewColor());
609 ASSERT(this == pSeg->Parent());
/haiku/src/kits/tracker/
H A DUtilities.cpp704 if (Parent() != NULL) {
705 fViewColor = Parent()->ViewColor();
706 fLowColor = Parent()->ViewColor();
771 if (Parent() != NULL) {
772 fViewColor = Parent()->ViewColor();
773 fLowColor = Parent()->ViewColor();
/haiku/src/apps/deskcalc/
H A DCalcView.cpp279 if (Parent() && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
307 if (Parent() && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
1487 return Parent() != NULL && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0;

Completed in 211 milliseconds

1234567891011