Home
last modified time | relevance | path

Searched refs:SetDecorator (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/private/interface/
H A DDecorInfo.h117 status_t SetDecorator(DecorInfo* decor);
118 status_t SetDecorator(int32);
/haiku/src/servers/app/decorator/
H A DDecorManager.h80 status_t SetDecorator(BString path, Desktop *desktop);
H A DDecorManager.cpp241 DecorManager::SetDecorator(BString path, Desktop* desktop) in SetDecorator() function in DecorManager
/haiku/src/kits/interface/
H A DDecorInfo.cpp549 DecorInfoUtility::SetDecorator(DecorInfo* decor) in SetDecorator() function in BPrivate::DecorInfoUtility
563 DecorInfoUtility::SetDecorator(int32 index) in SetDecorator() function in BPrivate::DecorInfoUtility
573 return SetDecorator(decor); in SetDecorator()
/haiku/src/bin/
H A Dsetdecor.cpp228 if (util->SetDecorator(decor) != B_OK ) { in main()
/haiku/src/servers/app/
H A DWindow.cpp658 stack->SetDecorator(decorator); in ReloadDecor()
1311 fCurrentStack->SetDecorator(decorator); in SetLook()
1328 fCurrentStack->SetDecorator(NULL); in SetLook()
2313 WindowStack::SetDecorator(::Decorator* decorator) in SetDecorator() function in WindowStack
H A DWindow.h42 void SetDecorator(::Decorator* decorator);
H A DServerApp.cpp677 status_t error = gDecorManager.SetDecorator(path, fDesktop); in _DispatchMessage()
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp293 if (fDecorUtility.SetDecorator(decorInfo) == B_OK) { in _SetDecor()