Searched refs:ErrorToShortString (Results 1 – 9 of 9) sorted by relevance
66 LOG(ERROR) << "Connect failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()72 LOG(ERROR) << "SetReceiveBufferSize() failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()78 LOG(ERROR) << "SetSendBufferSize() failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()85 LOG(ERROR) << "GetLocalAddress failed: " << ErrorToShortString(rc); in CreateUDPSocketAndBind()138 LOG(ERROR) << "QuicSimpleClient read failed: " << ErrorToShortString(result); in OnReadError()
81 << "' : " << net::ErrorToShortString(rv); in CreateClient()
24 return "net::" + ErrorToShortString(error); in ErrorToString()36 std::string ErrorToShortString(int error) { in ErrorToShortString() function
33 NET_EXPORT std::string ErrorToShortString(int error);
328 << net::ErrorToShortString(platform_error) << ")\n"; in RunCert()331 << net::ErrorToShortString(builtin_error) << ")\n"; in RunCert()
135 std::cout << "CertVerifyProc result: " << net::ErrorToShortString(rv) << "\n"; in VerifyUsingCertVerifyProc()
231 dict.Set(ErrorToShortString(error), error); in GetNetConstants()
43 .Set("net_error", ErrorToShortString(net_error)) in NetLogSpdyStreamErrorParams()
1040 << net::ErrorToShortString(result.net_error) in RunCommands()