Searched refs:Parent (Results 226 - 250 of 288) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DQuery.cpp262 Term *Parent() const { return fParent; } function in class:Term
1179 Operator *parent = (Operator *)term->Parent();
/haiku-fatelf/src/kits/interface/
H A DMenu.cpp1391 if (Window() != NULL && Parent() != NULL) {
1392 if (Parent()->Frame().top == Window()->Bounds().top)
1394 if (Parent()->Frame().bottom == Window()->Bounds().bottom)
2124 if (Parent())
2125 size.width = Parent()->Frame().Width() + 1;
H A DStatusBar.cpp143 BView* parent = Parent();
H A DControlLook.cpp96 if (control->Parent() != NULL
97 && (control->Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0) {
1781 && view->Parent()
1782 && view->Parent()->Parent() == NULL
1790 low = view->Parent()->ViewColor();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dkernel_interface_r5.cpp580 Journal *journal = volume->GetJournal(volume->ToBlock(inode->Parent()));
1200 vnode_id parent = volume->ToVnode(newDirectory->Parent());
1214 parent = volume->ToVnode(parentNode->Parent());
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp582 fRestartButton->Parent()->Layout(true);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Dadwalk.c591 ParentOp = Op->Common.Parent;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdump.c189 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Buffer.Node), "Parent Node"},
363 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (CommonField.Node), "Parent Node"}
957 AcpiExOutPointer ("Parent", Node->Parent);
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp480 Object *parent = object->Parent();
H A Dusb_private.h256 Object * Parent() const { return fParent; } function in class:Object
/haiku-fatelf/src/apps/glteapot/
H A DObjectView.cpp290 BRect parentBounds = Parent()->Bounds();
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp255 if (!Parent())
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp162 if (::ScrollView* scrollView = dynamic_cast< ::ScrollView*>(Parent()))
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DBPlusTree.cpp190 && stream->BlockRun() != stream->Parent())
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DGeneralAddon.cpp527 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DGeneralAddon.cpp574 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/apps/webpositive/
H A DDownloadProgressView.cpp136 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/apps/installer/
H A DInstallerWindow.cpp150 BLayout* layout = view->Parent()->GetLayout();
/haiku-fatelf/src/kits/tracker/
H A DDialogPane.cpp199 BView* parent = Parent();
H A DPoseView.cpp326 if (Parent())
327 Parent()->AddChild(fTitleView);
1050 BackgroundView* view = dynamic_cast<BackgroundView*>(Parent());
2056 if (Parent())
2057 Parent()->AddChild(fHScrollBar);
2067 if (Parent())
2068 Parent()->AddChild(fVScrollBar);
2094 if (Parent())
2095 Parent()->AddChild(fCountView);
3002 if (Parent())
[all...]
H A DFindPanel.cpp463 BView* parent = focusedItem->Parent();
2839 FindPanel* mainView = dynamic_cast<FindPanel*>(Parent()->
2840 Parent()->FindView("MainView"));
/haiku-fatelf/headers/private/file_systems/
H A DQueryParser.h191 Term<QueryPolicy>* Parent() const { return fParent; } function in class:QueryParser::Term
926 = (Operator<QueryPolicy>*)term->Parent();
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp357 Transaction transaction(volume, volume->ToBlock(inode->Parent()));
1134 parent = volume->ToVnode(parentNode->Parent());
1205 inode->Parent() = newDirectory->BlockRun();
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfFile.cpp651 while (entry != NULL && entry->Parent() != NULL)
652 entry = entry->Parent();
872 entry->Parent())) {
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp522 kprintf("}> sock %p\n", state->Parent()->Socket());
706 ipv4_protocol* ipProtocol = state->Parent()->Socket();

Completed in 400 milliseconds

1234567891011>>