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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/net/proxy/
proxy_resolver_mac.h 28 const BoundNetLog& net_log) OVERRIDE;
proxy_resolver_winhttp.h 28 const BoundNetLog& /*net_log*/) OVERRIDE;
proxy_service.h 129 const BoundNetLog& net_log);
147 const BoundNetLog& net_log);
153 bool MarkProxyAsBad(const ProxyInfo& results, const BoundNetLog& net_log);
320 const BoundNetLog& net_log);
415 const BoundNetLog& net_log);
418 const BoundNetLog& net_log);
425 void StartAsyncResolve(const GURL& url, const BoundNetLog& net_log);
426 void StartAsyncReconsider(const GURL& url, const BoundNetLog& net_log);
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_chromium.cc 25 : ProofVerifierChromium(cert_verifier, BoundNetLog()),
  /external/chromium_org/net/socket/
stream_socket.h 65 virtual const BoundNetLog& NetLog() const = 0;
client_socket_pool_base_unittest.cc 120 net_log_(BoundNetLog::Make(net_log, net::NetLog::SOURCE_SOCKET)),
158 virtual const BoundNetLog& NetLog() const OVERRIDE {
180 BoundNetLog net_log_;
263 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
487 const BoundNetLog& net_log) OVERRIDE {
497 const BoundNetLog& net_log) OVERRIDE {
750 false, params_, BoundNetLog());
770 false, params_, BoundNetLog());
    [all...]
  /external/chromium/net/base/
capturing_net_log.h 81 // Helper class that exposes a similar API as BoundNetLog, but uses a
84 // CapturingBoundNetLog can easily be converted to a BoundNetLog using the
94 // The returned BoundNetLog is only valid while |this| is alive.
95 BoundNetLog bound() const {
96 return BoundNetLog(source_, capturing_net_log_.get());
dnsrr_resolver.h 55 class BoundNetLog;
102 const BoundNetLog& netlog);
  /external/chromium/net/http/
http_auth_handler.h 36 const BoundNetLog& net_log);
183 BoundNetLog net_log_;
http_basic_stream.h 21 class BoundNetLog;
44 const BoundNetLog& net_log,
http_stream_factory_impl.h 32 const BoundNetLog& net_log);
37 const BoundNetLog& net_log);
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 35 class BoundNetLog;
237 const net::BoundNetLog* net_log);
245 const net::BoundNetLog* net_log);
253 const net::BoundNetLog* net_log);
260 const net::BoundNetLog* net_log);
270 const net::BoundNetLog* net_log);
279 const net::BoundNetLog* net_log);
290 const net::BoundNetLog* net_log);
  /external/chromium_org/content/browser/download/
download_file_impl.h 45 const net::BoundNetLog& bound_net_log,
102 net::BoundNetLog bound_net_log_;
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 47 virtual const net::BoundNetLog& NetLog() const OVERRIDE;
85 net::BoundNetLog net_log_;
  /external/chromium_org/net/base/
file_stream.h 30 // Creates a |FileStream| with a new |BoundNetLog| (based on |net_log|)
43 // |net_log| is the net log pointer to use to create a |BoundNetLog|. May be
229 void SetBoundNetLogSource(const net::BoundNetLog& owner_bound_net_log);
240 net::BoundNetLog bound_net_log_;
  /external/chromium_org/net/dns/
mapped_host_resolver.cc 25 const BoundNetLog& net_log) {
36 const BoundNetLog& net_log) {
  /external/chromium_org/net/http/
http_auth_handler.h 35 const BoundNetLog& net_log);
187 BoundNetLog net_log_;
http_auth_handler_unittest.cc 40 BoundNetLog bound_net_log(BoundNetLog::Make(&capturing_net_log,
http_basic_stream.h 19 class BoundNetLog;
42 const BoundNetLog& net_log,
http_pipelined_host_impl.h 25 class BoundNetLog;
49 const BoundNetLog& net_log,
http_pipelined_host_test_util.h 34 const BoundNetLog& net_log,
58 MOCK_CONST_METHOD0(net_log, const BoundNetLog&());
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.h 38 const BoundNetLog& net_log);
84 BoundNetLog net_log_;
  /external/chromium_org/net/udp/
udp_server_socket.h 16 class BoundNetLog;
40 virtual const BoundNetLog& NetLog() const OVERRIDE;
  /external/chromium_org/net/url_request/
url_request_throttler_manager.h 23 class BoundNetLog;
156 BoundNetLog net_log_;
  /external/chromium_org/net/websockets/
websocket_stream.h 23 class BoundNetLog;
86 const BoundNetLog& net_log,

Completed in 3147 milliseconds

1 2 34 5 6 7 8 91011>>