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

1234567891011

/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp112 BRect parentBounds = Parent()->Bounds();
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp566 fRestartButton->Parent()->Layout(true);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp240 BView* scrollView = fTitleEditView->Parent();
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h278 Object * Parent() const { return fParent; } function in class:Object
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp162 if (::ScrollView* scrollView = dynamic_cast< ::ScrollView*>(Parent()))
/haiku/src/apps/glteapot/
H A DObjectView.cpp294 BRect parentBounds = Parent()->Bounds();
/haiku/src/apps/terminal/
H A DThemeView.cpp112 fColorPreview->Parent()->SetExplicitMaxSize(
H A DTermWindow.cpp1439 _SessionAt(0)->containerView->Parent()));
1766 view->Parent()->GetPreferredSize(&width, &height);
/haiku/headers/private/file_systems/
H A DQueryParser.h197 Term<QueryPolicy>* Parent() const { return fParent; } function in class:QueryParser::Term
934 = (Operator<QueryPolicy>*)term->Parent();
/haiku/src/kits/interface/
H A DTabView.cpp161 if (owner->GetLayout() == NULL && fView->Parent() == NULL)
173 BView* container = fView->Parent();
H A DAbstractSpinner.cpp323 fParent = static_cast<BAbstractSpinner*>(Parent());
544 fParent = static_cast<BAbstractSpinner*>(Parent());
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();
/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/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp328 ModelNode* Parent() const function in class:VariablesView::ModelNode
1765 if (ModelNode* parent = node->Parent()) {
2611 ModelNode* parent = node->Parent();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp372 Transaction transaction(volume, volume->ToBlock(inode->Parent()));
1232 parent = volume->ToVnode(parentNode->Parent());
1303 inode->Parent() = newDirectory->BlockRun();
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp700 while (entry != NULL && entry->Parent() != NULL)
701 entry = entry->Parent();
912 entry->Parent())) {
/haiku/src/bin/unzip/
H A Dunzpriv.h1546 shrint *Parent; /* pointer to (8192 * sizeof(shrint)) */ member in struct:work::__anon4540
1555 shrint Parent[HSIZE]; /* (8192 * sizeof(shrint)) == 16KB minimum */ member in struct:work::__anon4541
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1288 BMessenger messenger(Parent());
1326 SetHighColor(Parent()->ViewColor());
/haiku/src/apps/deskbar/
H A DStatusView.cpp302 Parent()->ResizeToPreferred();
304 Parent()->Invalidate();
/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/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp79 if (MView* parent = dynamic_cast<MView*>(Parent()))
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp318 if ( BView* view = Parent() )
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp465 BScrollView* parent = dynamic_cast<BScrollView*>(Parent());
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp428 BView* parent = Parent();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp297 fOwner = owner->Parent();

Completed in 227 milliseconds

1234567891011