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

/haiku/headers/private/screen_saver/
H A DScreenSaverSettings.h58 const char* LockMethod() { return fLockMethod.String(); }
60 { return strcmp(fLockMethod.String(), "custom")
89 { fLockMethod = method; }
118 BString fLockMethod; member in class:ScreenSaverSettings
/haiku/src/kits/screensaver/
H A DScreenSaverSettings.cpp85 fLockMethod = string;
126 fLockMethod = "custom";
160 if (fSettings.ReplaceString("lockmethod", fLockMethod) != B_OK)
161 fSettings.AddString("lockmethod", fLockMethod);

Completed in 106 milliseconds