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

1 2 3

  /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,
  /external/chromium/net/http/
http_auth_handler.cc 102 net_log_.EndEvent(EventTypeFromAuthTarget(target_), NULL);
  /external/chromium_org/net/http/
http_auth_handler.cc 104 net_log_.EndEvent(EventTypeFromAuthTarget(target_));
  /external/chromium_org/net/base/
file_stream_context.cc 55 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN);
104 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN);
200 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN);
net_log.cc 433 void BoundNetLog::EndEvent(NetLog::EventType type) const {
437 void BoundNetLog::EndEvent(
457 EndEvent(event_type);
459 EndEvent(event_type, NetLog::IntegerCallback("net_error", net_error));
net_log.h 351 void EndEvent(NetLog::EventType type) const;
352 void EndEvent(NetLog::EventType type,
366 // Just like EndEvent, except |net_error| is a net error code. If it's
  /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);
  /external/chromium_org/net/disk_cache/
mem_entry_impl.cc 197 net_log_.EndEvent(
215 net_log_.EndEvent(
231 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_READ);
244 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_WRITE);
257 net_log_.EndEvent(
279 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_MEM_ENTRY_IMPL);
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc 156 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST);
163 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST);
336 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_JOB);
353 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_JOB);
  /external/chromium_org/net/socket/
client_socket_handle.cc 42 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE);
tcp_server_socket_libevent.cc 46 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
190 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT,
tcp_server_socket_win.cc 32 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
181 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT,
tcp_client_socket_libevent.cc 154 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
340 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
343 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT);
627 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT,
  /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_org/content/browser/download/
base_file_win.cc 363 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED);
base_file.cc 181 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_RENAMED);
338 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_OPENED);
  /external/chromium_org/net/url_request/
url_request_throttler_manager.cc 110 net_log_.EndEvent(NetLog::TYPE_THROTTLING_DISABLED_FOR_HOST,
  /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...]

Completed in 514 milliseconds

1 2 3