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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/http/
http_pipelined_connection.h 9 #include "net/base/net_log.h"
54 const BoundNetLog& net_log,
82 virtual const BoundNetLog& net_log() const = 0;
http_auth_handler_factory.h 81 const BoundNetLog& net_log,
92 const BoundNetLog& net_log,
105 const BoundNetLog& net_log,
190 const BoundNetLog& net_log,
http_auth_controller.h 17 #include "net/base/net_log.h"
48 const BoundNetLog& net_log);
61 const BoundNetLog& net_log);
92 bool SelectPreemptiveAuth(const BoundNetLog& net_log);
http_stream_factory_impl.cc 11 #include "net/base/net_log.h"
74 const BoundNetLog& net_log) {
82 net_log);
92 const BoundNetLog& net_log) {
101 net_log);
112 const BoundNetLog& net_log) {
117 net_log);
131 server_ssl_config, proxy_ssl_config, net_log.net_log());
137 server_ssl_config, proxy_ssl_config, net_log.net_log())
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.h 37 // log Javascript errors and alerts to |net_log|.
40 // |host_resolver| and |net_log| are expected to outlive |this|.
43 NetLog* net_log);
52 const BoundNetLog& net_log) OVERRIDE;
proxy_service.h 19 #include "net/base/net_log.h"
95 // |net_log| is a possibly NULL destination to send log events to. It must
99 NetLog* net_log);
125 // Profiling information for the request is saved to |net_log| if non-NULL.
130 const BoundNetLog& net_log);
143 // Profiling information for the request is saved to |net_log| if non-NULL.
148 const BoundNetLog& net_log);
159 const BoundNetLog& net_log);
222 NetLog* net_log);
227 NetLog* net_log);
    [all...]
  /external/chromium_org/net/quic/
quic_reliable_client_stream.h 52 const BoundNetLog& net_log);
82 const BoundNetLog& net_log() const { return net_log_; } function in class:net::QuicReliableClientStream
  /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/proxy/
sync_host_resolver_bridge.h 30 const BoundNetLog& net_log);
  /external/chromium/net/socket/
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...]
  /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...]
  /external/chromium_org/net/base/
mock_file_stream.h 24 MockFileStream(net::NetLog* net_log)
25 : net::FileStream(net_log), forced_error_(net::OK) {}
27 MockFileStream(base::PlatformFile file, int flags, net::NetLog* net_log)
28 : net::FileStream(file, flags, net_log), forced_error_(net::OK) {}
net_log_logger.h 11 #include "net/base/net_log.h"
34 void StartObserving(NetLog* net_log);
36 // Stops observing net_log(). Must already be watching.
  /external/chromium_org/net/cert/
cert_verifier.h 111 const BoundNetLog& net_log) = 0;
single_request_cert_verifier.h 33 const BoundNetLog& net_log);
  /external/chromium_org/net/dns/
host_resolver.h 139 // Profiling information for the request is saved to |net_log| if non-NULL.
145 const BoundNetLog& net_log) = 0;
153 const BoundNetLog& net_log) = 0;
185 NetLog* net_log);
188 static scoped_ptr<HostResolver> CreateDefaultResolver(NetLog* net_log);
single_request_host_resolver.h 39 const BoundNetLog& net_log);
  /external/chromium_org/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_org/net/socket/
client_socket_factory.cc 73 NetLog* net_log,
76 new UDPClientSocket(bind_type, rand_int_cb, net_log, source));
81 NetLog* net_log,
84 new TCPClientSocket(addresses, net_log, source));
client_socket_pool.h 99 // Profiling information for the request is saved to |net_log| if non-NULL.
105 const BoundNetLog& net_log) = 0;
120 const BoundNetLog& net_log) = 0;
200 const BoundNetLog& net_log) {
201 pool->RequestSockets(group_name, &params, num_sockets, net_log);
transport_client_socket_pool.cc 20 #include "net/base/net_log.h"
92 NetLog* net_log)
94 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
179 net_log());
191 result = params_->host_resolution_callback().Run(addresses_, net_log());
221 addresses_, net_log().net_log(), net_log().source());
332 *fallback_addresses_, net_log().net_log(), net_log().source())
    [all...]

Completed in 1140 milliseconds

12 3 4 5 6 7 8 91011>>