/external/chromium/net/disk_cache/ |
D | mem_entry_impl.cc | 66 net_log_.BeginEvent( in CreateEntry() 172 net_log_.BeginEvent( in ReadData() 191 net_log_.BeginEvent( in WriteData() 210 net_log_.BeginEvent( in ReadSparseData() 224 net_log_.BeginEvent(net::NetLog::TYPE_SPARSE_WRITE, in WriteSparseData() 237 net_log_.BeginEvent( in GetAvailableRange() 366 net_log_.BeginEvent( in InternalReadSparseData() 424 net_log_.BeginEvent( in InternalWriteSparseData() 557 net_log_.BeginEvent( in InitChildEntry()
|
D | sparse_control.cc | 268 entry_->net_log().BeginEvent( in StartIO() 699 entry_->net_log().BeginEvent( in DoChildIO() 710 entry_->net_log().BeginEvent( in DoChildIO()
|
/external/chromium/net/proxy/ |
D | init_proxy_resolver.cc | 61 net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER, NULL); in Init() 158 net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_WAIT, NULL); in DoWait() 182 net_log_.BeginEvent( in DoFetchPacScript() 210 net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_SET_PAC_SCRIPT, NULL); in DoSetPacScript()
|
D | proxy_service.cc | 512 net_log.BeginEvent(NetLog::TYPE_PROXY_SERVICE, NULL); in ResolveProxy() 537 req->net_log()->BeginEvent(NetLog::TYPE_PROXY_SERVICE_WAITING_FOR_INIT_PAC, in ResolveProxy() 590 req->net_log()->BeginEvent( in SuspendAllPendingRequests()
|
D | multi_threaded_proxy_resolver.cc | 237 net_log_.BeginEvent( in WaitingForThread()
|
/external/chromium/net/socket/ |
D | socks5_client_socket.cc | 86 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_CONNECT, NULL); in Connect() 213 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_WRITE, NULL); in DoLoop() 222 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_READ, NULL); in DoLoop() 231 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_HANDSHAKE_WRITE, NULL); in DoLoop() 241 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_HANDSHAKE_READ, NULL); in DoLoop()
|
D | tcp_server_socket_libevent.cc | 47 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params); in TCPServerSocketLibevent() 120 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT, NULL); in Accept()
|
D | tcp_server_socket_win.cc | 28 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params); in TCPServerSocketWin() 108 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT, NULL); in Accept()
|
D | client_socket_handle.cc | 117 socket_->NetLog().BeginEvent( in HandleInitCompletion()
|
D | tcp_client_socket_libevent.cc | 131 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params); in TCPClientSocketLibevent() 177 net_log_.BeginEvent( in Connect() 233 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, in DoConnect()
|
D | tcp_client_socket_win.cc | 229 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params); in TCPClientSocketWin() 266 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT, in Connect() 321 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, in DoConnect()
|
D | client_socket_pool_base.cc | 51 net_log.BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB, NULL); in ConnectJob() 112 net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB_CONNECT, in LogConnectStart() 222 request->net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL, NULL); in RequestSocket() 247 request.net_log().BeginEvent( in RequestSockets()
|
D | socks_client_socket.cc | 115 net_log_.BeginEvent(NetLog::TYPE_SOCKS_CONNECT, NULL); in Connect()
|
/external/chromium/net/http/ |
D | http_cache_transaction.cc | 576 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_GET_BACKEND, NULL); in DoGetBackend() 752 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, NULL); in DoOpenEntry() 795 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY, NULL); in DoCreateEntry() 830 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY, NULL); in DoDoomEntry() 848 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_ADD_TO_ENTRY, NULL); in DoAddToEntry() 1079 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_DATA, NULL); in DoTruncateCachedData() 1104 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_INFO, NULL); in DoTruncateCachedMetadata() 1155 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_READ_INFO, NULL); in DoCacheReadResponse() 1178 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_INFO, NULL); in DoCacheWriteResponse() 1184 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_WRITE_INFO, NULL); in DoCacheWriteTruncatedResponse() [all …]
|
D | http_auth_handler.cc | 77 net_log_.BeginEvent(EventTypeFromAuthTarget(target_), NULL); in GenerateAuthToken()
|
D | http_proxy_client_socket.cc | 315 net_log_.BeginEvent( in DoLoop() 326 net_log_.BeginEvent( in DoLoop()
|
D | http_network_transaction.cc | 527 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_SEND_REQUEST, NULL); in DoLoop() 544 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_HEADERS, NULL); in DoLoop() 554 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_BODY, NULL); in DoLoop() 564 net_log_.BeginEvent( in DoLoop()
|
D | http_stream_factory_impl_request.cc | 29 net_log_.BeginEvent(NetLog::TYPE_HTTP_STREAM_REQUEST, NULL); in Request()
|
/external/chromium/net/base/ |
D | net_log.cc | 136 void BoundNetLog::BeginEvent( in BeginEvent() function in net::BoundNetLog 217 net_log_.BeginEvent(event_type, params); in ScopedNetLogEvent()
|
D | host_resolver_impl.cc | 364 net_log_.BeginEvent( in Job() 373 req->request_net_log().BeginEvent( in AddRequest() 789 req->request_net_log().BeginEvent( in InsertPendingRequest() 1260 source_net_log.BeginEvent( in OnStartRequest() 1265 request_net_log.BeginEvent( in OnStartRequest()
|
D | net_log.h | 191 void BeginEvent(NetLog::EventType event_type,
|
/external/chromium/net/url_request/ |
D | url_request.cc | 369 net_log_.BeginEvent(NetLog::TYPE_URL_REQUEST_BLOCKED_ON_EXTENSION, NULL); in Start() 403 net_log_.BeginEvent( in StartJob() 658 net_log_.BeginEvent(NetLog::TYPE_REQUEST_ALIVE, NULL); in set_context()
|
/external/chromium/net/udp/ |
D | udp_socket_libevent.cc | 46 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params); in UDPSocketLibevent()
|
D | udp_socket_win.cc | 47 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params); in UDPSocketWin()
|
/external/chromium/net/socket_stream/ |
D | socket_stream.cc | 117 net_log_.BeginEvent(NetLog::TYPE_REQUEST_ALIVE, NULL); in set_context() 141 net_log_.BeginEvent( in Connect()
|