Searched refs:Parent (Results 1 - 25 of 275) sorted by last modified time

1234567891011

/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/preferences/appearance/
H A DAPRView.cpp82 fColorPreview->Parent()->SetExplicitMaxSize(
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp121 device_node* Parent() const { return fParent; } function in struct:device_node
239 node = node->Parent();
483 if (!last->Parent())
487 = last->Parent()->Children().GetIterator();
720 device_node* parent = node->Parent();
1327 if (Parent() != NULL) {
1331 Parent()->_ReleaseWaiting();
1333 Parent()->RemoveChild(this);
1396 if (Parent() != NULL) {
1397 Parent()
[all...]
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1123 BRect frame = fToolBar->Parent()->Bounds();
/haiku/src/apps/drivesetup/
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());
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());
/haiku/src/apps/terminal/
H A DTermWindow.cpp1439 _SessionAt(0)->containerView->Parent()));
1766 view->Parent()->GetPreferredSize(&width, &height);
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp93 if (control->Parent() != NULL
94 && (control->Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
2203 && view->Parent()
2204 && view->Parent()->Parent() == NULL
2221 low = view->Parent()->ViewColor();
H A DMenu.cpp1444 if (Window() != NULL && Parent() != NULL) {
1445 if (Parent()->Frame().top == Window()->Bounds().top)
1448 if (Parent()->Frame().bottom == Window()->Bounds().bottom)
2582 else if (Parent() != NULL)
2583 size.width = Parent()->Frame().Width();
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp574 const char* url = static_cast<URLInputGroup*>(Parent())->Text();
/haiku/src/apps/deskcalc/
H A DCalcView.cpp279 if (Parent() && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
307 if (Parent() && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
1487 return Parent() != NULL && (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0;
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1564 hubDevice = (Device *)hubDevice->Parent()) {
1565 if (hubDevice->Parent() == RootObject())
1865 || pipe->Parent()->Type() != USB_OBJECT_DEVICE) {
1870 Device* usbDevice = (Device *)pipe->Parent();
1871 if (usbDevice->Parent() == RootObject()) {
1957 if (pipe->Parent()->Type() != USB_OBJECT_DEVICE)
1959 Device* usbDevice = (Device *)pipe->Parent();
1960 if (usbDevice->Parent() == RootObject())
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp103 if (control->Parent() != NULL
104 && (control->Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
2194 && view->Parent()
2195 && view->Parent()->Parent() == NULL
2212 low = view->Parent()->ViewColor();
/haiku/src/kits/tracker/
H A DUtilities.cpp704 if (Parent() != NULL) {
705 fViewColor = Parent()->ViewColor();
706 fLowColor = Parent()->ViewColor();
771 if (Parent() != NULL) {
772 fViewColor = Parent()->ViewColor();
773 fLowColor = Parent()->ViewColor();
H A DPoseView.cpp1120 BorderedView* view = dynamic_cast<BorderedView*>(Parent());
H A DFindPanel.cpp500 BView* parent = focusedItem->Parent();
/haiku/src/apps/installer/
H A DInstallerWindow.cpp166 BLayout* layout = view->Parent()->GetLayout();
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp735 ipv6_protocol* ipproto = state->Parent()->Socket();
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp526 kprintf("}> sock %p\n", state->Parent()->Socket());
718 ipv4_protocol* ipProtocol = state->Parent()->Socket();
/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/bin/desklink/
H A DDeskButton.cpp138 BView *parent = Parent();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp462 FUSENode* parent = nextNode->Parent();
2919 node = node->Parent();
2935 if (lockParent && originalNode->Parent() != node) {
2937 node = originalNode->Parent();
2958 node = node->Parent();
2976 FUSENode* parent = node->Parent();
3036 node1 = node1->Parent();
3039 node2 = node2->Parent();
3074 if ((lockParent1 && originalNode1->Parent() != node1)
3075 || (lockParent2 && originalNode2->Parent() !
[all...]
/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/icon-o-matic/generic/gui/
H A DListViews.cpp183 if (BView* view = Parent())
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl2.h3049 UINT32 Parent; member in struct:acpi_pptt_processor

Completed in 240 milliseconds

1234567891011