Searched refs:descendants (Results 1 - 25 of 42) sorted by last modified time

12

/haiku/src/kits/interface/
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 DOutlineListView.cpp572 BOutlineListView::LayoutInvalidated(data->descendants);
H A DScrollView.cpp706 BScrollView::LayoutInvalidated(data->descendants);
725 BScrollView::LayoutInvalidated(bool descendants) argument
1026 _ZN11BScrollView16InvalidateLayoutEb)(BScrollView* view, bool descendants)
1029 data.descendants = descendants;
H A DListView.cpp1541 BListView::LayoutInvalidated(data->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
H A DColorControl.cpp1098 BColorControl::LayoutInvalidated(data->descendants);
H A DAbstractSpinner.cpp1407 BAbstractSpinner::LayoutInvalidated(bool descendants) argument
H A DButton.cpp563 BButton::LayoutInvalidated(data->descendants);
617 BButton::LayoutInvalidated(bool descendants) argument
740 BView* view, bool descendants)
743 data.descendants = descendants;
H A DMenuField.cpp900 BMenuField::LayoutInvalidated(data->descendants);
932 BMenuField::LayoutInvalidated(bool descendants) argument
1661 BMenuField* field, bool descendants)
1664 data.descendants = descendants;
H A DWindow.cpp2642 BWindow::InvalidateLayout(bool descendants) argument
2644 fTopView->InvalidateLayout(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 DBox.cpp499 BBox::LayoutInvalidated(data->descendants);
558 BBox::LayoutInvalidated(bool descendants) argument
861 BBox* box, bool descendants)
864 data.descendants = descendants;
H A DScrollBar.cpp1129 BScrollBar::LayoutInvalidated(data->descendants);
H A DTextControl.cpp462 BTextControl::LayoutInvalidated(bool descendants) argument
988 BTextControl::LayoutInvalidated(data->descendants);
1541 _ZN12BTextControl16InvalidateLayoutEb)(BView* view, bool descendants)
1544 data.descendants = descendants;
H A DMenuBar.cpp439 BMenuBar::LayoutInvalidated(data->descendants);
H A DDragger.cpp495 BDragger::LayoutInvalidated(data->descendants);
H A DStringView.cpp493 BStringView::LayoutInvalidated(bool descendants) argument
552 BStringView::LayoutInvalidated(data->descendants);
631 _ZN11BStringView16InvalidateLayoutEb)(BView* view, bool descendants)
634 data.descendants = descendants;
/haiku/headers/os/interface/
H A DTextView.h243 virtual void LayoutInvalidated(bool descendants);
H A DView.h629 void InvalidateLayout(bool descendants = false);
647 virtual void LayoutInvalidated(bool descendants = false);
H A DMenuField.h98 virtual void LayoutInvalidated(bool descendants);
H A DWindow.h273 void InvalidateLayout(bool descendants = false);
H A DMenu.h144 virtual void LayoutInvalidated(bool descendants);
H A DScrollView.h86 virtual void LayoutInvalidated(bool descendants = false);

Completed in 181 milliseconds

12