HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 326 - 350 of 499) sorted by null

<<11121314151617181920

  /external/chromium_org/net/disk_cache/
disk_cache.h 56 net::NetLog* net_log,
backend_impl.h 48 net::NetLog* net_log);
51 base::MessageLoopProxy* cache_thread, net::NetLog* net_log);
entry_impl.h 9 #include "net/base/net_log.h"
142 void BeginLogging(net::NetLog* net_log, bool created);
144 const net::BoundNetLog& net_log() const;
  /external/chromium_org/net/dns/
mock_host_resolver.cc 74 const BoundNetLog& net_log) {
103 const BoundNetLog& net_log) {
413 const BoundNetLog& net_log) {
419 const BoundNetLog& net_log) {
  /external/chromium_org/net/http/
http_auth.h 140 const BoundNetLog& net_log,
http_auth_handler_digest.h 73 const BoundNetLog& net_log,
http_auth_handler_negotiate.h 78 const BoundNetLog& net_log,
http_auth_handler_ntlm.h 50 const BoundNetLog& net_log,
http_pipelined_connection_impl.cc 59 const BoundNetLog& net_log,
64 net_log, was_npn_negotiated,
74 const BoundNetLog& net_log,
81 net_log_(BoundNetLog::Make(net_log.net_log(),
129 const BoundNetLog& net_log) {
134 connection_.get(), request, read_buf_.get(), net_log));
135 stream_info_map_[pipeline_id].source = net_log.source();
817 const BoundNetLog& HttpPipelinedConnectionImpl::net_log() const { function in class:net::HttpPipelinedConnectionImpl
http_stream_factory_impl_request.h 10 #include "net/base/net_log.h"
28 const BoundNetLog& net_log);
http_stream_parser.h 17 #include "net/base/net_log.h"
45 const BoundNetLog& net_log);
http_transaction_unittest.h 19 #include "net/base/net_log.h"
119 const net::BoundNetLog& net_log);
173 const net::BoundNetLog& net_log) OVERRIDE;
  /external/chromium_org/net/quic/
quic_http_stream.h 37 const BoundNetLog& net_log,
  /external/chromium_org/net/socket/
buffered_write_stream_socket_unittest.cc 11 #include "net/base/net_log.h"
34 new DeterministicMockTCPClientSocket(net_log_.net_log(), data_.get()));
client_socket_pool_manager_impl.h 60 ClientSocketPoolManagerImpl(NetLog* net_log,
  /external/chromium_org/net/spdy/
spdy_http_stream.h 14 #include "net/base/net_log.h"
46 const BoundNetLog& net_log,
  /external/chromium_org/net/udp/
udp_socket_win.h 19 #include "net/base/net_log.h"
28 net::NetLog* net_log,
  /external/chromium/net/disk_cache/
entry_impl.h 10 #include "net/base/net_log.h"
131 void BeginLogging(net::NetLog* net_log, bool created);
133 const net::BoundNetLog& net_log() const;
  /external/chromium/net/http/
http_auth_handler_digest.cc 95 const BoundNetLog& net_log,
101 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
http_cache_transaction.h 16 #include "net/base/net_log.h"
97 const BoundNetLog& net_log() const;
227 void SetRequest(const BoundNetLog& net_log, const HttpRequestInfo* request);
  /external/chromium/net/proxy/
init_proxy_resolver.cc 11 #include "net/base/net_log.h"
35 NetLog* net_log)
44 net_log, NetLog::SOURCE_INIT_PROXY_RESOLVER)),
  /external/chromium/net/spdy/
spdy_stream_unittest.cc 256 BoundNetLog net_log; local
262 net_log);
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 87 params->net_log = context->net_log();
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry.cc 51 DCHECK(g_browser_process->net_log());
52 return new DialServiceImpl(g_browser_process->net_log());
  /external/chromium_org/chrome/browser/
io_thread.h 180 // |net_log| must either outlive the IOThread or be NULL.
183 ChromeNetLog* net_log,
198 ChromeNetLog* net_log();

Completed in 245 milliseconds

<<11121314151617181920