Searched refs:_DrawTab (Results 1 - 13 of 13) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h43 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
H A DTabDecorator.h86 virtual void _DrawTab(Decorator::Tab* tab, BRect r) = 0;
H A DDecorator.cpp893 _DrawTab(tab, tab->tabRect);
938 _DrawTab(decoratorTab, decoratorTab->minimizeRect);
1011 _DrawTab(tab, rect);
1015 _DrawTab(focusTab, rect);
H A DDecorator.h224 virtual void _DrawTab(Decorator::Tab* tab, BRect rect) = 0;
H A DDefaultDecorator.cpp489 DefaultDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) function in class:DefaultDecorator
491 STRACE(("_DrawTab(%.1f,%.1f,%.1f,%.1f)\n",
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h50 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
H A DFlatDecorator.cpp535 FlatDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) function in class:FlatDecorator
537 STRACE(("_DrawTab(%.1f,%.1f,%.1f,%.1f)\n",
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h55 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
H A DWinDecorator.cpp327 WinDecorator::_DrawTab(Decorator::Tab* tab, BRect rect) function in class:WinDecorator
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h46 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
H A DBeDecorator.cpp586 BeDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) function in class:BeDecorator
588 STRACE(("_DrawTab(%.1f, %.1f, %.1f, %.1f)\n",
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h49 virtual void _DrawTab(Decorator::Tab* tab, BRect invalid);
H A DMacDecorator.cpp491 MacDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) function in class:MacDecorator

Completed in 74 milliseconds