HomeSort by relevance Sort by last modified time
    Searched refs:EndEvent (Results 1 - 25 of 25) sorted by null

  /external/chromium/net/base/
net_log.cc 142 void BoundNetLog::EndEvent(
152 EndEvent(event_type, NULL);
154 EndEvent(
221 net_log_.EndEvent(event_type_, end_event_params_);
host_resolver_impl.cc 419 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_JOB, NULL);
526 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_JOB, params);
807 req->request_net_log().EndEvent(
824 req->request_net_log().EndEvent(
837 req->request_net_log().EndEvent(
    [all...]
net_log.h 193 void EndEvent(NetLog::EventType event_type,
196 // Just like EndEvent, except |net_error| is a net error code. If it's
  /external/chromium/net/socket/
tcp_server_socket_libevent.cc 53 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
166 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT,
tcp_server_socket_win.cc 34 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
150 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT,
client_socket_handle.cc 38 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE, NULL);
tcp_client_socket_libevent.cc 139 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
295 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params);
570 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT,
tcp_client_socket_win.cc 235 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
377 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params);
735 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT,
client_socket_pool_base.cc 63 net_log().EndEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB, NULL);
473 req->net_log().EndEvent(NetLog::TYPE_SOCKET_POOL, NULL);
815 r->net_log().EndEvent(NetLog::TYPE_SOCKET_POOL, NULL);
    [all...]
ssl_client_socket_win.cc 569 net_log_.EndEvent(NetLog::TYPE_SSL_CONNECT, NULL);
579 net_log_.EndEvent(NetLog::TYPE_SSL_CONNECT, NULL);
830 net_log_.EndEvent(NetLog::TYPE_SSL_CONNECT, NULL);
    [all...]
socks5_client_socket.cc 199 net_log_.EndEvent(NetLog::TYPE_SOCKS5_CONNECT, NULL);
  /external/chromium/net/http/
http_auth_handler.cc 102 net_log_.EndEvent(EventTypeFromAuthTarget(target_), NULL);
http_stream_factory_impl_request.cc 38 net_log_.EndEvent(NetLog::TYPE_HTTP_STREAM_REQUEST, NULL);
http_stream_factory_impl_job.cc 70 net_log_.EndEvent(NetLog::TYPE_HTTP_STREAM_JOB, NULL);
    [all...]
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 181 net_log_.EndEvent(
200 net_log_.EndEvent(
217 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_READ, NULL);
230 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_WRITE, NULL);
244 net_log_.EndEvent(
268 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_MEM_ENTRY_IMPL, NULL);
sparse_control.cc 665 entry_->net_log().EndEvent(
673 entry_->net_log().EndEvent(GetSparseEventType(operation_), NULL);
820 entry_->net_log().EndEvent(GetSparseEventType(operation_), NULL);
entry_impl.cc 62 entry_->net_log().EndEvent(
323 net_log_.EndEvent(
344 net_log_.EndEvent(
925 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_ENTRY_IMPL, NULL);
    [all...]
  /external/chromium/net/url_request/
url_request.cc 387 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_BLOCKED_ON_EXTENSION, NULL);
520 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_START_JOB, params);
572 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_START_JOB, NULL);
656 net_log_.EndEvent(NetLog::TYPE_REQUEST_ALIVE, NULL);
  /external/chromium/net/proxy/
proxy_service.cc 322 net_log_.EndEvent(NetLog::TYPE_PROXY_SERVICE, NULL);
610 req->net_log()->EndEvent(NetLog::TYPE_PROXY_SERVICE_WAITING_FOR_INIT_PAC,
743 net_log.EndEvent(NetLog::TYPE_PROXY_SERVICE, NULL);
    [all...]
init_proxy_resolver.cc 286 net_log_.EndEvent(NetLog::TYPE_INIT_PROXY_RESOLVER, NULL);
multi_threaded_proxy_resolver.cc 245 net_log_.EndEvent(
  /external/chromium/net/udp/
udp_socket_libevent.cc 51 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
udp_socket_win.cc 56 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
  /external/chromium/net/socket_stream/
socket_stream.cc 109 net_log_.EndEvent(NetLog::TYPE_REQUEST_ALIVE, NULL);
308 net_log_.EndEvent(NetLog::TYPE_SOCKET_STREAM_CONNECT, NULL);
    [all...]
  /external/chromium/net/spdy/
spdy_session.cc 317 net_log_.EndEvent(NetLog::TYPE_SPDY_SESSION, NULL);
    [all...]

Completed in 855 milliseconds