Searched refs:fCaptchaResultField (Results 1 – 2 of 2) sorted by relevance
174 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()
144 BTextControl* fCaptchaResultField; variable