Searched refs:_TabAt (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.h75 TabView* _TabAt(const BPoint& where) const;
H A DTabContainerView.cpp413 TabContainerView::_TabAt(const BPoint& where) const function in class:TabContainerView
436 TabView* tab = _TabAt(where);
/haiku/src/servers/app/decorator/
H A DDecorator.cpp493 Decorator::Tab* decoratorTab = _TabAt(tab);
853 Decorator::Tab* tab = _TabAt(i);
870 minTabSize = _TabAt(0)->minTabSize;
1035 Decorator::_TabAt(int32 index) const function in class:Decorator
1222 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_TabAt(i));
H A DTabDecorator.cpp182 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
359 Decorator::Tab* tab = _TabAt(i);
695 Decorator::Tab* tab = _TabAt(0);
877 Decorator::Tab* toTab = _TabAt(to);
1085 Decorator::Tab* tab = _TabAt(0);
H A DDecorator.h248 virtual Decorator::Tab* _TabAt(int32 index) const;
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp141 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
799 MacDecorator::Tab* toTab = _TabAt(to);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp160 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));

Completed in 61 milliseconds