Searched refs:_DrawClose (Results 1 - 14 of 14) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h45 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DTabDecorator.h90 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DDecorator.h230 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DDecorator.cpp897 _DrawClose(tab, false, tab->closeRect);
924 _DrawClose(decoratorTab, true, decoratorTab->closeRect);
H A DTabDecorator.cpp941 _DrawClose(tab, false, tab->closeRect);
H A DDefaultDecorator.cpp627 DefaultDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) function in class:DefaultDecorator
629 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h52 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DFlatDecorator.cpp693 FlatDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) function in class:FlatDecorator
695 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h62 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DWinDecorator.cpp405 _DrawClose(tab, false, tab->closeRect);
479 WinDecorator::_DrawClose(Decorator::Tab* tab, bool direct, BRect rect) function in class:WinDecorator
481 STRACE(("_DrawClose(%f, %f, %f, %f)\n", rect.left, rect.top, rect.right,
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h48 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DBeDecorator.cpp719 BeDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) function in class:BeDecorator
721 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h58 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
H A DMacDecorator.cpp616 _DrawClose(tab, false, tab->closeRect);
649 MacDecorator::_DrawClose(Decorator::Tab* tab, bool direct, BRect r) function in class:MacDecorator

Completed in 72 milliseconds