Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp174 fCaptchaResultField = new BTextControl("", "", NULL); in UserLoginWindow()
203 fCaptchaResultField->SetModificationMessage( in UserLoginWindow()
227 .Add(fCaptchaResultField, 1, 6) in UserLoginWindow()
416 fCaptchaResultField->SetEnabled(enabled); in _EnableMutableControls()
1003 fCaptchaResultField->SetText(""); in _SetCaptcha()
1106 detail.SetCaptchaResponse(fCaptchaResultField->Text()); in _AssembleCreateUserDetail()
1172 fCaptchaResultField->MarkAsInvalid(failures.Contains("captchaResponse")); in _MarkCreateUserInvalidFields()
H A DUserLoginWindow.h144 BTextControl* fCaptchaResultField; variable