Searched refs:Parent (Results 151 - 175 of 275) sorted by relevance

1234567891011

/haiku/src/servers/launch/
H A DEvents.cpp242 Event::Parent() const function in class:Event
343 if (Parent() == NULL && Owner() != NULL) {
/haiku/src/libs/print/libprint/
H A DMarginView.cpp189 if (Parent())
190 SetViewColor(Parent()->ViewColor());
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp488 if (menu == NULL || menu->Parent() == NULL)
493 if (dynamic_cast<BMenuField*>(menu->Parent()) == NULL)
/haiku/src/bin/unzip/
H A Dunshrink.c91 #define parent G.area.shrink.Parent
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h41 ino_t Parent() const { return fParent; } function in class:Inode
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp144 rgb_color c = Parent()->LowColor();
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h151 KPPPInterface *Parent() const function in class:KPPPInterface
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp201 BSize parentSize(fSliderView->Parent()->Size());
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp101 ValueNode* parentNode = nodeChild->Parent();
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp259 AbstractArrayValueNodeChild::Parent() const function in class:AbstractArrayValueNodeChild
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp449 TreeTableNode* Parent() const { return fParent; } function in class:TreeTableNode
1108 _SetNodeExpanded(node->Parent(), true, true);
1135 _GetPathForNode(node->Parent(), _path);
1136 _path.AddComponent(node->Parent()->IndexOf(node));
/haiku/src/bin/bfs_tools/lib/
H A DInode.h44 block_run Parent() const { return fInode->parent; } function in class:Inode
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h78 int32 Parent() const { return BackOffset(3); } function in class:FFS::NodeBlock
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h145 Filter *Parent() const { return fParent; } function in class:MulticastGroupInterface
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h148 Filter *Parent() const { return fParent; } function in class:MulticastGroupInterface
/haiku/src/preferences/appearance/
H A DAntialiasingSettingsView.cpp134 if (Parent() == NULL)
/haiku/src/apps/pulse/
H A DCPUButton.cpp94 SetLowColor(Parent()->LowColor());
H A DProgressBar.cpp79 Parent()->MouseDown(point);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp219 status_t error = clone->Init(Parent(), Name());
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp295 TabLayoutItem::Parent() const function in class:TabLayoutItem
/haiku/src/add-ons/network_settings/dialup/
H A DIPCPAddon.cpp307 SetViewColor(Parent()->ViewColor());
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp53 return entry->Parent()->ID();
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1236 if (partition->Parent() && partition->Parent()->IsBusy())
1245 && partition->Parent()) {
1246 partition->Parent()->AddFlags(B_PARTITION_DESCENDANT_BUSY);
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h141 KPartition *Parent() const;
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp170 if (Parent() == NULL && Window()->GetLayout() == NULL) {

Completed in 228 milliseconds

1234567891011