Home
last modified time | relevance | path

Searched refs:BeginEvent (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/net/disk_cache/memory/
Dmem_entry_impl.cc86 net_log_.BeginEvent( in CreateEntry()
189 net_log_.BeginEvent( in ReadData()
207 net_log_.BeginEvent( in WriteData()
225 net_log_.BeginEvent( in ReadSparseData()
238 net_log_.BeginEvent( in WriteSparseData()
251 net_log_.BeginEvent( in GetAvailableRange()
377 net_log_.BeginEvent( in InternalReadSparseData()
434 net_log_.BeginEvent( in InternalWriteSparseData()
566 net_log_.BeginEvent( in InitChildEntry()
/external/chromium_org/net/socket/
Dsocks5_client_socket.cc61 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_CONNECT); in Connect()
231 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_WRITE); in DoLoop()
240 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_READ); in DoLoop()
249 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_HANDSHAKE_WRITE); in DoLoop()
259 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_HANDSHAKE_READ); in DoLoop()
Dtcp_socket_libevent.cc136 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, in TCPSocketLibevent()
198 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT); in Accept()
216 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, in Connect()
526 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT, in LogConnectBegin()
Dtcp_socket_win.cc282 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, in TCPSocketWin()
397 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT); in Accept()
786 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, in DoConnect()
846 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT, in LogConnectBegin()
Dclient_socket_handle.cc186 socket_->NetLog().BeginEvent( in HandleInitCompletion()
Dclient_socket_pool_base.cc56 net_log.BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB, in ConnectJob()
110 net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB_CONNECT); in LogConnectStart()
267 request->net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL); in RequestSocket()
307 request.net_log().BeginEvent( in RequestSockets()
/external/chromium_org/net/proxy/
Dproxy_script_decider.cc112 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER); in Start()
235 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_WAIT); in DoWait()
304 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT, in DoFetchPacScript()
Dproxy_service.cc985 net_log.BeginEvent(NetLog::TYPE_PROXY_SERVICE); in ResolveProxy()
1018 req->net_log()->BeginEvent(NetLog::TYPE_PROXY_SERVICE_WAITING_FOR_INIT_PAC); in ResolveProxy()
1080 req->net_log()->BeginEvent( in SuspendAllPendingRequests()
/external/chromium_org/net/base/
Dnet_log.h352 void BeginEvent(NetLog::EventType type) const;
353 void BeginEvent(NetLog::EventType type,
Dnet_log.cc437 void BoundNetLog::BeginEvent(NetLog::EventType type) const { in BeginEvent() function in net::BoundNetLog
441 void BoundNetLog::BeginEvent( in BeginEvent() function in net::BoundNetLog
/external/chromium_org/net/http/
Dhttp_cache_transaction.cc987 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_GET_BACKEND); in DoGetBackend()
1276 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY); in DoOpenEntry()
1328 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY); in DoCreateEntry()
1368 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY); in DoDoomEntry()
1385 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_ADD_TO_ENTRY); in DoAddToEntry()
1599 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_DATA); in DoTruncateCachedData()
1622 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_INFO); in DoTruncateCachedMetadata()
1668 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_READ_INFO); in DoCacheReadResponse()
1725 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_INFO); in DoCacheWriteResponse()
1733 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_INFO); in DoCacheWriteTruncatedResponse()
[all …]
Dhttp_auth_handler.cc73 net_log_.BeginEvent(EventTypeFromAuthTarget(target_)); in GenerateAuthToken()
Dhttp_proxy_client_socket.cc344 net_log_.BeginEvent( in DoLoop()
355 net_log_.BeginEvent( in DoLoop()
Dhttp_network_transaction.cc654 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_SEND_REQUEST); in DoLoop()
671 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_HEADERS); in DoLoop()
681 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_BODY); in DoLoop()
691 net_log_.BeginEvent( in DoLoop()
/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.cc57 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, in SpdyProxyClientSocket()
303 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_TUNNEL_SEND_REQUEST); in DoLoop()
313 net_log_.BeginEvent( in DoLoop()
/external/chromium_org/content/browser/download/
Dbase_file.cc152 bound_net_log_.BeginEvent( in Rename()
258 bound_net_log_.BeginEvent( in Open()
Dbase_file_win.cc359 bound_net_log_.BeginEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); in AnnotateWithSourceInformation()
/external/chromium_org/net/url_request/
Durl_request.cc372 net_log_.BeginEvent( in LogBlockedBy()
622 net_log_.BeginEvent(NetLog::TYPE_REQUEST_ALIVE); in URLRequest()
669 net_log_.BeginEvent( in StartJob()
1211 net_log_.BeginEvent(NetLog::TYPE_URL_REQUEST_DELEGATE); in OnCallToDelegate()
/external/chromium_org/net/disk_cache/blockfile/
Dsparse_control_v3.cc258 entry_->net_log().BeginEvent( in StartIO()
567 entry_->net_log().BeginEvent( in DoChildIO()
577 entry_->net_log().BeginEvent( in DoChildIO()
Dsparse_control.cc279 entry_->net_log().BeginEvent( in StartIO()
725 entry_->net_log().BeginEvent( in DoChildIO()
735 entry_->net_log().BeginEvent( in DoChildIO()
/external/chromium_org/net/cert/
Dmulti_threaded_cert_verifier.cc176 net_log_.BeginEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST); in CertVerifierRequest()
358 net_log_.BeginEvent( in CertVerifierJob()
/external/chromium_org/net/dns/
Dhost_resolver_impl.cc379 source_net_log.BeginEvent( in LogStartRequest()
383 request_net_log.BeginEvent( in LogStartRequest()
591 net_log_.BeginEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK); in Start()
1013 net_log_.BeginEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_DNS_TASK); in StartFirstTransaction()
1217 net_log_.BeginEvent( in Job()
2167 probe_net_log.BeginEvent(NetLog::TYPE_IPV6_REACHABILITY_CHECK, in GetEffectiveKeyForRequest()
Ddns_session.cc229 socket->NetLog().BeginEvent(NetLog::TYPE_SOCKET_IN_USE, in AllocateSocket()
/external/chromium_org/net/udp/
Dudp_socket_libevent.cc80 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, in UDPSocketLibevent()
245 net_log_.BeginEvent(NetLog::TYPE_UDP_CONNECT, in Connect()
/external/chromium_org/chrome/browser/ui/webui/net_internals/
Dnet_internals_ui_browsertest.cc282 bound_net_log.BeginEvent(net::NetLog::TYPE_REQUEST_ALIVE); in GetNetLogLoggerLog()

12