Home
last modified time | relevance | path

Searched refs:Captcha (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgoogle_service_auth_error.h94 struct Captcha { struct
95 Captcha();
96 Captcha(const std::string& token,
102 ~Captcha();
104 bool operator==(const Captcha &b) const;
173 const Captcha& captcha() const;
200 Captcha captcha_;
Dgoogle_service_auth_error.cc16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) { in Captcha() function in GoogleServiceAuthError::Captcha
19 GoogleServiceAuthError::Captcha::Captcha( in Captcha() function in GoogleServiceAuthError::Captcha
26 GoogleServiceAuthError::Captcha::~Captcha() { in ~Captcha()
29 bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const { in operator ==()
120 const GoogleServiceAuthError::Captcha& GoogleServiceAuthError::captcha() const { in captcha()