Home
last modified time | relevance | path

Searched refs:GetCaptchaChallenge (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmppauth.h56 virtual buzz::CaptchaChallenge GetCaptchaChallenge() const { in GetCaptchaChallenge() function
Dprexmppauth.h81 virtual CaptchaChallenge GetCaptchaChallenge() const = 0;
Dxmppclient.h97 CaptchaChallenge GetCaptchaChallenge();
Dxmppclient.cc199 CaptchaChallenge XmppClient::GetCaptchaChallenge() { in GetCaptchaChallenge() function in buzz::XmppClient
271 d_->captcha_challenge_ = d_->pre_auth_->GetCaptchaChallenge(); in ProcessTokenLogin()
/external/chromium_org/jingle/notifier/base/
Dgaia_token_pre_xmpp_auth.h44 virtual buzz::CaptchaChallenge GetCaptchaChallenge() const OVERRIDE;
Dgaia_token_pre_xmpp_auth.cc90 buzz::CaptchaChallenge GaiaTokenPreXmppAuth::GetCaptchaChallenge() const { in GetCaptchaChallenge() function in notifier::GaiaTokenPreXmppAuth
Dxmpp_connection_unittest.cc61 MOCK_CONST_METHOD0(GetCaptchaChallenge, buzz::CaptchaChallenge());