Searched refs:Parent (Results 176 - 200 of 275) sorted by relevance

1234567891011

/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp193 if (Parent() == NULL && Window()->GetLayout() == NULL) {
/haiku/headers/private/storage/
H A DPartition.h81 BPartition* Parent() const;
/haiku/src/apps/stylededit/
H A DStatusView.cpp79 BView* parent = Parent();
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp794 if (!Parent() || (Parent()->Type() & USB_OBJECT_HUB) == 0)
797 ((Hub*)Parent())->BuildDeviceName(string, index, bufferSize, this);
846 parent = ((Device*)Parent())->Node();
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp352 sDeviceManager->publish_device(device->elanDevice->Parent(), pathBuffer,
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.h52 DebugInfoEntry* Parent() const { return fParent; } function in class:DebugInfoEntry
/haiku/src/servers/app/
H A DView.h98 inline View* Parent() const function in class:View
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsnames.c426 NextNode = NextNode->Parent;
/haiku/src/kits/storage/
H A DPathMonitor.cpp117 Ancestor* Parent() const function in class:__anon3::Ancestor
276 Directory* Parent() const function in class:__anon3::Entry
1294 bool fromIsBase = fromAncestor == fBaseAncestor->Parent()
1296 bool toIsBase = toAncestor == fBaseAncestor->Parent()
1795 entry->Parent()->RemoveEntry(entry);
1833 NotOwningEntryRef(entry->Parent()->NodeRef(), entry->Name()),
1932 return make_path(_NodePath(entry->Parent()), entry->Name());
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp462 FUSENode* parent = nextNode->Parent();
2919 node = node->Parent();
2935 if (lockParent && originalNode->Parent() != node) {
2937 node = originalNode->Parent();
2958 node = node->Parent();
2976 FUSENode* parent = node->Parent();
3036 node1 = node1->Parent();
3039 node2 = node2->Parent();
3074 if ((lockParent1 && originalNode1->Parent() != node1)
3075 || (lockParent2 && originalNode2->Parent() !
[all...]
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp63 virtual ValueNode* Parent() const function in class:BMessageWhatNodeChild
749 BMessageValueNode::BMessageFieldNodeChild::Parent() const function in class:BMessageValueNode::BMessageFieldNodeChild
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp194 parent = parent->Parent();
254 Element::Parent() const function in class:Element
/haiku/src/apps/mail/
H A DHeader.cpp691 if (dynamic_cast<AddressTextControl *>(textView->Parent()) != NULL)
693 textView->Parent()->MessageReceived(msg);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp141 if (Parent() != NULL)
142 SetViewColor(Parent()->ViewColor());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpixf.h772 ACPI_HANDLE Parent,
840 ACPI_HANDLE Parent,
H A Daclocal.h300 struct acpi_namespace_node *Parent; /* Parent node */ member in struct:acpi_namespace_node
1034 union acpi_parse_object *Parent; /* Parent op */\
1056 char *CvParentFilename) /* Parent filename associated with this node. Used for ASL/ASL+ converter */
1087 #define ACPI_DASM_MATCHOP 0x07 /* Parent opcode is a Match() operator */
1126 struct acpi_file_node *Parent; member in struct:acpi_file_node
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp277 SetViewColor(Parent()->ViewColor());
/haiku/src/servers/input/
H A DMethodReplicant.cpp109 SetViewColor(Parent()->ViewColor());
/haiku/src/bin/
H A Ddiff_zip.cpp69 Directory* Parent() const { return fParent; } function in class:Node
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1242 int32 boldMargin = Parent()
1243 && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0 ? 2 : 0;
1516 Parent()->ViewColor(), 0, BPoint(6 + colorBox.right, y));
1518 Parent()->ViewColor(), 0, BPoint(frame.right - width, y));
/haiku/src/system/kernel/device_manager/
H A DIORequest.h98 IORequest* Parent() const { return fParent; } function in class:IORequestChunk
/haiku/src/apps/pulse/
H A DConfigView.cpp203 if (Parent() == NULL)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswstate.c850 ExtraOp = ExtraOp->Common.Parent;
/haiku/src/apps/processcontroller/
H A DProcessController.cpp538 if (Parent())
626 if (force && Parent()) {
627 SetHighColor(Parent()->ViewColor());
/haiku/src/apps/diskprobe/
H A DProbeView.cpp541 fStopButton->SetTarget(Parent());
1624 if (Parent() != NULL)
1625 Parent()->RemoveChild(fTypeView);
1653 if (Parent() != NULL)
1654 Parent()->AddChild(fTypeView);

Completed in 386 milliseconds

1234567891011