Searched refs:fCurrentDecorPath (Results 1 – 2 of 2) sorted by relevance
116 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()
93 BString fCurrentDecorPath; variable