/external/chromium/net/base/ |
D | net_log.cc | 142 void BoundNetLog::EndEvent( in EndEvent() function in net::BoundNetLog 152 EndEvent(event_type, NULL); in EndEventWithNetErrorCode() 154 EndEvent( in EndEventWithNetErrorCode() 221 net_log_.EndEvent(event_type_, end_event_params_); in ~ScopedNetLogEvent()
|
D | host_resolver_impl.cc | 419 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_JOB, NULL); in Cancel() 526 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_JOB, params); in OnLookupComplete() 807 req->request_net_log().EndEvent( in InsertPendingRequest() 824 req->request_net_log().EndEvent( in RemovePendingRequest() 837 req->request_net_log().EndEvent( in RemoveTopPendingRequest() 1124 req->request_net_log().EndEvent( in CancelRequest() 1237 req->request_net_log().EndEvent( in OnJobCompleteInternal() 1301 request_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_REQUEST, params); in OnFinishRequest() 1302 source_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL, NULL); in OnFinishRequest() 1319 request_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_REQUEST, NULL); in OnCancelRequest() [all …]
|
/external/chromium_org/net/disk_cache/ |
D | mem_entry_impl.cc | 197 net_log_.EndEvent( in ReadData() 215 net_log_.EndEvent( in WriteData() 231 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_READ); in ReadSparseData() 244 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_WRITE); in WriteSparseData() 257 net_log_.EndEvent( in GetAvailableRange() 279 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_MEM_ENTRY_IMPL); in ~MemEntryImpl()
|
/external/chromium/net/disk_cache/ |
D | mem_entry_impl.cc | 181 net_log_.EndEvent( in ReadData() 200 net_log_.EndEvent( in WriteData() 217 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_READ, NULL); in ReadSparseData() 230 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_WRITE, NULL); in WriteSparseData() 244 net_log_.EndEvent( in GetAvailableRange() 268 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_MEM_ENTRY_IMPL, NULL); in ~MemEntryImpl()
|
D | sparse_control.cc | 665 entry_->net_log().EndEvent( in DoChildrenIO() 673 entry_->net_log().EndEvent(GetSparseEventType(operation_), NULL); in DoChildrenIO() 820 entry_->net_log().EndEvent(GetSparseEventType(operation_), NULL); in OnChildIOCompleted()
|
/external/chromium_org/net/cert/ |
D | multi_threaded_cert_verifier.cc | 156 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST); in Cancel() 163 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST); in Post() 336 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_JOB); in ~CertVerifierJob() 353 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_JOB); in HandleResult()
|
/external/chromium_org/net/base/ |
D | file_stream_context.cc | 59 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); in Orphan() 108 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); in CloseSync() 225 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); in ProcessOpenError()
|
D | net_log.cc | 433 void BoundNetLog::EndEvent(NetLog::EventType type) const { in EndEvent() function in net::BoundNetLog 437 void BoundNetLog::EndEvent( in EndEvent() function in net::BoundNetLog 457 EndEvent(event_type); in EndEventWithNetErrorCode() 459 EndEvent(event_type, NetLog::IntegerCallback("net_error", net_error)); in EndEventWithNetErrorCode()
|
D | net_log.h | 351 void EndEvent(NetLog::EventType type) const; 352 void EndEvent(NetLog::EventType type,
|
/external/chromium/net/socket/ |
D | tcp_server_socket_libevent.cc | 53 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL); in ~TCPServerSocketLibevent() 166 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, in AcceptInternal()
|
D | tcp_server_socket_win.cc | 34 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL); in ~TCPServerSocketWin() 150 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, in AcceptInternal()
|
D | client_socket_handle.cc | 38 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE, NULL); in ResetInternal()
|
D | tcp_client_socket_libevent.cc | 139 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL); in ~TCPClientSocketLibevent() 295 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params); in DoConnectComplete() 570 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT, in LogConnectCompletion()
|
D | tcp_client_socket_win.cc | 235 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL); in ~TCPClientSocketWin() 377 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params); in DoConnectComplete() 735 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT, in LogConnectCompletion()
|
/external/chromium/net/url_request/ |
D | url_request.cc | 387 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_BLOCKED_ON_EXTENSION, NULL); in BeforeRequestComplete() 520 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_START_JOB, params); in ResponseStarted() 572 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_START_JOB, NULL); in PrepareToRestart() 656 net_log_.EndEvent(NetLog::TYPE_REQUEST_ALIVE, NULL); in set_context()
|
/external/chromium_org/net/socket/ |
D | tcp_socket_libevent.cc | 163 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE); in ~TCPSocketLibevent() 608 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, in AcceptInternal() 658 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, in DoConnectComplete() 661 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT); in DoConnectComplete() 694 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT, in LogConnectEnd()
|
D | tcp_socket_win.cc | 280 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE); in ~TCPSocketWin() 726 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, in AcceptInternal() 806 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, in DoConnectComplete() 809 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT); in DoConnectComplete() 845 net_log_.EndEvent( in LogConnectEnd()
|
D | client_socket_handle.cc | 43 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE); in ResetInternal()
|
/external/chromium_org/net/http/ |
D | http_auth_handler.cc | 104 net_log_.EndEvent(EventTypeFromAuthTarget(target_)); in FinishGenerateAuthToken()
|
/external/chromium/net/http/ |
D | http_auth_handler.cc | 102 net_log_.EndEvent(EventTypeFromAuthTarget(target_), NULL); in FinishGenerateAuthToken()
|
/external/chromium_org/content/browser/download/ |
D | base_file.cc | 181 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_RENAMED); in Rename() 338 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_OPENED); in ClearStream()
|
D | base_file_win.cc | 363 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); in AnnotateWithSourceInformation()
|
/external/chromium_org/net/dns/ |
D | host_resolver_impl.cc | 394 source_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL); in LogFinishRequest() 402 request_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_REQUEST); in LogCancelRequest() 403 source_net_log.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL); in LogCancelRequest() 604 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK); in Cancel() 759 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK, in OnLookupComplete() 1156 net_log_.EndEvent( in OnFailure() 1164 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_DNS_TASK, in OnSuccess() 1239 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_JOB); in ~Job()
|
/external/chromium_org/net/url_request/ |
D | url_request_throttler_manager.cc | 110 net_log_.EndEvent(NetLog::TYPE_THROTTLING_DISABLED_FOR_HOST, in AddToOptOutList()
|
/external/chromium/net/proxy/ |
D | proxy_service.cc | 322 net_log_.EndEvent(NetLog::TYPE_PROXY_SERVICE, NULL); in Cancel() 610 req->net_log()->EndEvent(NetLog::TYPE_PROXY_SERVICE_WAITING_FOR_INIT_PAC, in SetReady() 743 net_log.EndEvent(NetLog::TYPE_PROXY_SERVICE, NULL); in DidFinishResolvingProxy()
|