Searched refs:CaptchaChallenge (Results 1 – 7 of 7) sorted by relevance
44 class CaptchaChallenge {46 CaptchaChallenge() : captcha_needed_(false) {} in CaptchaChallenge() function47 CaptchaChallenge(const std::string& token, const std::string& url) in CaptchaChallenge() function81 virtual CaptchaChallenge GetCaptchaChallenge() const = 0;
56 virtual buzz::CaptchaChallenge GetCaptchaChallenge() const { in GetCaptchaChallenge()57 return buzz::CaptchaChallenge(); in GetCaptchaChallenge()
43 class CaptchaChallenge; variable97 CaptchaChallenge GetCaptchaChallenge();
79 CaptchaChallenge captcha_challenge_;199 CaptchaChallenge XmppClient::GetCaptchaChallenge() { in GetCaptchaChallenge()201 return CaptchaChallenge(); in GetCaptchaChallenge()
90 buzz::CaptchaChallenge GaiaTokenPreXmppAuth::GetCaptchaChallenge() const { in GetCaptchaChallenge()91 return buzz::CaptchaChallenge(); in GetCaptchaChallenge()
44 virtual buzz::CaptchaChallenge GetCaptchaChallenge() const OVERRIDE;
27 class CaptchaChallenge;61 MOCK_CONST_METHOD0(GetCaptchaChallenge, buzz::CaptchaChallenge());