Searched refs:CaptchaChallenge (Results 1 – 4 of 4) sorted by relevance
27 class CaptchaChallenge {29 CaptchaChallenge() : captcha_needed_(false) {} in CaptchaChallenge() function30 CaptchaChallenge(const std::string& token, const std::string& url) in CaptchaChallenge() function64 virtual CaptchaChallenge GetCaptchaChallenge() const = 0;
39 virtual buzz::CaptchaChallenge GetCaptchaChallenge() const { in GetCaptchaChallenge()40 return buzz::CaptchaChallenge(); in GetCaptchaChallenge()
25 class CaptchaChallenge; variable79 CaptchaChallenge GetCaptchaChallenge();
62 CaptchaChallenge captcha_challenge_;182 CaptchaChallenge XmppClient::GetCaptchaChallenge() { in GetCaptchaChallenge()184 return CaptchaChallenge(); in GetCaptchaChallenge()