Searched refs:invalidateLayout (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/interface/
H A DSplitView.h41 bool invalidateLayout);
/haiku/src/kits/interface/
H A DSplitView.cpp142 BSplitView::SetItemWeight(int32 index, float weight, bool invalidateLayout) argument
144 fSplitLayout->SetItemWeight(index, weight, invalidateLayout);
H A DSplitLayout.h61 bool invalidateLayout);
H A DMenu.cpp2432 bool invalidateLayout = false; local
2447 success = invalidateLayout = true;
2467 invalidateLayout = true;
2477 if (invalidateLayout) {
H A DSplitLayout.cpp434 BSplitLayout::SetItemWeight(int32 index, float weight, bool invalidateLayout) argument
452 if (invalidateLayout)

Completed in 55 milliseconds