Home
last modified time | relevance | path

Searched refs:AllocateDecorator (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDecorManager.h45 Decorator* AllocateDecorator(Desktop* desktop,
71 Decorator* AllocateDecorator(Window *window);
H A DDecorManager.cpp59 DecorAddOn::AllocateDecorator(Desktop* desktop, DrawingEngine* engine, in AllocateDecorator() function in DecorAddOn
128 DecorManager::AllocateDecorator(Window* window) in AllocateDecorator() function in DecorManager
142 return fPreviewDecor->AllocateDecorator(window->Desktop(), in AllocateDecorator()
150 return fCurrentDecor->AllocateDecorator(window->Desktop(), in AllocateDecorator()
/haiku/src/servers/app/
H A DWindow.cpp634 decorator = gDecorManager.AllocateDecorator(this); in ReloadDecor()
1310 decorator = gDecorManager.AllocateDecorator(this); in SetLook()
2284 decorator = gDecorManager.AllocateDecorator(this); in _InitWindowStack()