Home
last modified time | relevance | path

Searched refs:EndEvent (Results 1 – 25 of 62) sorted by relevance

123

/external/chromium/net/base/
Dnet_log.cc142 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()
Dhost_resolver_impl.cc419 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/
Dmem_entry_impl.cc197 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/
Dmem_entry_impl.cc181 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()
Dsparse_control.cc665 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/
Dmulti_threaded_cert_verifier.cc156 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/
Dfile_stream_context.cc59 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()
Dnet_log.cc433 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()
Dnet_log.h351 void EndEvent(NetLog::EventType type) const;
352 void EndEvent(NetLog::EventType type,
/external/chromium/net/socket/
Dtcp_server_socket_libevent.cc53 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL); in ~TCPServerSocketLibevent()
166 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, in AcceptInternal()
Dtcp_server_socket_win.cc34 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL); in ~TCPServerSocketWin()
150 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT, in AcceptInternal()
Dclient_socket_handle.cc38 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE, NULL); in ResetInternal()
Dtcp_client_socket_libevent.cc139 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()
Dtcp_client_socket_win.cc235 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/
Durl_request.cc387 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/
Dtcp_socket_libevent.cc163 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()
Dtcp_socket_win.cc280 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()
Dclient_socket_handle.cc43 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE); in ResetInternal()
/external/chromium_org/net/http/
Dhttp_auth_handler.cc104 net_log_.EndEvent(EventTypeFromAuthTarget(target_)); in FinishGenerateAuthToken()
/external/chromium/net/http/
Dhttp_auth_handler.cc102 net_log_.EndEvent(EventTypeFromAuthTarget(target_), NULL); in FinishGenerateAuthToken()
/external/chromium_org/content/browser/download/
Dbase_file.cc181 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()
Dbase_file_win.cc363 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); in AnnotateWithSourceInformation()
/external/chromium_org/net/dns/
Dhost_resolver_impl.cc394 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/
Durl_request_throttler_manager.cc110 net_log_.EndEvent(NetLog::TYPE_THROTTLING_DISABLED_FOR_HOST, in AddToOptOutList()
/external/chromium/net/proxy/
Dproxy_service.cc322 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()

123