HomeSort by relevance Sort by last modified time
    Searched refs:Captcha (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 9 // captcha or OTP challenges.
15 // transparent wrapper around 'State' due to additional Captcha data
55 // The user needs to satisfy a CAPTCHA challenge to unlock their account.
57 // https://accounts.google.com/DisplayUnlockCaptcha. Otherwise, captcha()
94 struct Captcha {
95 Captcha();
96 Captcha(const std::string& token,
102 ~Captcha();
104 bool operator==(const Captcha &b) const;
106 std::string token; // Globally identifies the specific CAPTCHA challenge
    [all...]
google_service_auth_error.cc 16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) {
19 GoogleServiceAuthError::Captcha::Captcha(
26 GoogleServiceAuthError::Captcha::~Captcha() {
29 bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const {
120 const GoogleServiceAuthError::Captcha& GoogleServiceAuthError::captcha() const function in class:GoogleServiceAuthError
    [all...]

Completed in 62 milliseconds