Searched refs:Parent (Results 101 - 125 of 275) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsargs.c178 * ScopeNode - Parent NS node
333 Status = AcpiDsExecuteArguments (Node, Node->Parent,
382 Status = AcpiDsExecuteArguments (Node, Node->Parent,
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp116 if (entry->Parent() != NULL) {
118 (PackageNode*)entry->Parent()->UserToken());
125 || entry->Parent() == fLastSettingsEntryEntry)) {
219 fLastSettingsEntryEntry = entry->Parent();
220 fLastSettingsEntry = fLastSettingsEntry->Parent();
/haiku/src/servers/notification/
H A DNotificationView.cpp138 fRunner = new BMessageRunner(BMessenger(Parent()), &msg, fTimeout, 1);
294 AppGroupView* groupView = dynamic_cast<AppGroupView*>(Parent());
413 BMessenger msgr(Parent());
448 if (newMaxWidth < 0 && Parent())
449 newMaxWidth = Parent()->Bounds().IntegerWidth();
/haiku/src/apps/drivesetup/
H A DDiskView.cpp286 partition = partition->Parent();
345 if (!partition->Parent()
346 || !fViewMap.ContainsKey(partition->Parent()->ID()))
351 // off_t parentOffset = partition->Parent()->Offset();
353 off_t parentSize = partition->Parent()->Size();
371 PartitionView* parent = fViewMap.Get(partition->Parent()->ID());
H A DPartitionList.cpp226 fParentID(partition->Parent() ? partition->Parent()->ID() : -1),
518 if (partition->Parent() != NULL) {
520 parent = FindRow(partition->Parent()->ID());
524 parent = AddPartition(partition->Parent());
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp115 const BPackageEntry* parent = entry->Parent();
120 parent = parent->Parent();
125 if (parent->Parent() != NULL)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h101 block_run& Parent() { return fNode.parent; } function in class:Inode
102 const block_run& Parent() const { return fNode.parent; } function in class:Inode
104 { return fVolume->ToVnode(Parent()); }
H A DJournal.h199 Transaction* Parent() const function in class:Transaction
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c491 else if ((Arg->Common.Parent) &&
492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
493 (Arg->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp90 return ((Device *)Parent())->DefaultPipe()->SendRequest(
111 return ((Device *)Parent())->DefaultPipe()->SendRequest(
128 return ((Device *)Parent())->DefaultPipe()->SendRequest(
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp78 return dynamic_cast<ValControl*>(Parent());
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp133 if (BView* parent = Parent())
/haiku/src/tests/system/kernel/unit/
H A DTestContext.h99 TestContext* Parent() const { return fParent; } function in class:TestContext
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp69 Info* Parent() const function in class:BPrivate::VirtualDirectoryManager::Info
417 Info* parentInfo = info->Parent();
568 if (info->Parent() == NULL)
571 info->Parent()->DeleteChild(info);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h48 Directory* Parent() const { return fParent; } function in class:Node
/haiku/src/add-ons/network_settings/sshd/
H A DSSHServiceAddOn.cpp182 if (fView->Parent() == NULL)
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp107 BView *view = Parent();
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp38 virtual ValueNode* Parent() const function in class:CompoundValueNode::Child
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h120 virtual ValueNode* Parent() const;
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp135 BMessenger messenger = BMessenger(Parent());
/haiku/src/add-ons/network_settings/dialup/
H A DConnectionOptionsAddon.cpp216 SetViewColor(Parent()->ViewColor());
/haiku/src/kits/debugger/files/
H A DFileManager.cpp47 LocatableDirectory* parent = entry->Parent();
156 if (LocatableDirectory* directory = file->Parent()) {
203 LocatableDirectory* parent = entry->Parent();
253 _LocateDirectory(entry->Parent(), locatedDirectory, implicit);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp331 if(Parent())
332 SetViewColor(Parent()->ViewColor());
344 if (Parent()) SetHighColor(Parent()->ViewColor());
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp398 if (const BPackageEntry* parentEntry = entry->Parent()) {
408 || entry->Parent() == fLastSettingsEntryEntry)) {
481 fLastSettingsEntryEntry = entry->Parent();
482 fLastSettingsEntry = fLastSettingsEntry->Parent();
/haiku/src/add-ons/translators/rtf/
H A DRTF.h53 Group *Parent() const;

Completed in 245 milliseconds

1234567891011