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

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 97 static GoogleServiceAuthError FromConnectionError(int error);
google_service_auth_error_unittest.cc 48 GoogleServiceAuthError::FromConnectionError(net::OK));
gaia_auth_fetcher_unittest.cc 129 GoogleServiceAuthError::FromConnectionError(-101);
132 GoogleServiceAuthError::FromConnectionError(-101);
136 expected_error = GoogleServiceAuthError::FromConnectionError(6);
154 GoogleServiceAuthError::FromConnectionError(error_no);
176 GoogleServiceAuthError::FromConnectionError(error_no);
google_service_auth_error.cc 37 GoogleServiceAuthError::FromConnectionError(int error) {
gaia_auth_fetcher.cc 324 return GoogleServiceAuthError::FromConnectionError(status.os_error());
  /external/chromium/chrome/browser/chromeos/login/
online_attempt_unittest.cc 233 GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET));
parallel_authenticator_unittest.cc 503 GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET);
668 GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET);
google_authenticator_unittest.cc 333 GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET);
437 GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET));

Completed in 920 milliseconds