Searched refs:newDecor (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDecorManager.cpp244 DecorAddOn* newDecor = _LoadDecor(path, error); local
245 if (newDecor == NULL)
253 fCurrentDecor = newDecor;
264 // TODO: unloading the newDecor and its image
307 DecorAddOn* newDecor = createFunc(image, name); local
308 if (newDecor == NULL || newDecor->InitCheck() != B_OK) {
314 return newDecor;
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp191 BString newDecor; local
192 if (message->FindString("decor", &newDecor) == B_OK)
193 _SetDecor(newDecor);

Completed in 45 milliseconds