Searched refs:BoundNetLog (Results 1 - 25 of 342) sorted by relevance

1234567891011>>

/external/chromium_org/net/cert/
H A Dct_verifier.h16 class BoundNetLog;
38 const BoundNetLog& net_log) = 0;
H A Dcert_verifier.h16 class BoundNetLog;
111 const BoundNetLog& net_log) = 0;
H A Dsingle_request_cert_verifier.h33 const BoundNetLog& net_log);
/external/chromium_org/net/socket/
H A Dnss_ssl_util.h19 class BoundNetLog;
25 void LogFailedNSSFunction(const BoundNetLog& net_log,
H A Dclient_socket_pool_manager.h25 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,
/external/chromium_org/net/udp/
H A Ddatagram_socket.h12 class BoundNetLog;
38 virtual const BoundNetLog& NetLog() const = 0;
H A Dudp_client_socket.h15 class BoundNetLog;
37 virtual const BoundNetLog& NetLog() const OVERRIDE;
/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.h16 class BoundNetLog;
38 const net::BoundNetLog& bound_net_log,
H A Ddownload_item_factory.h25 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;
H A Ddownload_create_info.h29 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;
H A Ddownload_file_factory.cc20 const net::BoundNetLog& bound_net_log,
/external/chromium_org/net/dns/
H A Dsingle_request_host_resolver.h18 class BoundNetLog;
39 const BoundNetLog& net_log);
H A Ddns_transaction.h17 class BoundNetLog;
67 const BoundNetLog& net_log) WARN_UNUSED_RESULT = 0;
H A Dsingle_request_host_resolver_unittest.cc38 const BoundNetLog& net_log) OVERRIDE {
50 const BoundNetLog& net_log) OVERRIDE {
81 request, DEFAULT_PRIORITY, &addrlist, callback.callback(), BoundNetLog());
105 BoundNetLog());
H A Dmapped_host_resolver_unittest.cc49 BoundNetLog());
64 BoundNetLog());
77 BoundNetLog());
93 BoundNetLog());
128 BoundNetLog());
141 BoundNetLog());
172 BoundNetLog());
185 BoundNetLog());
229 BoundNetLog());
240 BoundNetLog());
[all...]
/external/chromium_org/net/ftp/
H A Dftp_transaction.h18 class BoundNetLog;
43 const BoundNetLog& net_log) = 0;
H A Dftp_ctrl_response_buffer.h31 FtpCtrlResponseBuffer(const BoundNetLog& net_log);
94 BoundNetLog net_log_;
/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory.h21 class BoundNetLog;
82 const BoundNetLog& net_log,
93 const BoundNetLog& net_log,
106 const BoundNetLog& net_log,
191 const BoundNetLog& net_log,
H A Dhttp_auth_handler_factory_unittest.cc29 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...]
H A Dhttp_basic_state.h22 class BoundNetLog;
36 const BoundNetLog& net_log,
H A Dhttp_basic_state_unittest.cc43 &request_info, LOW, BoundNetLog(), CompletionCallback()));
50 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
62 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
72 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
/external/chromium_org/net/proxy/
H A Dproxy_resolver.h19 class BoundNetLog;
47 const BoundNetLog& net_log) = 0;
H A Dproxy_list.h89 const BoundNetLog& net_log);
106 const BoundNetLog& net_log) const;
119 const BoundNetLog& net_log) const;
H A Dproxy_resolver_v8_unittest.cc173 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
193 CompletionCallback(), NULL, BoundNetLog());
202 NULL, BoundNetLog());
234 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
255 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
268 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
292 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
306 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
321 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
340 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
[all...]
/external/chromium_org/net/quic/
H A Dquic_reliable_client_stream.h52 const BoundNetLog& net_log);
82 const BoundNetLog& net_log() const { return net_log_; }
87 BoundNetLog net_log_;

Completed in 862 milliseconds

1234567891011>>