Searched refs:SetParent (Results 1 - 25 of 38) sorted by path

12

/haiku/headers/private/kernel/boot/
H A Dpartitions.h35 void SetParent(Partition *parent);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h197 void SetParent(Transaction* parent) function in class:Transaction
H A DJournal.cpp985 owner->SetParent(fOwner);
H A DQuery.cpp82 void SetParent(Term* parent) { fParent = parent; } function in class:Term
901 left->SetParent(this);
903 right->SetParent(this);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp71 owner->SetParent(fOwner);
H A DJournal.h54 void SetParent(Transaction* parent) { fParent = parent; } function in class:Transaction
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp215 Transaction::SetParent(Transaction* transaction) function in class:Transaction
H A DTransaction.h61 void SetParent(Transaction* transaction);
H A DJournal.cpp247 owner->SetParent(fOwner);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp179 // SetParent
181 VirtualDir::SetParent(VirtualDir* parent) function in class:VirtualDir
226 childDir->SetParent(this);
256 childDir->SetParent(NULL);
H A DVirtualDir.h66 void SetParent(VirtualDir* parent);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.cpp66 Node::SetParent(Directory* parent) function in class:Node
H A DNode.h67 void SetParent(Directory* parent);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h259 void SetParent(KPPPInterface *parent) function in class:KPPPInterface
/haiku/src/bin/bfs_tools/lib/
H A DInode.h54 void SetParent(const block_run& run);
/haiku/src/system/boot/loader/
H A Dpartitions.cpp136 child->SetParent(NULL);
167 Partition::SetParent(Partition *parent) function in class:boot::Partition
169 TRACE(("%p Partition::SetParent %p\n", this, parent));
246 child->SetParent(this);
/haiku/headers/os/interface/
H A DLayoutBuilder.h43 inline void SetParent(ParentBuilder* parent);
428 Base<ParentBuilder>::SetParent(ParentBuilder* parent) function in class:BLayoutBuilder::Base
570 builder.SetParent(this);
581 builder.SetParent(this);
592 builder.SetParent(this);
604 builder.SetParent(this);
615 builder.SetParent(this);
626 builder.SetParent(this);
638 builder.SetParent(this);
649 builder.SetParent(thi
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h195 void SetParent(Term<QueryPolicy>* parent) function in class:QueryParser::Term
999 left->SetParent(this);
1001 right->SetParent(this);
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h140 void SetParent(KPartition *parent);
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp548 virtual void SetParent(Node* node) { fParent = node; } function in class:Node
638 fName->SetParent(this);
747 fDimensionExpression->SetParent(this);
888 fType->SetParent(this);
938 virtual void SetParent(Node* node) function in class:XtructorNode
941 Node::SetParent(node);
979 fChild->SetParent(this);
999 fChildNode->SetParent(this);
1152 fName->SetParent(this);
1209 fName->SetParent(thi
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1848 packageLinksDirectory->SetParent(fRootDirectory);
1872 packageLinksDirectory->SetParent(NULL);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp139 entry->SetParent(this);
145 entry->SetParent(NULL);
219 entry->SetParent(NULL);
H A DEntry.h29 inline void SetParent(Directory *parent) { fParent = parent; } function in class:Entry
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp1190 child->SetParent(this);
1207 child->SetParent(NULL);
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp247 Element::SetParent(Group *parent) function in class:Element
313 element->SetParent(this);

Completed in 347 milliseconds

12