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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/net/cert/
mock_cert_verifier.cc 46 const BoundNetLog& net_log) {
single_request_cert_verifier.cc 34 const BoundNetLog& net_log) {
multi_threaded_cert_verifier.cc 141 const BoundNetLog& net_log)
172 const BoundNetLog& net_log() const { return net_log_; }
177 const BoundNetLog net_log_;
323 const BoundNetLog& net_log)
388 const BoundNetLog net_log_;
420 const BoundNetLog& net_log) {
467 BoundNetLog::Make(net_log.net_log(), NetLog::SOURCE_CERT_VERIFIER_JOB));
  /external/chromium_org/net/dns/
single_request_host_resolver.cc 30 const CompletionCallback& callback, const BoundNetLog& net_log) {
host_resolver_impl.cc 175 const BoundNetLog& net_log) {
380 void LogStartRequest(const BoundNetLog& source_net_log,
381 const BoundNetLog& request_net_log,
393 void LogFinishRequest(const BoundNetLog& source_net_log,
394 const BoundNetLog& request_net_log,
403 void LogCancelRequest(const BoundNetLog& source_net_log,
404 const BoundNetLog& request_net_log,
465 Request(const BoundNetLog& source_net_log,
466 const BoundNetLog& request_net_log,
511 const BoundNetLog& source_net_log()
    [all...]
  /external/chromium_org/net/http/
http_auth_handler_ntlm_win.cc 60 const BoundNetLog& net_log,
http_cache_transaction.h 106 const BoundNetLog& net_log() const;
111 const BoundNetLog& net_log) OVERRIDE;
261 void SetRequest(const BoundNetLog& net_log, const HttpRequestInfo* request);
398 BoundNetLog net_log_;
http_network_transaction_ssl_unittest.cc 142 callback.callback(), BoundNetLog()));
188 callback.callback(), BoundNetLog()));
235 callback.callback(), BoundNetLog()));
288 callback.callback(), BoundNetLog()));
http_pipelined_host_pool.h 59 const BoundNetLog& net_log,
proxy_connect_redirect_http_stream.cc 26 const BoundNetLog& net_log,
proxy_connect_redirect_http_stream.h 30 const BoundNetLog& net_log,
http_network_layer_unittest.cc 118 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
180 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
255 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
312 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
360 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
404 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
437 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.h 98 const BoundNetLog& net_log) OVERRIDE;
proxy_info.h 113 bool Fallback(const BoundNetLog& net_log);
proxy_resolver_v8.h 85 const BoundNetLog& net_log) OVERRIDE;
  /external/chromium_org/net/quic/
quic_reliable_client_stream_test.cc 38 stream_(1, &session_, BoundNetLog()) {
quic_stream_factory.cc 41 const BoundNetLog& net_log);
78 const BoundNetLog net_log_;
91 const BoundNetLog& net_log)
187 const BoundNetLog& net_log,
271 const BoundNetLog& net_log,
332 const BoundNetLog& net_log) {
408 const BoundNetLog& net_log) {
  /external/chromium_org/net/socket/
buffered_write_stream_socket.h 54 virtual const BoundNetLog& NetLog() const OVERRIDE;
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 57 return CreateInsecureSpdySession(session_, key, BoundNetLog());
153 SPDY_BIDIRECTIONAL_STREAM, session, url, LOWEST, BoundNetLog());
200 BoundNetLog());
350 SPDY_REQUEST_RESPONSE_STREAM, session, url, LOWEST, BoundNetLog());
413 SPDY_BIDIRECTIONAL_STREAM, session, url, LOWEST, BoundNetLog());
473 SPDY_REQUEST_RESPONSE_STREAM, session, url, LOWEST, BoundNetLog());
531 SPDY_REQUEST_RESPONSE_STREAM, session, url, LOWEST, BoundNetLog());
549 EXPECT_EQ(OK, session->GetPushStream(url, &push_stream, BoundNetLog()));
606 SPDY_REQUEST_RESPONSE_STREAM, session, url, LOWEST, BoundNetLog());
624 EXPECT_EQ(OK, session->GetPushStream(url, &push_stream, BoundNetLog()));
    [all...]
spdy_websocket_stream.h 71 const BoundNetLog& stream_net_log);
  /external/chromium_org/net/udp/
udp_client_socket.cc 57 const BoundNetLog& UDPClientSocket::NetLog() const {
udp_server_socket.cc 60 const BoundNetLog& UDPServerSocket::NetLog() const {
  /external/chromium_org/net/url_request/
url_request_throttler_entry.h 168 BoundNetLog net_log_;
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 35 const BoundNetLog& net_log) {
95 const BoundNetLog& net_log) {
191 BoundNetLog()));
196 BoundNetLog()));
302 BoundNetLog bound_log(NetLog::Source(NetLog::SOURCE_NONE, 0), &log);
  /external/chromium_org/content/browser/download/
download_item_impl.h 69 const net::BoundNetLog& bound_net_log);
76 const net::BoundNetLog& bound_net_log);
86 const net::BoundNetLog& bound_net_log);
189 // Get the download's BoundNetLog.
190 virtual const net::BoundNetLog& GetBoundNetLog() const;
537 const net::BoundNetLog bound_net_log_;

Completed in 1367 milliseconds

1 2 3 4 5 6 7 891011>>