Searched refs:captcha_unlock_url (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/common/net/gaia/ |
D | google_service_auth_error.cc | 44 const GURL& captcha_unlock_url) { in FromCaptchaChallenge() argument 46 captcha_image_url, captcha_unlock_url); in FromCaptchaChallenge() 107 const GURL& captcha_unlock_url) in GoogleServiceAuthError() argument 109 captcha_(captcha_token, captcha_image_url, captcha_unlock_url), in GoogleServiceAuthError()
|
D | google_service_auth_error.h | 103 const GURL& captcha_unlock_url); 124 const GURL& captcha_unlock_url);
|
/external/chromium_org/google_apis/gaia/ |
D | google_service_auth_error.cc | 100 const GURL& captcha_unlock_url) { in FromClientLoginCaptchaChallenge() argument 102 captcha_image_url, captcha_unlock_url, 0, 0); in FromClientLoginCaptchaChallenge() 254 const GURL& captcha_unlock_url, in GoogleServiceAuthError() argument 259 captcha_unlock_url, image_width, image_height), in GoogleServiceAuthError()
|
D | google_service_auth_error.h | 154 const GURL& captcha_unlock_url); 197 const GURL& captcha_unlock_url,
|