/external/chromium/net/proxy/ |
D | proxy_service.cc | 111 const BoundNetLog& net_log) { in GetProxyForURL() argument 142 const BoundNetLog& net_log) { in GetProxyForURL() argument 174 NetLog* net_log) in ProxyResolverFactoryForV8() argument 178 net_log_(net_log) { in ProxyResolverFactoryForV8() 264 const BoundNetLog& net_log) in PacRequest() argument 273 net_log_(net_log) { in PacRequest() 344 BoundNetLog* net_log() { return &net_log_; } in net_log() function in net::ProxyService::PacRequest 382 NetLog* net_log) in ProxyService() argument 388 net_log_(net_log), in ProxyService() 403 NetLog* net_log) { in CreateUsingV8ProxyResolver() argument [all …]
|
D | proxy_service.h | 48 NetLog* net_log); 77 const BoundNetLog& net_log); 95 const BoundNetLog& net_log); 177 NetLog* net_log); 185 NetLog* net_log); 190 NetLog* net_log); 200 static ProxyService* CreateDirectWithNetLog(NetLog* net_log); 281 const BoundNetLog& net_log); 357 const BoundNetLog& net_log); 360 const BoundNetLog& net_log); [all …]
|
D | proxy_resolver_request_context.h | 20 ProxyResolverRequestContext(const BoundNetLog* net_log, in ProxyResolverRequestContext() 22 : net_log(net_log), in ProxyResolverRequestContext() 26 const BoundNetLog* net_log; member
|
D | proxy_resolver_js_bindings.cc | 67 DefaultJSBindings(HostResolver* host_resolver, NetLog* net_log) in DefaultJSBindings() argument 69 net_log_(net_log) { in DefaultJSBindings() 268 if (current_request_context() && current_request_context()->net_log) in LogEventToCurrentRequest() 269 current_request_context()->net_log->AddEntry(type, phase, params); in LogEventToCurrentRequest() 296 HostResolver* host_resolver, NetLog* net_log) { in CreateDefault() argument 297 return new DefaultJSBindings(host_resolver, net_log); in CreateDefault()
|
/external/chromium/net/spdy/ |
D | spdy_session_pool.cc | 63 const BoundNetLog& net_log) { in Get() argument 68 spdy_session = GetFromAlias(host_port_proxy_pair, net_log, true); in Get() 73 net_log.AddEvent( in Get() 76 "session", spdy_session->net_log().source()))); in Get() 87 spdy_session = GetExistingSession(list, net_log); in Get() 88 net_log.AddEvent( in Get() 91 "session", spdy_session->net_log().source()))); in Get() 96 net_log.net_log()); in Get() 101 net_log.AddEvent( in Get() 104 "session", spdy_session->net_log().source()))); in Get() [all …]
|
D | spdy_session_pool.h | 50 const BoundNetLog& net_log); 71 const BoundNetLog& net_log, 134 const BoundNetLog& net_log) const; 137 const BoundNetLog& net_log,
|
/external/chromium/net/socket/ |
D | tcp_client_socket_pool.cc | 98 NetLog* net_log) in TCPConnectJob() argument 100 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)), in TCPConnectJob() 168 net_log()); in DoResolveHost() 180 addresses_, net_log().net_log(), net_log().source())); in DoTCPConnect() 250 NetLog* net_log) in TCPClientSocketPool() argument 256 host_resolver, net_log)) { in TCPClientSocketPool() 268 const BoundNetLog& net_log) { in RequestSocket() argument 272 if (net_log.IsLoggingAllEvents()) { in RequestSocket() 274 net_log.AddEvent( in RequestSocket() 282 callback, net_log); in RequestSocket() [all …]
|
D | transport_client_socket_pool.cc | 121 NetLog* net_log) in TransportConnectJob() argument 123 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)), in TransportConnectJob() 227 net_log()); in DoResolveHost() 239 addresses_, net_log().net_log(), net_log().source())); in DoTransportConnect() 331 *fallback_addresses_, net_log().net_log(), net_log().source())); in DoIPv6FallbackTransportConnect() 428 NetLog* net_log) in TransportClientSocketPool() argument 434 host_resolver, net_log)) { in TransportClientSocketPool() 446 const BoundNetLog& net_log) { in RequestSocket() argument 450 if (net_log.IsLoggingAllEvents()) { in RequestSocket() 452 net_log.AddEvent( in RequestSocket() [all …]
|
D | client_socket_pool_base.cc | 50 const BoundNetLog& net_log) in ConnectJob() argument 54 net_log_(net_log), in ConnectJob() 59 net_log.BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB, NULL); in ConnectJob() 63 net_log().EndEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB, NULL); in ~ConnectJob() 98 net_log().AddEvent(NetLog::TYPE_CONNECT_JOB_SET_SOCKET, make_scoped_refptr( in set_socket() 120 net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB_CONNECT, in LogConnectStart() 125 net_log().EndEventWithNetErrorCode( in LogConnectCompletion() 146 const BoundNetLog& net_log in Request() argument 156 net_log_(net_log) in Request() 235 request->net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL, NULL); in RequestSocket() [all …]
|
D | client_socket_pool_manager.cc | 69 const BoundNetLog& net_log, in InitSocketPoolHelper() argument 193 num_preconnect_streams, net_log); in InitSocketPoolHelper() 199 net_log); in InitSocketPoolHelper() 208 num_preconnect_streams, net_log); in InitSocketPoolHelper() 214 pool, net_log); in InitSocketPoolHelper() 222 num_preconnect_streams, net_log); in InitSocketPoolHelper() 228 net_log); in InitSocketPoolHelper() 236 num_preconnect_streams, net_log); in InitSocketPoolHelper() 242 pool, net_log); in InitSocketPoolHelper() 248 NetLog* net_log, in ClientSocketPoolManager() argument [all …]
|
D | socks_client_socket_pool.cc | 67 NetLog* net_log) in SOCKSConnectJob() argument 69 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)), in SOCKSConnectJob() 143 net_log()); in DoTransportConnect() 225 NetLog* net_log) in SOCKSClientSocketPool() argument 233 net_log)) { in SOCKSClientSocketPool() 243 const BoundNetLog& net_log) { in RequestSocket() argument 248 handle, callback, net_log); in RequestSocket() 255 const BoundNetLog& net_log) { in RequestSockets() argument 259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log); in RequestSockets()
|
D | socks_client_socket_pool.h | 70 NetLog* net_log); 120 NetLog* net_log); 130 const BoundNetLog& net_log); 135 const BoundNetLog& net_log); 170 NetLog* net_log) in SOCKSConnectJobFactory() argument 173 net_log_(net_log) {} in SOCKSConnectJobFactory()
|
D | tcp_client_socket_pool.h | 75 NetLog* net_log); 129 NetLog* net_log); 140 const BoundNetLog& net_log); 145 const BoundNetLog& net_log); 181 NetLog* net_log) in TCPConnectJobFactory() argument 184 net_log_(net_log) {} in TCPConnectJobFactory()
|
D | transport_client_socket_pool.h | 75 NetLog* net_log); 150 NetLog* net_log); 161 const BoundNetLog& net_log); 166 const BoundNetLog& net_log); 202 NetLog* net_log) in TransportConnectJobFactory() argument 205 net_log_(net_log) {} in TransportConnectJobFactory()
|
D | client_socket_pool.h | 68 const BoundNetLog& net_log) = 0; 83 const BoundNetLog& net_log) = 0; 185 const BoundNetLog& net_log) { in RequestSocketsForPool() argument 187 pool->RequestSockets(group_name, ¶ms, num_sockets, net_log); in RequestSocketsForPool()
|
D | ssl_client_socket_pool.cc | 137 NetLog* net_log) in SSLConnectJob() argument 139 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)), in SSLConnectJob() 266 &callback_, transport_pool_, net_log()); in DoTransportConnect() 283 &callback_, socks_pool_, net_log()); in DoSOCKSConnect() 303 http_proxy_pool_, net_log()); in DoTunnelConnect() 465 NetLog* net_log) in SSLConnectJobFactory() argument 475 net_log_(net_log) { in SSLConnectJobFactory() 508 NetLog* net_log) in SSLClientSocketPool() argument 525 net_log)), in SSLClientSocketPool() 552 const BoundNetLog& net_log) { in RequestSocket() argument [all …]
|
D | client_socket_pool_base.h | 73 const BoundNetLog& net_log); 78 const BoundNetLog& net_log() { return net_log_; } in net_log() function 113 const BoundNetLog& net_log() const { return net_log_; } in net_log() function 176 const BoundNetLog& net_log 189 const BoundNetLog& net_log() const { return net_log_; } in net_log() function 472 const BoundNetLog& net_log); 593 const BoundNetLog& net_log in Request() argument 600 flags, net_log in Request() 658 const BoundNetLog& net_log) { in RequestSocket() argument 667 params, net_log in RequestSocket() [all …]
|
/external/chromium/net/http/ |
D | http_proxy_client_socket_pool.cc | 94 NetLog* net_log) in HttpProxyConnectJob() argument 96 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)), in HttpProxyConnectJob() 194 net_log()); in DoTransportConnect() 226 &callback_, ssl_pool_, net_log()); in DoSSLConnect() 330 spdy_session = spdy_pool->Get(pair, net_log()); in DoSpdyProxyCreateStream() 335 net_log(), OK, &spdy_session, /*using_ssl_*/ true); in DoSpdyProxyCreateStream() 343 &spdy_stream_, spdy_session->net_log(), in DoSpdyProxyCreateStream() 390 NetLog* net_log) in HttpProxyConnectJobFactory() argument 394 net_log_(net_log) { in HttpProxyConnectJobFactory() 428 NetLog* net_log) in HttpProxyClientSocketPool() argument [all …]
|
D | http_stream_factory_impl.cc | 56 const BoundNetLog& net_log) { in RequestStream() argument 57 Request* request = new Request(request_info.url, this, delegate, net_log); in RequestStream() 67 new Job(this, session_, alternate_request_info, ssl_config, net_log); in RequestStream() 72 Job* job = new Job(this, session_, request_info, ssl_config, net_log); in RequestStream() 92 const BoundNetLog& net_log) { in PreconnectStreams() argument 100 job = new Job(this, session_, alternate_request_info, ssl_config, net_log); in PreconnectStreams() 103 job = new Job(this, session_, request_info, ssl_config, net_log); in PreconnectStreams()
|
D | http_auth_handler_factory.h | 82 const BoundNetLog& net_log, 93 const BoundNetLog& net_log, 106 const BoundNetLog& net_log, 191 const BoundNetLog& net_log,
|
D | http_auth_handler_factory.cc | 22 const BoundNetLog& net_log, in CreateAuthHandlerFromString() argument 26 net_log, handler); in CreateAuthHandlerFromString() 34 const BoundNetLog& net_log, in CreatePreemptiveAuthHandlerFromString() argument 38 digest_nonce_count, net_log, handler); in CreatePreemptiveAuthHandlerFromString() 173 const BoundNetLog& net_log, in CreateAuthHandler() argument 188 digest_nonce_count, net_log, handler); in CreateAuthHandler()
|
/external/chromium/net/disk_cache/ |
D | sparse_control.cc | 160 void LogChildOperationEnd(const net::BoundNetLog& net_log, in LogChildOperationEnd() argument 163 if (net_log.IsLoggingAllEvents()) { in LogChildOperationEnd() 178 net_log.EndEventWithNetErrorCode(event_type, result); in LogChildOperationEnd() 267 if (entry_->net_log().IsLoggingAllEvents()) { in StartIO() 268 entry_->net_log().BeginEvent( in StartIO() 341 entry->net_log().AddEvent(net::NetLog::TYPE_SPARSE_DELETE_CHILDREN, NULL); in DeleteChildren() 664 entry_->net_log().IsLoggingAllEvents()) { in DoChildrenIO() 665 entry_->net_log().EndEvent( in DoChildrenIO() 672 entry_->net_log().IsLoggingAllEvents()) { in DoChildrenIO() 673 entry_->net_log().EndEvent(GetSparseEventType(operation_), NULL); in DoChildrenIO() [all …]
|
/external/chromium/net/base/ |
D | net_log.cc | 175 BoundNetLog BoundNetLog::Make(NetLog* net_log, in Make() argument 177 if (!net_log) in Make() 180 NetLog::Source source(source_type, net_log->NextID()); in Make() 181 return BoundNetLog(source, net_log); in Make() 212 const BoundNetLog& net_log, in ScopedNetLogEvent() argument 215 : net_log_(net_log), in ScopedNetLogEvent() 230 const BoundNetLog& ScopedNetLogEvent::net_log() const { in net_log() function in net::ScopedNetLogEvent
|
D | net_log.h | 170 BoundNetLog(const NetLog::Source& source, NetLog* net_log) in BoundNetLog() argument 171 : source_(source), net_log_(net_log) { in BoundNetLog() 213 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type); 216 NetLog* net_log() const { return net_log_; } in net_log() function 284 ScopedNetLogEvent(const BoundNetLog& net_log, 296 const BoundNetLog& net_log() const;
|
/external/chromium/chrome/browser/ |
D | io_thread.cc | 69 net::HostResolver* CreateGlobalHostResolver(net::NetLog* net_log) { in CreateGlobalHostResolver() argument 142 net::CreateSystemHostResolver(parallelism, resolver_proc.get(), net_log); in CreateGlobalHostResolver() 175 explicit LoggingNetworkChangeObserver(net::NetLog* net_log) in LoggingNetworkChangeObserver() argument 176 : net_log_(net_log) { in LoggingNetworkChangeObserver() 201 net::NetLog* net_log) { in ConstructProxyScriptFetcherContext() argument 204 context->set_net_log(net_log); in ConstructProxyScriptFetcherContext() 223 net::NetLog* net_log) { in ConstructSystemRequestContext() argument 226 context->set_net_log(net_log); in ConstructSystemRequestContext() 294 ChromeNetLog* net_log, in IOThread() argument 297 net_log_(net_log), in IOThread() [all …]
|