/external/chromium/net/proxy/ |
proxy_resolver_request_context.h | 20 ProxyResolverRequestContext(const BoundNetLog* net_log, 22 : net_log(net_log), 26 const BoundNetLog* net_log; member in struct:net::ProxyResolverRequestContext
|
proxy_service.h | 18 #include "net/base/net_log.h" 44 // |net_log| is a possibly NULL destination to send log events to. It must 48 NetLog* net_log); 72 // Profiling information for the request is saved to |net_log| if non-NULL. 77 const BoundNetLog& net_log); 90 // Profiling information for the request is saved to |net_log| if non-NULL. 95 const BoundNetLog& net_log); 177 NetLog* net_log); 185 NetLog* net_log); 190 NetLog* net_log); [all...] |
proxy_service.cc | 16 #include "net/base/net_log.h" 111 const BoundNetLog& net_log) { 142 const BoundNetLog& net_log) { 169 // |async_host_resolver|, |io_loop| and |net_log| must remain 174 NetLog* net_log) 178 net_log_(net_log) { 264 const BoundNetLog& net_log) 273 net_log_(net_log) { 344 BoundNetLog* net_log() { return &net_log_; } function in class:net::ProxyService::PacRequest 382 NetLog* net_log) [all...] |
proxy_resolver_mac.h | 27 const BoundNetLog& net_log);
|
/external/chromium_org/net/base/ |
net_log_unittest.cc | 27 CapturingNetLog net_log; local 29 net_log.GetEntries(&entries); 32 net_log.AddGlobalEntry(NetLog::TYPE_CANCELLED); 34 net_log.GetEntries(&entries); 47 CapturingNetLog net_log; local 50 net_log.SetLogLevel(static_cast<NetLog::LogLevel>(log_level)); 51 EXPECT_EQ(log_level, net_log.GetLogLevel()); 53 net_log.AddGlobalEntry(NetLog::TYPE_SOCKET_ALIVE, 57 net_log.GetEntries(&entries); 74 net_log.Clear() 211 NetLog net_log; local 231 NetLog net_log; local 277 NetLog net_log; local 327 NetLog net_log; local [all...] |
file_stream.h | 18 #include "net/base/net_log.h" 30 // Creates a |FileStream| with a new |BoundNetLog| (based on |net_log|) 31 // attached. |net_log| may be NULL if no logging is needed. 33 FileStream(net::NetLog* net_log, 37 explicit FileStream(net::NetLog* net_log); 43 // |net_log| is the net log pointer to use to create a |BoundNetLog|. May be 50 net::NetLog* net_log, 54 FileStream(base::PlatformFile file, int flags, net::NetLog* net_log);
|
/external/chromium_org/net/proxy/ |
proxy_service_v8.cc | 21 NetLog* net_log, 32 new ProxyResolverV8Tracing(host_resolver, error_observer, net_log); 35 new ProxyService(proxy_config_service, proxy_resolver, net_log);
|
proxy_list.h | 12 #include "net/base/net_log.h" 89 const BoundNetLog& net_log); 101 const BoundNetLog& net_log) const; 113 const BoundNetLog& net_log) const;
|
proxy_service_v8.h | 45 NetLog* net_log,
|
/external/chromium/net/base/ |
net_log_unittest.cc | 6 #include "net/base/net_log.h" 16 BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST)); 19 new ScopedNetLogEvent(net_log, NetLog::TYPE_REQUEST_ALIVE, NULL));
|
mapped_host_resolver.cc | 25 const BoundNetLog& net_log) { 31 return impl_->Resolve(modified_info, addresses, callback, out_req, net_log);
|
/external/chromium_org/net/socket/ |
client_socket_factory.h | 13 #include "net/base/net_log.h" 39 NetLog* net_log, 44 NetLog* net_log,
|
nss_ssl_util.h | 24 void LogFailedNSSFunction(const BoundNetLog& net_log,
|
client_socket_pool_manager.h | 25 typedef base::Callback<int(const AddressList&, const BoundNetLog& net_log)> 104 const BoundNetLog& net_log, 130 const BoundNetLog& net_log, 146 const BoundNetLog& net_log, 161 const BoundNetLog& net_log, 179 const BoundNetLog& net_log,
|
/external/chromium/chrome/browser/net/ |
proxy_service_factory.h | 30 net::NetLog* net_log,
|
/external/chromium/net/socket/ |
nss_ssl_util.h | 21 void LogFailedNSSFunction(const BoundNetLog& net_log,
|
/external/chromium_org/net/cert/ |
ct_verifier.h | 38 const BoundNetLog& net_log) = 0;
|
/external/chromium_org/net/dns/ |
dns_client.cc | 9 #include "net/base/net_log.h" 23 explicit DnsClientImpl(NetLog* net_log) 25 net_log_(net_log) {} 66 scoped_ptr<DnsClient> DnsClient::CreateClient(NetLog* net_log) { 67 return scoped_ptr<DnsClient>(new DnsClientImpl(net_log));
|
dns_client.h | 39 static scoped_ptr<DnsClient> CreateClient(NetLog* net_log);
|
mapped_host_resolver.cc | 26 const BoundNetLog& net_log) { 32 return impl_->Resolve(info, priority, addresses, callback, out_req, net_log); 37 const BoundNetLog& net_log) { 43 return impl_->ResolveFromCache(info, addresses, net_log);
|
dns_socket_pool.h | 12 #include "net/base/net_log.h" 42 // for which the DnsSocketPool will manage sockets; |net_log| is the NetLog 49 NetLog* net_log) = 0; 75 NetLog* net_log);
|
mapped_host_resolver.h | 53 const BoundNetLog& net_log) OVERRIDE; 56 const BoundNetLog& net_log) OVERRIDE;
|
/external/chromium_org/remoting/base/ |
url_request_context.cc | 85 scoped_ptr<VlogNetLog> net_log(new VlogNetLog()); 87 net::HostResolver::CreateDefaultResolver(net_log.get())); 89 proxy_config_service.release(), 0u, net_log.get())); 107 session_params.net_log = net_log.get(); 112 storage_.set_net_log(net_log.release());
|
/external/chromium/net/udp/ |
udp_client_socket.cc | 7 #include "net/base/net_log.h" 12 net::NetLog* net_log, 14 : socket_(net_log, source) {
|
udp_server_socket.cc | 9 UDPServerSocket::UDPServerSocket(net::NetLog* net_log, 11 : socket_(net_log, source) {
|