Searched refs:Parent (Results 76 - 100 of 275) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfname.c178 * PARAMETERS: Parent - Object to search under (search scope).
194 ACPI_HANDLE Parent,
215 if (Parent)
217 PrefixNode = AcpiNsValidateHandle (Parent);
227 * 2) Parent + Relative pathname
229 * Error for <null Parent + relative path>
193 AcpiGetHandle( ACPI_HANDLE Parent, const char *Pathname, ACPI_HANDLE *RetHandle) argument
H A Dnswalk.c165 * PARAMETERS: ParentNode - Parent node whose children we are
205 * ParentNode - Parent node whose children we are
484 ParentNode = ParentNode->Parent;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.h46 View* Parent() const;
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h57 Layer* Parent() const { return fParent; } function in class:Layer
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h40 inline ViewLayer* Parent() const function in class:ViewLayer
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp222 Transaction::Parent() const function in class:Transaction
/haiku/src/kits/debugger/value/value_nodes/
H A DAddressValueNode.cpp175 AddressValueNodeChild::Parent() const function in class:AddressValueNodeChild
/haiku/headers/private/debugger/value/
H A DValueNode.h103 virtual ValueNode* Parent() const = 0;
/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h94 virtual ValueNode* Parent() const;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp98 fOwner = owner->Parent();
/haiku/src/kits/shared/
H A DJsonTextWriter.cpp93 Parent();
296 BJsonTextWriterStackedEventListener::Parent() function in class:BJsonTextWriterStackedEventListener
544 BJsonTextWriterStackedEventListener* nextListener = listener->Parent();
568 if (fStackedListener->Parent() != NULL) {
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp27 "\n", name, *length, id, fPosition, Parent()->Length()));
34 *id = Parent()->Id();
37 if (uint64(fPosition) >= Parent()->Length()) {
52 status = Parent()->Read(offset, entry, &entryLength, &block);
H A DIcb.h61 Icb *Parent() { return fParent; } function in class:DirectoryIterator
62 const Icb *Parent() const { return fParent; } function in class:DirectoryIterator
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp33 SetBlockSize(Parent()->BlockSize());
452 // Parent
454 BMutablePartition::Parent() const function in class:BMutablePartition
509 if (Parent())
510 Parent()->Changed(B_PARTITION_CHANGED_DESCENDANTS);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h99 FUSENode* Parent() const function in struct:UserlandFS::FUSENode
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h37 device_node* Parent() { return fParent; } function in class:ELANDevice
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutinit.c349 AcpiGbl_RootNodeStruct.Parent = NULL;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c835 if ((!Op->Common.Parent) ||
836 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) &&
837 (Op->Common.Parent->Common.AmlOpcode != AML_VARIABLE_PACKAGE_OP) &&
838 (Op->Common.Parent->Common.AmlOpcode != AML_NAME_OP)))
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp246 if (!Parent())
249 MView* mParent = dynamic_cast<MView*>(Parent());
/haiku/src/apps/networkstatus/
H A DRadioView.cpp118 if (Parent() != NULL)
119 SetViewColor(Parent()->ViewColor());
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp75 *_id = fInode->Parent();
130 *_id = fInode->Parent();
/haiku/src/apps/installer/
H A DPackageViews.cpp234 BView* parent = Parent();
265 BView* parent = Parent();
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp164 BView* parent = Parent();
172 parent = box->Parent();
/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.cpp209 DebugInfoEntry* parent = entry->Parent();
223 parent = parent->Parent();
/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp129 if (Parent() != NULL)
130 SetViewColor(Parent()->ViewColor());

Completed in 392 milliseconds

1234567891011