Home
last modified time | relevance | path

Searched refs:EndEventWithNetErrorCode (Results 1 – 22 of 22) sorted by relevance

/external/chromium/net/socket/
Dsocks5_client_socket.cc95 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_CONNECT, rv); in Connect()
218 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_WRITE, rv); in DoLoop()
227 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_READ, rv); in DoLoop()
236 net_log_.EndEventWithNetErrorCode( in DoLoop()
246 net_log_.EndEventWithNetErrorCode( in DoLoop()
Dtcp_server_socket_libevent.cc149 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error); in AcceptInternal()
158 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED); in AcceptInternal()
Dtcp_server_socket_win.cc133 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error); in AcceptInternal()
142 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED); in AcceptInternal()
Dssl_server_socket_nss.cc99 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv); in Accept()
106 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv); in Accept()
121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv); in Accept()
388 net_log_.EndEventWithNetErrorCode(net::NetLog::TYPE_SSL_ACCEPT, rv); in OnHandshakeIOComplete()
Dsocks_client_socket.cc121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv); in Connect()
228 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv); in OnIOComplete()
Dclient_socket_pool_base.cc125 net_log().EndEventWithNetErrorCode( in LogConnectCompletion()
240 request->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, rv); in RequestSocket()
299 request.net_log().EndEventWithNetErrorCode( in RequestSockets()
837 r->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, in OnConnectJobComplete()
898 request->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, rv); in ProcessPendingRequest()
Dtcp_client_socket_libevent.cc551 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error); in LogConnectCompletion()
562 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv); in LogConnectCompletion()
Dssl_client_socket_mac.cc574 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in Connect()
583 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in Connect()
925 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in OnHandshakeIOComplete()
Dtcp_client_socket_win.cc715 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error); in LogConnectCompletion()
727 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv); in LogConnectCompletion()
Dssl_client_socket_openssl.cc659 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, result); in Connect()
671 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in Connect()
1023 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in OnHandshakeIOComplete()
Dssl_client_socket_nss.cc615 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in Connect()
621 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in Connect()
630 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in Connect()
641 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); in Connect()
1176 net_log_.EndEventWithNetErrorCode(net::NetLog::TYPE_SSL_CONNECT, rv); in OnHandshakeIOComplete()
/external/chromium/net/proxy/
Dinit_proxy_resolver.cc165 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_INIT_PROXY_RESOLVER_WAIT, in DoWaitComplete()
200 net_log_.EndEventWithNetErrorCode( in DoFetchPacScriptComplete()
230 net_log_.EndEventWithNetErrorCode( in DoSetPacScriptComplete()
/external/chromium/net/http/
Dhttp_cache_transaction.cc582 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_GET_BACKEND, in DoGetBackendComplete()
760 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, result); in DoOpenEntryComplete()
803 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY, in DoCreateEntryComplete()
835 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY, result); in DoDoomEntryComplete()
855 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_ADD_TO_ENTRY, in DoAddToEntryComplete()
1087 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_WRITE_DATA, in DoTruncateCachedDataComplete()
1110 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_WRITE_INFO, in DoTruncateCachedMetadataComplete()
1164 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_READ_INFO, result); in DoCacheReadResponseComplete()
1194 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_WRITE_INFO, in DoCacheWriteResponseComplete()
1224 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_READ_INFO, result); in DoCacheReadMetadataComplete()
[all …]
Dhttp_proxy_client_socket.cc321 net_log_.EndEventWithNetErrorCode( in DoLoop()
332 net_log_.EndEventWithNetErrorCode( in DoLoop()
Dhttp_network_transaction.cc539 net_log_.EndEventWithNetErrorCode( in DoLoop()
549 net_log_.EndEventWithNetErrorCode( in DoLoop()
559 net_log_.EndEventWithNetErrorCode( in DoLoop()
570 net_log_.EndEventWithNetErrorCode( in DoLoop()
Dhttp_stream_parser.cc204 net_log_.EndEventWithNetErrorCode( in DoLoop()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.cc295 net_log_.EndEventWithNetErrorCode( in DoLoop()
301 net_log_.EndEventWithNetErrorCode( in DoLoop()
/external/chromium/net/base/
Dnet_log.h200 void EndEventWithNetErrorCode(NetLog::EventType event_type,
Dnet_log.cc148 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type, in EndEventWithNetErrorCode() function in net::BoundNetLog
/external/chromium/net/disk_cache/
Dmem_entry_impl.cc375 net_log_.EndEventWithNetErrorCode( in InternalReadSparseData()
438 net_log_.EndEventWithNetErrorCode( in InternalWriteSparseData()
Dsparse_control.cc178 net_log.EndEventWithNetErrorCode(event_type, result); in LogChildOperationEnd()
/external/chromium/net/socket_stream/
Dsocket_stream.cc458 net_log_.EndEventWithNetErrorCode( in DoLoop()