Searched refs:IsSuitableFor (Results 1 – 3 of 3) sorted by relevance
35 bool IsSuitableFor(BALMLayout* layout);
101 TabBase::IsSuitableFor(BALMLayout* layout) in IsSuitableFor() function in TabBase
858 if ((_left && !_left->IsSuitableFor(this)) in AddItem()859 || (_top && !_top->IsSuitableFor(this)) in AddItem()860 || (_right && !_right->IsSuitableFor(this)) in AddItem()861 || (_bottom && !_bottom->IsSuitableFor(this))) in AddItem()