Searched refs:Parent (Results 1 - 25 of 275) sorted by relevance

1234567891011

/haiku/src/apps/resedit/
H A DResListView.cpp20 if (!Parent())
23 BMessenger messenger(Parent());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpstree.c307 Arg->Common.Parent = Op;
337 ACPI_PARSE_OBJECT *Parent; local
369 Parent = Op->Common.Parent;
371 while (Parent)
373 Arg = AcpiPsGetArg (Parent, 0);
388 if (Parent->Common.Next)
392 ASL_CV_LABEL_FILENODE (Parent->Common.Next);
393 return (Parent->Common.Next);
396 Op = Parent;
[all...]
H A Dpswalk.c180 ACPI_PARSE_OBJECT *Parent = NULL; local
193 if (Op != Parent)
231 Parent = Op->Common.Parent;
249 Op = Parent;
H A Dpsparse.c285 if (Op->Common.Parent)
287 Prev = Op->Common.Parent->Common.Value.Arg;
299 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
325 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
326 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) ||
327 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) ||
328 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
329 (Op->Common.Parent->Common.AmlOpcode == AML_BANK_FIELD_OP) ||
330 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
339 else if ((Op->Common.Parent
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DInterface.cpp24 return ((Device *)Parent())->DefaultPipe()->SendRequest(
40 return ((Device *)Parent())->DefaultPipe()->SendRequest(
56 return ((Device *)Parent())->DefaultPipe()->SendRequest(
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.cpp37 if (BView* parent = Parent())
46 if (BView* parent = Parent()) {
59 if (BView* parent = Parent())
/haiku/src/apps/soundrecorder/
H A DDrawButton.cpp32 ReplaceTransparentColor(&fOn, Parent()->ViewColor());
33 ReplaceTransparentColor(&fOff, Parent()->ViewColor());
/haiku/headers/private/debugger/value/value_nodes/
H A DVariableValueNodeChild.h22 virtual ValueNode* Parent() const;
H A DExpressionValueNode.h43 virtual ValueNode* Parent() const;
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.h51 Entry* Parent() const function in class:PackageFS::PackageSettingsItem::Entry
101 Entry* Parent() const function in class:PackageFS::PackageSettingsItem::EntryKey
159 return HashKey(EntryKey(value->Parent(), value->Name()));
165 return key.Parent() == value->Parent()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsutils.c331 if ((!Op->Common.Parent) ||
332 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
344 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
362 switch (Op->Common.Parent->Common.AmlOpcode)
404 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
405 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) ||
406 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
407 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) ||
408 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP) ||
409 (Op->Common.Parent
[all...]
H A Ddspkginit.c209 ACPI_PARSE_OBJECT *Parent; local
230 Parent = Op->Common.Parent;
231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
232 (Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
234 Parent = Parent->Common.Parent;
252 ObjDesc->Package.Node = Parent->Common.Node;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfobj.c278 ParentNode = Node->Parent;
303 * Parent - Parent object whose children we are getting
319 ACPI_HANDLE Parent,
348 ParentNode = AcpiNsValidateHandle (Parent);
/haiku/src/kits/debugger/value/value_nodes/
H A DVariableValueNodeChild.cpp43 VariableValueNodeChild::Parent() const function in class:VariableValueNodeChild
H A DExpressionValueNode.cpp82 ExpressionValueNodeChild::Parent() const function in class:ExpressionValueNodeChild
/haiku/src/apps/deskcalc/
H A DInputTextView.cpp44 if (BView* view = Parent()) {
93 if (BView* view = Parent())
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.cpp42 if (BView* view = Parent()) {
91 if (BView* view = Parent())
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h30 Entry* Parent() const function in class:PackageSettingsItem::Entry
80 Entry* Parent() const function in class:PackageSettingsItem::EntryKey
135 return HashKey(EntryKey(value->Parent(), value->Name()));
140 return key.Parent() == value->Parent()
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp181 if (!child || !child->Parent() || size < 0 || !fModule)
188 status_t result = child->Parent()->Open(O_RDWR, &fd);
233 if (!child || !child->Parent() || !fModule)
240 status_t result = child->Parent()->Open(O_RDWR, &fd);
245 result = fModule->move_child(fd, child->Parent()->ID(), child->ID(), offset,
261 if (!child || !child->Parent() || !fModule)
268 status_t result = child->Parent()->Open(O_RDWR, &fd);
316 if (!child || !child->Parent() || !type || !fModule)
323 status_t result = child->Parent()->Open(O_RDWR, &fd);
344 if (!child || !child->Parent() || !fModul
[all...]
/haiku/headers/private/debugger/files/
H A DLocatableEntry.h44 LocatableDirectory* Parent() const { return fParent; } function in class:LocatableEntry
/haiku/src/apps/cortex/support/
H A DMouseTrackingHelpers.cpp149 for(BView* pParent = Parent(); pParent; pParent = pParent->Parent()) {
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp105 const BPackageEntry* parent = entry->Parent();
110 parent = parent->Parent();
115 if (entry->Parent() == NULL) {
119 } else if (entry->Parent() == fLastEntry) {
123 } else if (entry->Parent() == fLastParentEntry) {
136 fLastParentEntry = entry->Parent();
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp360 if (path == NULL || Parent() == NULL || Index() < 0)
364 status_t error = Parent()->GetPath(path);
370 if (Parent()->IsDevice()) {
671 BPartition::Parent() const function in class:BPartition
800 BPartition* parent = Parent();
820 BPartition* parent = Parent();
846 BPartition* parent = Parent();
888 BPartition* parent = Parent();
919 BPartition* parent = Parent();
944 BPartition* parent = Parent();
[all...]
/haiku/headers/private/kernel/util/
H A DVectorMap.h27 template<typename Entry, typename Parent, typename EntryIterator>
29 template<typename _Key, typename _Value, typename Entry, typename Parent>
120 typename Parent>
123 typedef VectorMapEntry<KeyReference, _Value, Entry, Parent> Class;
146 VectorMapEntry(Parent *parent, Entry *entry)
150 const Parent *fParent;
156 template<typename Entry, typename Parent, typename EntryIterator>
159 typedef VectorMapIterator<Entry, Parent, EntryIterator> Iterator;
235 inline VectorMapIterator(Parent *parent, const EntryIterator &iterator)
252 Parent *fParen
[all...]
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp93 item->Parent()->Draw(item->Frame());
205 item->Parent()->Update();
224 TabView* removedTab = item->Parent();
234 TabView* tab = item->Parent();
245 TabView* tab = item->Parent();
267 return item->Parent();
290 tab = item->Parent();
332 item->Parent()->SetLabel(label);
426 return item->Parent();

Completed in 123 milliseconds

1234567891011