Home
last modified time | relevance | path

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

/external/chromium/chrome/common/net/gaia/
Dgoogle_service_auth_error.h82 struct Captcha { struct
83 Captcha(const std::string& t, const GURL& img, const GURL& unlock);
112 const Captcha& captcha() const;
127 Captcha captcha_;
Dgoogle_service_auth_error.cc13 GoogleServiceAuthError::Captcha::Captcha( in Captcha() function in GoogleServiceAuthError::Captcha
57 const GoogleServiceAuthError::Captcha& GoogleServiceAuthError::captcha() const { in captcha()