Searched refs:layouted (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DTabView.h205 void _InitObject(bool layouted, button_width width);
206 void _InitContainerView(bool layouted);
209 void _LayoutContainerView(bool layouted);
/haiku/src/kits/interface/
H A DTabView.cpp1368 BTabView::_InitObject(bool layouted, button_width width) argument
1388 _InitContainerView(layouted);
1393 BTabView::_InitContainerView(bool layouted) argument
1397 if (layouted) {
1415 _LayoutContainerView(layouted);
1462 BTabView::_LayoutContainerView(bool layouted) argument
1465 if (layouted) {

Completed in 90 milliseconds