Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/model/
H A DUserCredentials.cpp21 from->FindBool(KEY_IS_SUCCESSFUL, &fIsSuccessful); in UserCredentials()
30 fIsSuccessful(false) in UserCredentials()
39 fIsSuccessful(false) in UserCredentials()
48 fIsSuccessful(false) in UserCredentials()
63 fIsSuccessful = other.fIsSuccessful; in operator =()
72 && fIsSuccessful == other.fIsSuccessful; in operator ==()
100 return fIsSuccessful; in IsSuccessful()
128 fIsSuccessful = value; in SetIsSuccessful()
141 result = into->AddBool(KEY_IS_SUCCESSFUL, fIsSuccessful); in Archive()
H A DUserCredentials.h45 bool fIsSuccessful; variable