Home
last modified time | relevance | path

Searched refs:fCurrentDecorPath (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDecorManager.cpp116 fCurrentDecorPath("Default") in DecorManager()
236 return fCurrentDecorPath.String(); in GetCurrentDecorator()
250 BString oldPath = fCurrentDecorPath; in SetDecorator()
254 fCurrentDecorPath = path.String(); in SetDecorator()
268 fCurrentDecorPath.String()); in SetDecorator()
271 fCurrentDecorPath = oldPath; in SetDecorator()
345 fCurrentDecorPath = itemPath; in _LoadSettingsFromDisk()
376 if (settings.AddString("decorator", fCurrentDecorPath.String()) != B_OK) in _SaveSettingsToDisk()
H A DDecorManager.h93 BString fCurrentDecorPath; variable