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

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 9 // captcha challenges.
15 // transparent wrapper around 'State' due to additional Captcha data
54 // The user needs to satisfy a CAPTCHA challenge to unlock their account.
57 // captcha() will provide details about the associated challenge.
82 struct Captcha {
83 Captcha(const std::string& t, const GURL& img, const GURL& unlock);
84 std::string token; // Globally identifies the specific CAPTCHA challenge.
85 GURL image_url; // The CAPTCHA image to show the user.
86 GURL unlock_url; // Pretty unlock page containing above captcha.
99 // Construct a CAPTCHA_REQUIRED error with CAPTCHA challenge data
    [all...]
google_service_auth_error.cc 13 GoogleServiceAuthError::Captcha::Captcha(
57 const GoogleServiceAuthError::Captcha& GoogleServiceAuthError::captcha() const { function in class:GoogleServiceAuthError
89 value->Set("captcha", captcha_value);
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 111 * Url for captcha challenge, if required.
118 * Captcha toekn, if required.
149 * Captcha url to show to user, if needed.
161 * parameter: either 'success', 'failure' or 'captcha'.
162 * @param {?string=} opt_captcha Captcha answer, if was required.
176 // Captcha url should prefixed with this.
179 callback('captcha');

Completed in 166 milliseconds