Searched defs:ResolveErrorInfo (Results 1 – 6 of 6) sorted by relevance
14 struct NET_EXPORT ResolveErrorInfo { struct21 ResolveErrorInfo& operator=(const ResolveErrorInfo& other); argument22 ResolveErrorInfo& operator=(ResolveErrorInfo&& other); argument27 int error = net::OK;33 bool is_secure_network_error = false;
11 ResolveErrorInfo::ResolveErrorInfo(int resolve_error, in ResolveErrorInfo() function in net::ResolveErrorInfo
788 TEST_F(HttpStreamPoolAttemptManagerTest, ResolveErrorInfo) { in TEST_F() argument