Searched refs:Parent (Results 26 - 50 of 275) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswexec.c652 if ((Op->Asl.Parent) &&
653 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) ||
654 (Op->Asl.Parent->Asl.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
757 Op, Op->Named.Value.Arg, Op->Common.Parent->Common.AmlOpcode));
759 switch (Op->Common.Parent->Common.AmlOpcode)
767 Op->Common.Parent->Common.Node;
771 Op->Common.Parent->Common.Node, Op->Common.Parent);
782 AcpiNsGetAttachedObject (Op->Common.Parent->Common.Node));
903 * Parent wil
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c328 ParentNode = RegionObj->Region.Node->Parent;
381 PciRootNode = PciRootNode->Parent;
418 PciDeviceNode = PciDeviceNode->Parent;
761 Node = RegionObj->Region.Node->Parent;
766 * ie: AcpiGbl_RootNode->Parent being set to NULL
818 Node = Node->Parent;
/haiku/src/kits/interface/
H A DTextInput.cpp142 if (BTextControl* parent = dynamic_cast<BTextControl*>(Parent())) {
219 if (Parent() != NULL)
220 textControl = dynamic_cast<BTextControl*>(Parent());
H A DBMCPrivate.cpp155 fMenuField = static_cast<BMenuField*>(Parent());
165 if (Parent() != NULL) {
166 color_which which = Parent()->LowUIColor();
168 SetLowColor(Parent()->LowColor());
H A DColorMenuItem.cpp153 if (menu == NULL || menu->Parent() == NULL)
158 if (dynamic_cast<BMenuField*>(menu->Parent()) == NULL)
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp412 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
430 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
448 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
466 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
483 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
500 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
H A DScrollBarTest.cpp119 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
H A DBoxTest.cpp213 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
231 View* parent = (selectedButton ? selectedButton->Parent() : NULL);
/haiku/src/libs/print/libprint/
H A DPagesView.cpp30 if (Parent() != NULL) {
31 backgroundColor = Parent()->ViewColor();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.h62 Transaction* Parent() const;
/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSClientServiceAddOn.cpp72 if (fView->Parent() == NULL)
/haiku/headers/private/debugger/value/value_nodes/
H A DAddressValueNode.h50 virtual ValueNode* Parent() const;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.h53 Transaction* Parent() const { return fParent; } function in class:Transaction
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameAddOn.cpp73 if (fView->Parent() == NULL)
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.h26 HIDCollection * Parent() { return fParent; }; function in class:HIDCollection
/haiku/src/servers/launch/
H A DEvents.h44 Event* Parent() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsalloc.c307 ParentNode = Node->Parent;
365 ACPI_NAMESPACE_NODE *ParentNode, /* Parent */
401 Node->Parent = ParentNode;
579 ParentNode = ParentNode->Parent;
702 ParentNode = ParentNode->Parent;
H A Dnssearch.c322 ParentNode = Node->Parent;
367 ParentNode = ParentNode->Parent;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp299 if (Parent())
300 Parent()->RemoveChild(this);
339 if (Parent() && !fDevice)
504 info->hasParent = Parent();
756 info->hasParent = Parent();
962 if (IsMultilink() && !Parent())
1273 if (!Parent() && State() == PPP_INITIAL_STATE && Phase() == PPP_DOWN_PHASE) {
1454 if (IsMultilink() && !Parent()) {
1523 return module->add_to(Parent() ? *Parent()
[all...]
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp148 TInlineScrollView* parent = dynamic_cast<TInlineScrollView*>(Parent());
214 = dynamic_cast<TInlineScrollView*>(Parent()->Parent());
277 TInlineScrollView* parent = dynamic_cast<TInlineScrollView*>(Parent());
342 = dynamic_cast<TInlineScrollView*>(Parent()->Parent());
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp66 SetViewColor(Parent()->ViewColor());
130 SetViewColor(Parent()->ViewColor());
/haiku/src/apps/haikudepot/server/
H A DStandardMetaDataJsonEventListener.cpp31 Parent();
122 SmdStackedEventListener::Parent() function in class:SmdStackedEventListener
/haiku/headers/os/package/hpkg/
H A DPackageEntry.h24 const BPackageEntry* Parent() const { return fParent; } function in class:BPackageKit::BHPKG::BPackageEntry
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp110 device_node* Parent() const { return fParent; } function in struct:device_node
223 node = node->Parent();
509 device_node* parent = node->Parent();
999 if (Parent() != NULL) {
1003 Parent()->_ReleaseWaiting();
1005 Parent()->RemoveChild(this);
1048 if (Parent() != NULL) {
1049 Parent()->InitDriver();
1057 if (status == B_OK && Parent() != NULL) {
1059 status = Parent()
[all...]
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntry.h26 const BPackageEntry* Parent() const { return fParent; } function in class:BPackageKit::BHPKG::V1::BPackageEntry

Completed in 122 milliseconds

1234567891011