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

/haiku/src/apps/haikudepot/model/
H A DCreateUserDetail.cpp12 #define KEY_IS_PASSWORD_REPEATED "isPasswordRepeated" macro
24 from->FindBool(KEY_IS_PASSWORD_REPEATED, &fIsPasswordRepeated);
167 result = into->AddBool(KEY_IS_PASSWORD_REPEATED, fIsPasswordRepeated);

Completed in 47 milliseconds