OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_no
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.cc
150
int
error_no
= net::ERR_CONNECTION_RESET;
local
151
net::URLRequestStatus status(net::URLRequestStatus::FAILED,
error_no
);
154
GoogleServiceAuthError::FromConnectionError(
error_no
);
172
int
error_no
= net::ERR_CONNECTION_RESET;
local
173
net::URLRequestStatus status(net::URLRequestStatus::FAILED,
error_no
);
176
GoogleServiceAuthError::FromConnectionError(
error_no
);
/external/chromium_org/google_apis/gaia/
gaia_auth_fetcher_unittest.cc
222
int
error_no
= net::ERR_CONNECTION_RESET;
local
223
net::URLRequestStatus status(net::URLRequestStatus::FAILED,
error_no
);
226
GoogleServiceAuthError::FromConnectionError(
error_no
);
241
int
error_no
= net::ERR_CONNECTION_RESET;
local
242
net::URLRequestStatus status(net::URLRequestStatus::FAILED,
error_no
);
245
GoogleServiceAuthError::FromConnectionError(
error_no
);
Completed in 162 milliseconds