Searched refs:SetDecorator (Results 1 – 9 of 9) sorted by relevance
117 status_t SetDecorator(DecorInfo* decor);118 status_t SetDecorator(int32);
80 status_t SetDecorator(BString path, Desktop *desktop);
241 DecorManager::SetDecorator(BString path, Desktop* desktop) in SetDecorator() function in DecorManager
549 DecorInfoUtility::SetDecorator(DecorInfo* decor) in SetDecorator() function in BPrivate::DecorInfoUtility563 DecorInfoUtility::SetDecorator(int32 index) in SetDecorator() function in BPrivate::DecorInfoUtility573 return SetDecorator(decor); in SetDecorator()
228 if (util->SetDecorator(decor) != B_OK ) { in main()
658 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
42 void SetDecorator(::Decorator* decorator);
677 status_t error = gDecorManager.SetDecorator(path, fDesktop); in _DispatchMessage()
293 if (fDecorUtility.SetDecorator(decorInfo) == B_OK) { in _SetDecor()