HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /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);
sync_host_resolver_bridge.h 30 const BoundNetLog& 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);
net_log.h 170 BoundNetLog(const NetLog::Source& source, NetLog* net_log)
171 : source_(source), net_log_(net_log) {
212 // of creating a unique source ID, and handles the case of NULL net_log.
213 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
216 NetLog* net_log() const { return net_log_; } function in class:net::BoundNetLog
284 ScopedNetLogEvent(const BoundNetLog& net_log,
296 const BoundNetLog& net_log() const;
  /external/chromium/chrome/browser/net/
proxy_service_factory.h 30 net::NetLog* net_log,
proxy_service_factory.cc 14 #include "net/base/net_log.h"
54 net::NetLog* net_log,
91 net_log);
96 net_log);
  /external/chromium/net/socket/
nss_ssl_util.h 21 void LogFailedNSSFunction(const BoundNetLog& net_log,
client_socket_pool.h 62 // Profiling information for the request is saved to |net_log| if non-NULL.
68 const BoundNetLog& net_log) = 0;
83 const BoundNetLog& net_log) = 0;
185 const BoundNetLog& net_log) {
187 pool->RequestSockets(group_name, &params, num_sockets, net_log);
tcp_client_socket_pool.cc 13 #include "net/base/net_log.h"
98 NetLog* net_log)
100 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
168 net_log());
180 addresses_, net_log().net_log(), net_log().source()));
250 NetLog* net_log)
256 host_resolver, net_log)) {
268 const BoundNetLog& net_log) {
    [all...]
transport_client_socket_pool.cc 14 #include "net/base/net_log.h"
121 NetLog* net_log)
123 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
227 net_log());
239 addresses_, net_log().net_log(), net_log().source()));
331 *fallback_addresses_, net_log().net_log(), net_log().source()))
    [all...]
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)
173 net_log_(net_log) {}
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)
184 net_log_(net_log) {}
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)
205 net_log_(net_log) {}
client_socket.cc 147 void ClientSocket::LogByteTransfer(const BoundNetLog& net_log,
152 if (net_log.IsLoggingBytes()) {
157 net_log.AddEvent(event_type, params);
  /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) {
  /external/chromium/net/ftp/
ftp_transaction.h 40 // Profiling information for the request is saved to |net_log| if non-NULL.
43 const BoundNetLog& net_log) = 0;
  /external/chromium/net/http/
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,
http_auth_controller.h 19 #include "net/base/net_log.h"
47 const BoundNetLog& net_log);
60 const BoundNetLog& net_log);
90 bool SelectPreemptiveAuth(const BoundNetLog& net_log);
  /external/chromium/net/spdy/
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,
spdy_session_pool.cc 63 const BoundNetLog& net_log) {
68 spdy_session = GetFromAlias(host_port_proxy_pair, net_log, true);
73 net_log.AddEvent(
76 "session", spdy_session->net_log().source())));
87 spdy_session = GetExistingSession(list, net_log);
88 net_log.AddEvent(
91 "session", spdy_session->net_log().source())));
96 net_log.net_log());
101 net_log.AddEvent
    [all...]

Completed in 579 milliseconds

1 2 3 4 5 6 7 8