HomeSort by relevance Sort by last modified time
    Searched defs:NetLog (Results 1 - 14 of 14) sorted by null

  /external/chromium/net/base/
net_log.h 23 // NetLog is the destination for log messages generated by the network stack.
28 // To avoid needing to pass in the "source id" to the logging functions, NetLog
32 // ******** The NetLog (and associated logging) is a work in progress ********
38 class NetLog {
63 // message groupings. Can use NetLog::NextID() to create unique IDs.
109 NetLog() {}
110 virtual ~NetLog() {}
131 // Returns the logging level for this NetLog. This is used to avoid computing
135 // Converts a time to the string format that the NetLog uses to represent
153 static Value* EntryToDictionaryValue(NetLog::EventType type
    [all...]
  /external/chromium/net/socket/
tcp_client_socket_win.h 27 net::NetLog* net_log,
28 const net::NetLog::Source& source);
50 virtual const BoundNetLog& NetLog() const { return net_log_; }
socks5_client_socket.cc 43 net_log_(transport_socket->socket()->NetLog()) {
59 net_log_(transport_socket->NetLog()) {
86 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_CONNECT, NULL);
95 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_CONNECT, rv);
118 const BoundNetLog& SOCKS5ClientSocket::NetLog() const {
199 net_log_.EndEvent(NetLog::TYPE_SOCKS5_CONNECT, NULL);
213 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_WRITE, NULL);
218 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_WRITE, rv);
222 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_READ, NULL);
227 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_READ, rv)
    [all...]
socks_client_socket.cc 70 net_log_(transport_socket->socket()->NetLog()) {
86 net_log_(transport_socket->NetLog()) {
115 net_log_.BeginEvent(NetLog::TYPE_SOCKS_CONNECT, NULL);
121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
145 const BoundNetLog& SOCKSClientSocket::NetLog() const {
228 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
380 // TODO(eroman): Describe failure in NetLog.
ssl_client_socket_win.h 64 virtual const BoundNetLog& NetLog() const { return net_log_; }
ssl_server_socket_unittest.cc 158 virtual const BoundNetLog& NetLog() const {
tcp_client_socket_libevent.cc 107 net::NetLog* net_log,
108 const net::NetLog::Source& source)
118 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)),
128 scoped_refptr<NetLog::EventParameters> params;
131 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params);
139 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
178 NetLog::TYPE_TCP_CONNECT,
233 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
292 scoped_refptr<NetLog::EventParameters> params;
295 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params)
    [all...]
ssl_client_socket_mac.cc 545 net_log_(transport_socket->socket()->NetLog()) {
570 net_log_.BeginEvent(NetLog::TYPE_SSL_CONNECT, NULL);
574 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
583 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
633 const BoundNetLog& SSLClientSocketMac::NetLog() const {
    [all...]
transport_client_socket_pool_unittest.cc 80 virtual const BoundNetLog& NetLog() const {
130 virtual const BoundNetLog& NetLog() const {
204 virtual const BoundNetLog& NetLog() const {
270 NetLog* /* net_log */,
271 const NetLog::Source& /* source */) {
    [all...]
socket_test_util.cc 593 net::NetLog* net_log,
594 const NetLog::Source& source) {
620 MockClientSocket::MockClientSocket(net::NetLog* net_log)
623 net_log_(NetLog::Source(), net_log) {
659 const BoundNetLog& MockClientSocket::NetLog() const {
693 net::NetLog* net_log,
863 net::NetLog* net_log, net::DeterministicSocketData* data)
1028 : MockClientSocket(transport_socket->socket()->NetLog().net_log()),
    [all...]
client_socket_pool_base_unittest.cc 83 virtual const BoundNetLog& NetLog() const {
108 NetLog* /* net_log */,
109 const NetLog::Source& /*source*/) {
165 NetLog* net_log)
167 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
196 ignored, NULL, net::NetLog::Source());
652 entries, 0, NetLog::TYPE_SOCKET_POOL_CONNECT_JOB));
654 entries, 1, NetLog::TYPE_SOCKET_POOL_CONNECT_JOB_CONNECT));
656 entries, 2, NetLog::TYPE_CONNECT_JOB_SET_SOCKET,
657 NetLog::PHASE_NONE))
    [all...]
ssl_client_socket_nss.cc 494 net_log_(transport_socket->socket()->NetLog()),
611 net_log_.BeginEvent(NetLog::TYPE_SSL_CONNECT, NULL);
615 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
621 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
630 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
641 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
730 const BoundNetLog& SSLClientSocketNSS::NetLog() const {
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket.cc 52 net_log_(transport_socket->socket()->NetLog()) {
141 const BoundNetLog& HttpProxyClientSocket::NetLog() const {
316 NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_SEND_REQUEST, NULL);
322 NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_SEND_REQUEST, rv);
327 NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_READ_HEADERS, NULL);
333 NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_READ_HEADERS, rv);
387 NetLog::TYPE_HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
423 NetLog::TYPE_HTTP_TRANSACTION_READ_TUNNEL_RESPONSE_HEADERS,
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 130 const BoundNetLog& SpdyProxyClientSocket::NetLog() const {
291 NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_SEND_REQUEST, NULL);
296 NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_SEND_REQUEST, rv);
302 NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_READ_HEADERS, rv);
341 NetLog::TYPE_HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
381 NetLog::TYPE_HTTP_TRANSACTION_READ_TUNNEL_RESPONSE_HEADERS,

Completed in 238 milliseconds