Searched refs:_AllocateDecorator (Results 1 – 10 of 10) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | DecorManager.h | 55 virtual Decorator* _AllocateDecorator(DesktopSettings& settings,
|
H A D | DecorManager.cpp | 67 decorator = _AllocateDecorator(settings, rect, desktop); in AllocateDecorator() 100 DecorAddOn::_AllocateDecorator(DesktopSettings& settings, BRect rect, in _AllocateDecorator() function in DecorAddOn
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.h | 31 virtual Decorator* _AllocateDecorator(DesktopSettings& settings,
|
H A D | FlatDecorator.cpp | 65 FlatDecorAddOn::_AllocateDecorator(DesktopSettings& settings, BRect rect, in _AllocateDecorator() function in FlatDecorAddOn
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.h | 28 virtual Decorator* _AllocateDecorator(DesktopSettings& settings,
|
H A D | BeDecorator.cpp | 137 BeDecorAddOn::_AllocateDecorator(DesktopSettings& settings, BRect rect, in _AllocateDecorator() function in BeDecorAddOn
|
/haiku/src/add-ons/decorators/MacDecorator/ |
H A D | MacDecorator.h | 24 virtual Decorator* _AllocateDecorator(DesktopSettings& settings,
|
H A D | MacDecorator.cpp | 46 MacDecorAddOn::_AllocateDecorator(DesktopSettings& settings, BRect rect, in _AllocateDecorator() function in MacDecorAddOn
|
/haiku/src/add-ons/decorators/WinDecorator/ |
H A D | WinDecorator.h | 28 virtual Decorator* _AllocateDecorator(DesktopSettings& settings,
|
H A D | WinDecorator.cpp | 46 WinDecorAddOn::_AllocateDecorator(DesktopSettings& settings, BRect rect, in _AllocateDecorator() function in WinDecorAddOn
|