Searched defs:kCaptchaError (Results 1 - 4 of 4) sorted by relevance
/external/chromium/chrome/common/net/gaia/ | ||
H A D | gaia_auth_fetcher.h | 109 static const char kCaptchaError[]; member in class:GaiaAuthFetcher |
H A D | gaia_auth_fetcher.cc | 58 const char GaiaAuthFetcher::kCaptchaError[] = "CaptchaRequired"; member in class:GaiaAuthFetcher 338 if (error == kCaptchaError) { |
/external/chromium_org/google_apis/gaia/ | ||
H A D | gaia_auth_fetcher.h | 214 static const char kCaptchaError[]; member in class:GaiaAuthFetcher |
H A D | gaia_auth_fetcher.cc | 121 const char GaiaAuthFetcher::kCaptchaError[] = "CaptchaRequired"; member in class:GaiaAuthFetcher 700 if (error == kCaptchaError) { |
Completed in 108 milliseconds