/external/chromium_org/net/http/ |
http_auth_handler.cc | 105 net_log_.EndEvent(EventTypeFromAuthTarget(target_));
|
http_stream_factory_impl_request.cc | 45 net_log_.EndEvent(NetLog::TYPE_HTTP_STREAM_REQUEST);
|
/external/chromium_org/net/disk_cache/memory/ |
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 | 187 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST); 194 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST); 367 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_JOB); 385 net_log_.EndEvent(
|
/external/chromium_org/net/base/ |
net_log.h | 356 void EndEvent(NetLog::EventType type) const; 357 void EndEvent(NetLog::EventType type, 371 // Just like EndEvent, except |net_error| is a net error code. If it's
|
net_log.cc | 447 void BoundNetLog::EndEvent(NetLog::EventType type) const { 451 void BoundNetLog::EndEvent( 471 EndEvent(event_type); 473 EndEvent(event_type, NetLog::IntegerCallback("net_error", net_error));
|
trace_net_log_observer_unittest.cc | 171 bound_net_log.EndEvent(NetLog::TYPE_REQUEST_ALIVE);
|
/external/chromium_org/net/socket/ |
tcp_socket_libevent.cc | 141 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE); 470 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, 506 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, 509 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT); 547 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT,
|
client_socket_handle.cc | 43 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE);
|
tcp_socket_win.cc | 289 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE); 752 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, 832 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, 835 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT); 871 net_log_.EndEvent( [all...] |
websocket_transport_client_socket_pool.cc | 332 request_net_log.EndEvent(NetLog::TYPE_SOCKET_POOL); 491 request_net_log.EndEvent(NetLog::TYPE_SOCKET_POOL);
|
client_socket_pool_base.cc | 61 net_log().EndEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB); 530 request->net_log().EndEvent(NetLog::TYPE_SOCKET_POOL); 893 request->net_log().EndEvent(NetLog::TYPE_SOCKET_POOL); [all...] |
socks5_client_socket.cc | 207 net_log_.EndEvent(NetLog::TYPE_SOCKS5_CONNECT);
|
/external/chromium_org/content/browser/download/ |
base_file_win.cc | 392 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED);
|
base_file.cc | 171 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_RENAMED); 316 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,
|
url_request.cc | 386 net_log_.EndEvent(NetLog::TYPE_DELEGATE_INFO); 928 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_START_JOB); [all...] |
/external/chromium_org/net/dns/ |
host_resolver_impl.cc | 395 source_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL); 403 request_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_REQUEST); 404 source_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL); 605 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK); 760 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK, [all...] |
dns_session.cc | 246 socket->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE);
|
/external/chromium_org/net/proxy/ |
proxy_script_decider.cc | 455 net_log_.EndEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER);
|
proxy_service.cc | 804 net_log_.EndEvent(NetLog::TYPE_PROXY_SERVICE); [all...] |
multi_threaded_proxy_resolver.cc | 234 net_log_.EndEvent(NetLog::TYPE_WAITING_FOR_PROXY_RESOLVER_THREAD);
|
/external/chromium_org/net/disk_cache/blockfile/ |
sparse_control.cc | 688 entry_->net_log().EndEvent( 695 entry_->net_log().EndEvent(GetSparseEventType(operation_)); 844 entry_->net_log().EndEvent(GetSparseEventType(operation_));
|
entry_impl_v3.cc | 559 net_log_.EndEvent( 599 net_log_.EndEvent( 768 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_ENTRY_IMPL); [all...] |
entry_impl.cc | 66 entry_->net_log().EndEvent( 327 net_log_.EndEvent( 347 net_log_.EndEvent( 968 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_ENTRY_IMPL); [all...] |