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) function in class:DecorManager
267 "app_server:DecorManager:SetDecorator:\"%s\" *partly* failed\n",
/haiku/src/kits/interface/
H A DDecorInfo.cpp549 DecorInfoUtility::SetDecorator(DecorInfo* decor) function in class:BPrivate::DecorInfoUtility
563 DecorInfoUtility::SetDecorator(int32 index) function in class:BPrivate::DecorInfoUtility
573 return SetDecorator(decor);
/haiku/src/bin/
H A Dsetdecor.cpp228 if (util->SetDecorator(decor) != B_OK ) {
/haiku/src/servers/app/
H A DWindow.h42 void SetDecorator(::Decorator* decorator);
H A DWindow.cpp658 stack->SetDecorator(decorator);
1311 fCurrentStack->SetDecorator(decorator);
1328 fCurrentStack->SetDecorator(NULL);
2313 WindowStack::SetDecorator(::Decorator* decorator) function in class:WindowStack
H A DServerApp.cpp677 status_t error = gDecorManager.SetDecorator(path, fDesktop);
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp293 if (fDecorUtility.SetDecorator(decorInfo) == B_OK) {

Completed in 159 milliseconds