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

12

/haiku/headers/private/binary_compatibility/
H A DInterface.h45 bool descendants; member in struct:perform_data_layout_invalidated
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp122 ViewContainer::InvalidateLayout(bool descendants) argument
124 BView::InvalidateLayout(descendants);
H A DViewContainer.h31 virtual void InvalidateLayout(bool descendants);
/haiku/src/kits/interface/
H A DCheckBox.cpp440 BCheckBox::LayoutInvalidated(data->descendants);
467 BCheckBox::LayoutInvalidated(bool descendants) argument
571 BCheckBox* box, bool descendants)
574 data.descendants = 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;
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 DButton.cpp563 BButton::LayoutInvalidated(data->descendants);
617 BButton::LayoutInvalidated(bool descendants) argument
740 BView* view, bool descendants)
743 data.descendants = 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 DScrollView.cpp706 BScrollView::LayoutInvalidated(data->descendants);
725 BScrollView::LayoutInvalidated(bool descendants) argument
1026 _ZN11BScrollView16InvalidateLayoutEb)(BScrollView* view, bool descendants)
1029 data.descendants = descendants;
H A DSlider.cpp352 BSlider::LayoutInvalidated(data->descendants);
1581 BSlider::LayoutInvalidated(bool descendants) argument
1834 BView* view, bool descendants)
1837 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 DPopUpMenu.cpp220 BPopUpMenu::LayoutInvalidated(data->descendants);
H A DPictureButton.cpp456 BPictureButton::LayoutInvalidated(data->descendants);
H A DRadioButton.cpp451 BRadioButton::LayoutInvalidated(data->descendants);
/haiku/headers/os/interface/
H A DButton.h87 virtual void LayoutInvalidated(bool descendants = false);
H A DCheckBox.h77 virtual void LayoutInvalidated(bool descendants = false);
H A DBox.h75 virtual void LayoutInvalidated(bool descendants = false);
H A DStringView.h68 virtual void LayoutInvalidated(bool descendants = false);
H A DTextControl.h99 virtual void LayoutInvalidated(bool descendants);
H A DScrollView.h86 virtual void LayoutInvalidated(bool descendants = false);
H A DMenuField.h98 virtual void LayoutInvalidated(bool descendants);
H A DSlider.h163 virtual void LayoutInvalidated(bool descendants);
H A DMenu.h144 virtual void LayoutInvalidated(bool descendants);
/haiku/headers/private/interface/
H A DAbstractSpinner.h129 virtual void LayoutInvalidated(bool descendants);
H A DColumnListView.h395 virtual void LayoutInvalidated(bool descendants = false);

Completed in 127 milliseconds

12