Searched refs:IsSuitableFor (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/alm/
H A DTab.h35 bool IsSuitableFor(BALMLayout* layout);
/haiku/src/libs/alm/
H A DTab.cpp101 TabBase::IsSuitableFor(BALMLayout* layout) function in class:TabBase
H A DALMLayout.cpp858 if ((_left && !_left->IsSuitableFor(this))
859 || (_top && !_top->IsSuitableFor(this))
860 || (_right && !_right->IsSuitableFor(this))
861 || (_bottom && !_bottom->IsSuitableFor(this)))

Completed in 100 milliseconds