OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FromConnectionError
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher.cc
35
return GoogleServiceAuthError::
FromConnectionError
(
39
return GoogleServiceAuthError::
FromConnectionError
(
100
ReportFailure(GoogleServiceAuthError::
FromConnectionError
(101));
/external/chromium_org/google_apis/gaia/
google_service_auth_error_unittest.cc
48
GoogleServiceAuthError::
FromConnectionError
(net::OK));
google_service_auth_error.h
145
static GoogleServiceAuthError
FromConnectionError
(int error);
oauth2_mint_token_flow_unittest.cc
352
GoogleServiceAuthError::
FromConnectionError
(101));
359
GoogleServiceAuthError::
FromConnectionError
(101));
gaia_auth_fetcher_unittest.cc
202
GoogleServiceAuthError::
FromConnectionError
(-101);
205
GoogleServiceAuthError::
FromConnectionError
(-101);
209
expected_error = GoogleServiceAuthError::
FromConnectionError
(6);
227
GoogleServiceAuthError::
FromConnectionError
(error_no);
246
GoogleServiceAuthError::
FromConnectionError
(error_no);
google_service_auth_error.cc
86
GoogleServiceAuthError::
FromConnectionError
(int error) {
oauth2_access_token_fetcher_impl.cc
89
return GoogleServiceAuthError::
FromConnectionError
(status.error());
oauth2_mint_token_flow.cc
63
return GoogleServiceAuthError::
FromConnectionError
(status.error());
gaia_auth_fetcher.cc
733
return GoogleServiceAuthError::
FromConnectionError
(status.error());
[
all
...]
/external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.cc
61
error = GoogleServiceAuthError::
FromConnectionError
(status.error());
/external/chromium_org/chrome/browser/chromeos/login/auth/
online_attempt_unittest.cc
200
GoogleServiceAuthError::
FromConnectionError
(net::ERR_CONNECTION_RESET));
/external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_apiary.cc
212
it, GoogleServiceAuthError::
FromConnectionError
(error_code));
supervised_user_refresh_token_fetcher.cc
276
GoogleServiceAuthError::
FromConnectionError
(error_code), std::string());
/external/chromium_org/components/invalidation/
gcm_network_channel_unittest.cc
340
GoogleServiceAuthError::
FromConnectionError
(1), "");
Completed in 4039 milliseconds