HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 76 - 100 of 499) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/net/socket/
tcp_server_socket_libevent.h 12 #include "net/base/net_log.h"
23 TCPServerSocketLibevent(net::NetLog* net_log,
client_socket_pool_base.cc 15 #include "net/base/net_log.h"
50 const BoundNetLog& net_log)
54 net_log_(net_log),
59 net_log.BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB, NULL);
63 net_log().EndEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB, NULL);
98 net_log().AddEvent(NetLog::TYPE_CONNECT_JOB_SET_SOCKET, make_scoped_refptr(
120 net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB_CONNECT,
125 net_log().EndEventWithNetErrorCode(
146 const BoundNetLog& net_log
156 net_log_(net_log)
    [all...]
  /external/chromium/net/udp/
udp_client_socket.h 9 #include "net/base/net_log.h"
20 UDPClientSocket(net::NetLog* net_log,
udp_server_socket.h 21 UDPServerSocket(net::NetLog* net_log,
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.h 45 net::NetLog* net_log,
  /external/chromium_org/content/browser/download/
drag_download_util.h 43 // |net_log| is a NetLog for the stream.
45 base::FilePath* file_path, net::NetLog* net_log);
  /external/chromium_org/net/disk_cache/v3/
backend_worker.h 30 net::NetLog* net_log);
  /external/chromium_org/net/dns/
dns_transaction.h 62 // The |net_log| is used as the parent log.
67 const BoundNetLog& net_log) WARN_UNUSED_RESULT = 0;
host_resolver.cc 120 HostResolver::CreateSystemResolver(const Options& options, NetLog* net_log) {
128 net_log));
133 HostResolver::CreateDefaultResolver(NetLog* net_log) {
134 return CreateSystemResolver(Options(), net_log);
single_request_host_resolver.cc 32 const BoundNetLog& net_log) {
45 info, priority, addresses, transient_callback, &request, net_log);
  /external/chromium_org/net/http/
http_pipelined_stream.cc 31 const BoundNetLog& net_log,
34 pipeline_->InitializeParser(pipeline_id_, request_info, net_log);
141 const BoundNetLog& HttpPipelinedStream::net_log() const { function in class:net::HttpPipelinedStream
142 return pipeline_->net_log();
http_stream_factory_impl.h 15 #include "net/base/net_log.h"
45 const BoundNetLog& net_log) OVERRIDE;
54 const BoundNetLog& net_log) OVERRIDE;
89 const BoundNetLog& net_log);
108 const BoundNetLog& net_log);
http_auth_handler_ntlm_win.cc 60 const BoundNetLog& net_log,
77 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
  /external/chromium_org/net/proxy/
proxy_resolver.h 47 const BoundNetLog& net_log) = 0;
proxy_resolver_mac.h 28 const BoundNetLog& net_log) OVERRIDE;
proxy_service.cc 21 #include "net/base/net_log.h"
186 const BoundNetLog& net_log) OVERRIDE {
222 const BoundNetLog& net_log) OVERRIDE {
361 NetLog* net_log,
369 proxy_script_fetcher, dhcp_proxy_script_fetcher, net_log));
548 // |net_log| the NetLog to log progress into.
556 NetLog* net_log)
729 const BoundNetLog& net_log)
737 net_log_(net_log) {
822 BoundNetLog* net_log() { return &net_log_; function in class:net::ProxyService::PacRequest
    [all...]
  /external/chromium_org/net/socket/
socks_client_socket_pool.cc 48 NetLog* net_log)
50 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
124 net_log());
198 NetLog* net_log)
205 net_log)) {
217 const CompletionCallback& callback, const BoundNetLog& net_log) {
222 handle, callback, net_log);
229 const BoundNetLog& net_log) {
233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
tcp_server_socket.h 13 #include "net/base/net_log.h"
21 TCPServerSocket(NetLog* net_log, const NetLog::Source& source);
  /external/chromium/net/http/
http_proxy_client_socket_pool.cc 94 NetLog* net_log)
96 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
194 net_log());
226 &callback_, ssl_pool_, net_log());
330 spdy_session = spdy_pool->Get(pair, net_log());
335 net_log(), OK, &spdy_session, /*using_ssl_*/ true);
343 &spdy_stream_, spdy_session->net_log(),
390 NetLog* net_log)
394 net_log_(net_log) {
428 NetLog* net_log)
    [all...]
http_auth_handler_ntlm_win.cc 61 const BoundNetLog& net_log,
78 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
http_network_session.cc 26 : net_log_(params.net_log),
32 socket_pool_manager_(params.net_log,
http_stream_factory_impl.h 14 #include "net/base/net_log.h"
32 const BoundNetLog& net_log);
37 const BoundNetLog& net_log);
  /external/chromium/net/base/
host_resolver.cc 53 const BoundNetLog& net_log) {
63 info, addresses, transient_callback, &request, net_log);
  /external/chromium_org/net/base/
file_stream.cc 18 FileStream::FileStream(NetLog* net_log,
23 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)),
28 FileStream::FileStream(NetLog* net_log)
32 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)),
40 NetLog* net_log,
43 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)),
48 FileStream::FileStream(base::PlatformFile file, int flags, NetLog* net_log)
50 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)),
  /external/chromium_org/net/cert/
single_request_cert_verifier.cc 34 const BoundNetLog& net_log) {
46 &request, net_log);

Completed in 1070 milliseconds

1 2 34 5 6 7 8 91011>>