HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 126 - 150 of 481) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/content/shell/
shell_browser_main_parts.h 49 net::NetLog* net_log() { return net_log_.get(); } function in class:content::ShellBrowserMainParts
shell_url_request_context_getter.h 39 net::NetLog* net_log);
  /external/chromium_org/net/cert/
mock_cert_verifier.h 35 const BoundNetLog& net_log) OVERRIDE;
  /external/chromium_org/net/dns/
mock_host_resolver.h 81 const BoundNetLog& net_log) OVERRIDE;
84 const BoundNetLog& net_log) OVERRIDE;
222 const BoundNetLog& net_log) OVERRIDE;
225 const BoundNetLog& net_log) OVERRIDE;
dns_session.h 63 NetLog* net_log);
66 NetLog* net_log() const { return net_log_; } function in class:net::DnsSession
single_request_host_resolver_unittest.cc 9 #include "net/base/net_log.h"
37 const BoundNetLog& net_log) OVERRIDE {
49 const BoundNetLog& net_log) OVERRIDE {
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.h 15 #include "net/base/net_log.h"
31 FtpCtrlResponseBuffer(const BoundNetLog& net_log);
  /external/chromium_org/net/http/
http_auth_handler_basic.h 30 const BoundNetLog& net_log,
http_pipelined_connection_impl.h 18 #include "net/base/net_log.h"
56 const BoundNetLog& net_log,
66 const BoundNetLog& net_log,
84 virtual const BoundNetLog& net_log() const OVERRIDE;
98 const BoundNetLog& net_log);
http_pipelined_host.h 80 const BoundNetLog& net_log,
http_pipelined_host_forced.h 47 const BoundNetLog& net_log,
http_stream_base.h 44 const BoundNetLog& net_log,
http_transaction.h 46 // Profiling information for the request is saved to |net_log| if non-NULL.
49 const BoundNetLog& net_log) = 0;
proxy_client_socket.h 70 const BoundNetLog& net_log);
http_auth_handler.cc 28 const BoundNetLog& net_log) {
33 net_log_ = net_log;
http_auth_handler_basic.cc 117 const BoundNetLog& net_log,
122 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
  /external/chromium_org/net/socket/
client_socket_handle.h 19 #include "net/base/net_log.h"
71 // Profiling information for the request is saved to |net_log| if non-NULL.
79 const BoundNetLog& net_log);
216 const BoundNetLog& net_log) {
217 requesting_source_ = net_log.source();
230 group_name, &socket_params, priority, this, callback_, net_log);
tcp_server_socket_libevent.h 12 #include "net/base/net_log.h"
24 TCPServerSocketLibevent(net::NetLog* net_log,
tcp_server_socket_win.h 15 #include "net/base/net_log.h"
27 TCPServerSocketWin(net::NetLog* net_log,
  /external/chromium_org/net/udp/
udp_client_socket.h 8 #include "net/base/net_log.h"
22 net::NetLog* net_log,
  /external/chromium/net/base/
capturing_net_log.cc 64 CapturingNetLog* net_log)
65 : source_(source), capturing_net_log_(net_log) {
  /external/chromium/net/disk_cache/
mem_backend_impl.h 28 explicit MemBackendImpl(net::NetLog* net_log);
36 static Backend* CreateBackend(int max_bytes, net::NetLog* net_log);
  /external/chromium/net/http/
http_auth_handler.cc 30 const BoundNetLog& net_log) {
35 net_log_ = net_log;
http_auth_handler_basic.cc 99 const BoundNetLog& net_log,
104 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))