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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/proxy/
proxy_resolver_request_context.h 12 class BoundNetLog;
20 ProxyResolverRequestContext(const BoundNetLog* net_log,
26 const BoundNetLog* net_log;
proxy_resolver.h 18 class BoundNetLog;
46 const BoundNetLog& net_log) = 0;
proxy_resolver_mac.h 27 const BoundNetLog& net_log);
  /external/chromium_org/net/socket/
nss_ssl_util.h 17 class BoundNetLog;
23 void LogFailedNSSFunction(const BoundNetLog& net_log,
  /external/chromium_org/net/udp/
datagram_socket.h 12 class BoundNetLog;
38 virtual const BoundNetLog& NetLog() const = 0;
  /external/chromium/net/socket/
nss_ssl_util.h 15 class BoundNetLog;
21 void LogFailedNSSFunction(const BoundNetLog& net_log,
client_socket.h 71 virtual const BoundNetLog& NetLog() const = 0;
133 void LogByteTransfer(const BoundNetLog& net_log, NetLog::EventType event_type,
  /external/chromium/net/ftp/
ftp_transaction.h 18 class BoundNetLog;
43 const BoundNetLog& net_log) = 0;
  /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;
57 const net::BoundNetLog& bound_net_log) = 0;
63 const net::BoundNetLog& bound_net_log) = 0;
72 const net::BoundNetLog& bound_net_log) = 0;
  /external/chromium_org/net/cert/
cert_verifier.h 16 class BoundNetLog;
111 const BoundNetLog& net_log) = 0;
  /external/chromium_org/net/ftp/
ftp_transaction.h 18 class BoundNetLog;
43 const BoundNetLog& net_log) = 0;
  /external/chromium_org/net/http/
http_pipelined_connection.h 14 class BoundNetLog;
54 const BoundNetLog& net_log,
81 // The BoundNetLog of this pipelined connection.
82 virtual const BoundNetLog& net_log() const = 0;
http_auth_handler_factory.h 21 class BoundNetLog;
81 const BoundNetLog& net_log,
92 const BoundNetLog& net_log,
105 const BoundNetLog& net_log,
190 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...]
  /external/chromium_org/net/quic/
quic_reliable_client_stream.h 60 const BoundNetLog& net_log);
76 const BoundNetLog& net_log() const { return net_log_; }
79 BoundNetLog net_log_;
  /external/chromium/net/base/
net_log_unittest.cc 16 BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST));
host_resolver_impl.h 117 const BoundNetLog& source_net_log);
169 void OnStartRequest(const BoundNetLog& source_net_log,
170 const BoundNetLog& request_net_log,
175 void OnFinishRequest(const BoundNetLog& source_net_log,
176 const BoundNetLog& request_net_log,
183 void OnCancelRequest(const BoundNetLog& source_net_log,
184 const BoundNetLog& request_net_log,
net_log.cc 111 void BoundNetLog::AddEntry(
120 void BoundNetLog::AddEntryWithTime(
130 void BoundNetLog::AddEvent(
136 void BoundNetLog::BeginEvent(
142 void BoundNetLog::EndEvent(
148 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type,
160 NetLog::LogLevel BoundNetLog::GetLogLevel() const {
166 bool BoundNetLog::IsLoggingBytes() const {
170 bool BoundNetLog::IsLoggingAllEvents() const {
175 BoundNetLog BoundNetLog::Make(NetLog* net_log
    [all...]
  /external/chromium/net/http/
http_transaction.h 15 class BoundNetLog;
46 const BoundNetLog& net_log) = 0;
http_auth_handler_factory.h 22 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...]
  /external/chromium_org/net/dns/
dns_transaction.h 17 class BoundNetLog;
67 const BoundNetLog& net_log) WARN_UNUSED_RESULT = 0;
  /external/chromium_org/net/proxy/
proxy_resolver.h 19 class BoundNetLog;
47 const BoundNetLog& net_log) = 0;
  /external/chromium/net/spdy/
spdy_session_pool.h 30 class BoundNetLog;
50 const BoundNetLog& net_log);
71 const BoundNetLog& net_log,
134 const BoundNetLog& net_log) const;
137 const BoundNetLog& net_log,

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>