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

/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.h96 Captcha& captcha);
102 Captcha& captcha);
106 void _SetCaptcha(Captcha* captcha);
H A DUserLoginWindow.cpp172 fCaptchaView = new BitmapView("captcha view");
744 Captcha captcha; local
755 result = threadData->window->_CreateAccountCaptchaSetupThread(captcha);
775 result = captcha.Archive(&captchaMessage);
858 UserLoginWindow::_CreateAccountCaptchaSetupThread(Captcha& captcha) argument
871 "obtain a captcha image required to create a new user."));
884 // now parse the response from the server and extract the captcha data.
887 status = _UnpackCaptcha(responsePayload, captcha);
891 B_TRANSLATE("It was not possible to extract necessary captcha "
901 server and extracts from it the captcha imag
905 _UnpackCaptcha(BMessage& responsePayload, Captcha& captcha) argument
981 _SetCaptcha(Captcha* captcha) argument
[all...]

Completed in 43 milliseconds