OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CaptchaChallenge
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
prexmppauth.h
44
class
CaptchaChallenge
{
46
CaptchaChallenge
() : captcha_needed_(false) {}
47
CaptchaChallenge
(const std::string& token, const std::string& url)
80
virtual
CaptchaChallenge
GetCaptchaChallenge() const = 0;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
prexmppauth.h
44
class
CaptchaChallenge
{
46
CaptchaChallenge
() : captcha_needed_(false) {}
47
CaptchaChallenge
(const std::string& token, const std::string& url)
81
virtual
CaptchaChallenge
GetCaptchaChallenge() const = 0;
Completed in 64 milliseconds