Searched refs:fParent (Results 151 - 170 of 170) sorted by relevance

1234567

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h278 Object * Parent() const { return fParent; }
301 Object * fParent; member in class:Object
/haiku/headers/private/interface/
H A DColumnListView.h154 BRow* fParent; member in class:BRow
/haiku/headers/private/file_systems/
H A DQueryParser.h190 Term(int8 op) : fOp(op), fParent(NULL) {}
196 { fParent = parent; }
197 Term<QueryPolicy>* Parent() const { return fParent; }
217 Term<QueryPolicy>* fParent; member in class:QueryParser::Term
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp449 TreeTableNode* Parent() const { return fParent; }
464 TreeTableNode* fParent; member in class:TreeTableNode
472 fParent(parent),
/haiku/src/kits/interface/
H A DColumnListView.cpp558 fParent(NULL),
571 fParent(NULL),
1842 else if (focusRow->fParent != NULL) {
1844 fOutlineView->SetFocusRow(focusRow->fParent, true);
1845 fOutlineView->ScrollTo(focusRow->fParent);
4466 row->fParent = parentRow;
5011 *outParent = row->fParent;
5016 for (BRow* currentRow = row->fParent; currentRow != NULL;
5017 currentRow = currentRow->fParent) {
5036 if (row->fParent
[all...]
H A DLayout.cpp170 if (view && view->fParent != fTarget) {
H A DWindow.cpp3957 while (!nextFocus->fNextSibling && nextFocus->fParent) {
3958 nextFocus = nextFocus->fParent;
3997 previousFocus = previousFocus->fParent;
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp121 device_node* Parent() const { return fParent; }
183 device_node* fParent; member in struct:device_node
1287 fParent = NULL;
1471 node->fParent = this;
1494 node->fParent = NULL;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.cpp567 req.PutFH(fInfo.fNames->fNames.Head()->fParent->fHandle);
575 req.PutFH(fInfo.fNames->fNames.Head()->fParent->fHandle);
585 req.PutFH(fInfo.fNames->fNames.Head()->fParent->fHandle);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp104 fParent(NULL),
188 fParent = parent;
189 fParent->AddChild(this);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp60 fParent(NULL),
852 fParent = parent;
859 return fParent;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp97 fParent(parent),
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp47 fParent(parent),
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1783 fParent(parent),
1868 return fParent->ShowAllApplications();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp26 fParent(parent),
44 fParent, fName, fMode, fOpenMode, fType);
50 Inode* fParent; member in class:BFSInodeTracing::Create
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp511 _Allocate(fParent, block->parent_data);
526 fParent != NULL ? 'p' : '-', fOriginal != NULL ? 'o' : '-',
564 data = fParent;
610 uint8* fParent; member in class:BlockTracing::BlockData
/haiku/headers/os/interface/
H A DView.h764 BView* fParent; member in class:BView
/haiku/src/apps/mail/
H A DContent.cpp798 fParent(view),
1108 fParent->Focus(focus);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp601 fParent(parent),
612 fVolume->_UnlockNodeChain(fNode, fParent, fWriteLock);
624 bool fParent; member in struct:FUSEVolume::NodeLocker
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1747 fParent(parent),

Completed in 318 milliseconds

1234567