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

/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.h15 // transparent wrapper around 'State' due to additional Captcha data
94 struct Captcha { struct in class:GoogleServiceAuthError
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_;
H A Dgoogle_service_auth_error.cc16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) { function in class:GoogleServiceAuthError::Captcha
19 GoogleServiceAuthError::Captcha::Captcha( function in class:GoogleServiceAuthError::Captcha
26 GoogleServiceAuthError::Captcha::~Captcha() {
29 bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const {
120 const GoogleServiceAuthError::Captcha& GoogleServiceAuthError::captcha() const {

Completed in 68 milliseconds