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

  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.h 109 static const char kCaptchaError[];
gaia_auth_fetcher.cc 58 const char GaiaAuthFetcher::kCaptchaError[] = "CaptchaRequired";
338 if (error == kCaptchaError) {
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.h 214 static const char kCaptchaError[];
gaia_auth_fetcher.cc 121 const char GaiaAuthFetcher::kCaptchaError[] = "CaptchaRequired";
700 if (error == kCaptchaError) {
    [all...]

Completed in 24 milliseconds