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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/udp/
datagram_socket.h 12 class BoundNetLog;
38 virtual const BoundNetLog& NetLog() const = 0;
udp_client_socket.h 15 class BoundNetLog;
37 virtual const BoundNetLog& NetLog() const OVERRIDE;
  /external/chromium_org/net/cert/
ct_verifier.h 16 class BoundNetLog;
38 const BoundNetLog& net_log) = 0;
cert_verifier.h 16 class BoundNetLog;
111 const BoundNetLog& net_log) = 0;
single_request_cert_verifier.h 33 const BoundNetLog& net_log);
  /external/chromium_org/net/socket/
nss_ssl_util.h 19 class BoundNetLog;
25 void LogFailedNSSFunction(const BoundNetLog& net_log,
client_socket_pool_manager.h 25 typedef base::Callback<int(const AddressList&, const BoundNetLog& net_log)>
28 class BoundNetLog;
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,
websocket_transport_connect_sub_job.h 18 class BoundNetLog;
64 const BoundNetLog& net_log() const;
  /external/chromium_org/content/browser/download/
download_file_factory.h 16 class BoundNetLog;
38 const net::BoundNetLog& bound_net_log,
download_item_factory.h 25 class BoundNetLog;
59 const net::BoundNetLog& bound_net_log) = 0;
65 const net::BoundNetLog& bound_net_log) = 0;
74 const net::BoundNetLog& bound_net_log) = 0;
download_create_info.h 29 const net::BoundNetLog& bound_net_log,
97 // The request's |BoundNetLog|, for "source_dependency" linking with the
99 const net::BoundNetLog request_bound_net_log;
download_file_factory.cc 20 const net::BoundNetLog& bound_net_log,
  /external/chromium_org/net/dns/
single_request_host_resolver.h 18 class BoundNetLog;
39 const BoundNetLog& net_log);
dns_transaction.h 17 class BoundNetLog;
67 const BoundNetLog& net_log) WARN_UNUSED_RESULT = 0;
mapped_host_resolver.h 53 const BoundNetLog& net_log) OVERRIDE;
56 const BoundNetLog& net_log) OVERRIDE;
  /external/chromium_org/net/ftp/
ftp_transaction.h 18 class BoundNetLog;
43 const BoundNetLog& net_log) = 0;
ftp_ctrl_response_buffer.h 31 FtpCtrlResponseBuffer(const BoundNetLog& net_log);
94 BoundNetLog net_log_;
  /external/chromium_org/net/proxy/
proxy_list.h 89 const BoundNetLog& net_log);
106 const BoundNetLog& net_log) const;
119 const BoundNetLog& net_log) const;
proxy_resolver.h 19 class BoundNetLog;
47 const BoundNetLog& net_log) = 0;
  /external/chromium_org/net/quic/
quic_reliable_client_stream.h 52 const BoundNetLog& net_log);
82 const BoundNetLog& net_log() const { return net_log_; }
87 BoundNetLog net_log_;
  /external/chromium_org/net/http/
http_auth_handler_factory.h 21 class BoundNetLog;
82 const BoundNetLog& net_log,
93 const BoundNetLog& net_log,
106 const BoundNetLog& net_log,
191 const BoundNetLog& net_log,
http_auth_handler_factory_unittest.cc 29 const BoundNetLog& net_log,
61 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
67 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
70 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(),
77 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
80 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(),
86 "basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
92 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler));
95 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(),
114 BoundNetLog(),
    [all...]
http_basic_state.h 22 class BoundNetLog;
36 const BoundNetLog& net_log,
http_stream_base.h 24 class BoundNetLog;
44 const BoundNetLog& net_log,
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.h 47 explicit ProofVerifyContextChromium(const BoundNetLog& net_log)
50 BoundNetLog net_log;

Completed in 1204 milliseconds

1 2 3 4 5 6 7 8 91011>>