Searched refs:descendants (Results 26 - 42 of 42) sorted by relevance

12

/haiku/src/kits/interface/
H A DControl.cpp515 BControl::LayoutInvalidated(data->descendants);
H A DView.cpp5329 BView::LayoutInvalidated(data->descendants);
5546 BView::InvalidateLayout(bool descendants) argument
5549 // this, descendants, fLayoutData->fLayoutValid,
5558 LayoutInvalidated(descendants);
5560 if (descendants) {
5563 child->InvalidateLayout(descendants);
5568 fLayoutData->fLayout->InvalidateLayout(descendants);
5649 BView::LayoutInvalidated(bool descendants) argument
6727 _ReservedView9__5BView(BView* view, bool descendants) argument
6731 data.descendants
[all...]
H A DDragger.cpp495 BDragger::LayoutInvalidated(data->descendants);
H A DMenuBar.cpp439 BMenuBar::LayoutInvalidated(data->descendants);
H A DStatusBar.cpp677 BStatusBar::LayoutInvalidated(data->descendants);
H A DMenu.cpp1285 BMenu::LayoutInvalidated(data->descendants);
2754 BMenu::LayoutInvalidated(bool descendants) argument
3503 BMenu* menu, bool descendants)
H A DColorControl.cpp1098 BColorControl::LayoutInvalidated(data->descendants);
H A DOutlineListView.cpp572 BOutlineListView::LayoutInvalidated(data->descendants);
H A DScrollBar.cpp1129 BScrollBar::LayoutInvalidated(data->descendants);
H A DAbstractSpinner.cpp1407 BAbstractSpinner::LayoutInvalidated(bool descendants) argument
H A DListView.cpp1541 BListView::LayoutInvalidated(data->descendants);
H A DWindow.cpp2642 BWindow::InvalidateLayout(bool descendants) argument
2644 fTopView->InvalidateLayout(descendants);
H A DTextView.cpp1122 BTextView::LayoutInvalidated(data->descendants);
2756 BTextView::LayoutInvalidated(bool descendants) argument
6138 BTextView* view, bool descendants)
6141 data.descendants = descendants;
H A DColumnListView.cpp2128 BColumnListView::LayoutInvalidated(bool descendants) argument
/haiku/headers/os/interface/
H A DWindow.h273 void InvalidateLayout(bool descendants = false);
H A DView.h629 void InvalidateLayout(bool descendants = false);
647 virtual void LayoutInvalidated(bool descendants = false);
H A DTextView.h243 virtual void LayoutInvalidated(bool descendants);

Completed in 175 milliseconds

12