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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/quic/
quic_stream_factory.h 46 const BoundNetLog& net_log,
55 const BoundNetLog& net_log() const{
64 BoundNetLog net_log_;
94 const BoundNetLog& net_log,
101 const BoundNetLog& net_log);
144 const BoundNetLog& net_log);
quic_connection_logger.h 12 class BoundNetLog;
19 explicit QuicConnectionLogger(const BoundNetLog& net_log);
52 BoundNetLog net_log_;
  /external/chromium_org/net/socket/
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,
164 const BoundNetLog& net_log,
  /external/chromium/net/base/
mapped_host_resolver_unittest.cc 36 &address_list, NULL, NULL, BoundNetLog());
45 &address_list, NULL, NULL, BoundNetLog());
53 &address_list, NULL, NULL, BoundNetLog());
64 &address_list, NULL, NULL, BoundNetLog());
93 &address_list, NULL, NULL, BoundNetLog());
101 &address_list, NULL, NULL, BoundNetLog());
126 &address_list, NULL, NULL, BoundNetLog());
134 &address_list, NULL, NULL, BoundNetLog());
  /external/chromium/net/http/
http_stream.h 24 class BoundNetLog;
41 const BoundNetLog& net_log,
http_auth_controller.h 47 const BoundNetLog& net_log);
60 const BoundNetLog& net_log);
90 bool SelectPreemptiveAuth(const BoundNetLog& net_log);
  /external/chromium_org/content/browser/download/
download_create_info.h 29 const net::BoundNetLog& bound_net_log,
90 // The request's |BoundNetLog|, for "source_dependency" linking with the
92 const net::BoundNetLog request_bound_net_log;
  /external/chromium_org/net/dns/
mapped_host_resolver.h 52 const BoundNetLog& net_log) OVERRIDE;
55 const BoundNetLog& net_log) OVERRIDE;
single_request_host_resolver.h 30 const BoundNetLog& net_log);
single_request_host_resolver_unittest.cc 37 const BoundNetLog& net_log) OVERRIDE {
49 const BoundNetLog& net_log) OVERRIDE {
80 request, &addrlist, callback.callback(), BoundNetLog());
101 request, &addrlist, callback.callback(), BoundNetLog());
host_resolver_impl.h 27 class BoundNetLog;
137 const BoundNetLog& source_net_log) OVERRIDE;
140 const BoundNetLog& source_net_log) OVERRIDE;
166 const BoundNetLog& request_net_log);
196 const BoundNetLog& net_log) const;
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.h 31 FtpCtrlResponseBuffer(const BoundNetLog& net_log);
94 BoundNetLog net_log_;
  /external/chromium_org/net/http/
http_pipelined_host.h 19 class BoundNetLog;
80 const BoundNetLog& net_log,
http_pipelined_host_forced.h 24 class BoundNetLog;
47 const BoundNetLog& net_log,
http_stream_base.h 24 class BoundNetLog;
44 const BoundNetLog& net_log,
http_transaction.h 17 class BoundNetLog;
49 const BoundNetLog& net_log) = 0;
http_auth_controller.h 48 const BoundNetLog& net_log);
61 const BoundNetLog& net_log);
91 bool SelectPreemptiveAuth(const BoundNetLog& net_log);
http_pipelined_stream.h 17 class BoundNetLog;
42 const BoundNetLog& net_log,
90 // The BoundNetLog of this stream's pipelined connection.
91 const BoundNetLog& net_log() const;
  /external/chromium_org/net/proxy/
proxy_list.h 88 const BoundNetLog& net_log);
94 const BoundNetLog& net_log) const;
  /external/chromium_org/net/udp/
udp_client_socket.h 15 class BoundNetLog;
37 virtual const BoundNetLog& NetLog() const OVERRIDE;
  /external/chromium/net/proxy/
proxy_resolver_winhttp.h 28 const BoundNetLog& /*net_log*/);
sync_host_resolver_bridge.h 30 const BoundNetLog& net_log);
  /external/chromium_org/net/cert/
single_request_cert_verifier.h 33 const BoundNetLog& net_log);
  /external/chromium_org/net/websockets/
websocket_stream.cc 24 const BoundNetLog& net_log,
  /external/chromium/net/socket/
tcp_client_socket_win.h 19 class BoundNetLog;
50 virtual const BoundNetLog& NetLog() const { return net_log_; }
133 BoundNetLog net_log_;

Completed in 7739 milliseconds

12 3 4 5 6 7 8 91011>>