/external/chromium/net/socket/ |
tcp_server_socket_libevent.cc | 149 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error); 158 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED);
|
tcp_server_socket_win.cc | 133 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error); 142 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED);
|
socks5_client_socket.cc | 95 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_CONNECT, rv); 218 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_WRITE, rv); 227 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_READ, rv); 236 net_log_.EndEventWithNetErrorCode( 246 net_log_.EndEventWithNetErrorCode(
|
ssl_server_socket_nss.cc | 99 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv); 106 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv); 121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv); 388 net_log_.EndEventWithNetErrorCode(net::NetLog::TYPE_SSL_ACCEPT, rv);
|
socks_client_socket.cc | 121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv); 228 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
|
client_socket_pool_base.cc | 125 net_log().EndEventWithNetErrorCode( 240 request->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, rv); 299 request.net_log().EndEventWithNetErrorCode( 837 r->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, 898 request->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, rv); [all...] |
/external/chromium/net/proxy/ |
init_proxy_resolver.cc | 165 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_INIT_PROXY_RESOLVER_WAIT, 200 net_log_.EndEventWithNetErrorCode( 230 net_log_.EndEventWithNetErrorCode(
|
/external/chromium_org/net/socket/ |
socks5_client_socket.cc | 68 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_CONNECT, rv); 216 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_WRITE, rv); 225 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_READ, rv); 234 net_log_.EndEventWithNetErrorCode( 244 net_log_.EndEventWithNetErrorCode(
|
tcp_socket_libevent.cc | 586 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error); 595 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, 603 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, adopt_result); 681 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error); 690 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv);
|
ssl_server_socket_nss.cc | 129 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv); 136 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv); 151 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv); 533 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv);
|
socks_client_socket.cc | 95 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv); 226 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
|
tcp_socket_win.cc | 705 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error); 714 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED); 721 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, adopt_result); 829 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error); 841 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv);
|
client_socket_pool_base.cc | 116 net_log().EndEventWithNetErrorCode( 273 request->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, rv); 342 request.net_log().EndEventWithNetErrorCode( 905 request->net_log().EndEventWithNetErrorCode( 959 request->net_log().EndEventWithNetErrorCode(NetLog::TYPE_SOCKET_POOL, rv); [all...] |
/external/chromium/net/http/ |
http_cache_transaction.cc | 582 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_GET_BACKEND, 760 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, result); 803 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY, 835 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY, result); 855 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_ADD_TO_ENTRY, 1087 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_WRITE_DATA, [all...] |
http_proxy_client_socket.cc | 321 net_log_.EndEventWithNetErrorCode( 332 net_log_.EndEventWithNetErrorCode(
|
http_network_transaction.cc | 539 net_log_.EndEventWithNetErrorCode( 549 net_log_.EndEventWithNetErrorCode( 559 net_log_.EndEventWithNetErrorCode( 570 net_log_.EndEventWithNetErrorCode( [all...] |
/external/chromium_org/net/http/ |
http_cache_transaction.cc | 801 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_GET_BACKEND, [all...] |
http_proxy_client_socket.cc | 346 net_log_.EndEventWithNetErrorCode( 357 net_log_.EndEventWithNetErrorCode(
|
/external/chromium/net/base/ |
net_log.h | 200 void EndEventWithNetErrorCode(NetLog::EventType event_type,
|
net_log.cc | 148 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type,
|
/external/chromium_org/net/proxy/ |
proxy_script_decider.cc | 240 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_PROXY_SCRIPT_DECIDER_WAIT, 329 net_log_.EndEventWithNetErrorCode(
|
/external/chromium/net/spdy/ |
spdy_proxy_client_socket.cc | 295 net_log_.EndEventWithNetErrorCode( 301 net_log_.EndEventWithNetErrorCode(
|
/external/chromium_org/net/spdy/ |
spdy_proxy_client_socket.cc | 301 net_log_.EndEventWithNetErrorCode( 313 net_log_.EndEventWithNetErrorCode(
|
/external/chromium_org/net/base/ |
net_log.h | 370 void EndEventWithNetErrorCode(NetLog::EventType event_type,
|
/external/chromium_org/net/dns/ |
dns_transaction.cc | 542 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_DNS_TRANSACTION, 659 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_DNS_TRANSACTION, result.rv); 841 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_DNS_TRANSACTION_QUERY, 848 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_DNS_TRANSACTION_QUERY,
|