HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /external/chromium/net/http/
http_network_session.h 57 net_log(NULL) {}
69 NetLog* net_log; member in struct:net::HttpNetworkSession::Params
128 NetLog* net_log() { function in class:net::HttpNetworkSession
http_stream.h 41 const BoundNetLog& net_log,
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))
http_auth_handler_factory.cc 22 const BoundNetLog& net_log,
26 net_log, handler);
34 const BoundNetLog& net_log,
38 digest_nonce_count, net_log, handler);
173 const BoundNetLog& net_log,
188 digest_nonce_count, net_log, handler);
http_stream_factory_impl_unittest.cc 12 #include "net/base/net_log.h"
67 net_log(NULL) {}
75 NetLog* net_log; member in struct:net::__anon4119::SessionDependencies
87 params.net_log = session_deps->net_log;
141 const BoundNetLog& net_log) {
149 const BoundNetLog& net_log) {
http_basic_stream.cc 31 const BoundNetLog& net_log,
36 read_buf_, net_log));
http_stream_factory.h 163 const BoundNetLog& net_log) = 0;
169 const BoundNetLog& net_log) = 0;
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.h 68 NetLog* net_log);
proxy_resolver_js_bindings.cc 14 #include "net/base/net_log.h"
67 DefaultJSBindings(HostResolver* host_resolver, NetLog* net_log)
69 net_log_(net_log) {
268 if (current_request_context() && current_request_context()->net_log)
269 current_request_context()->net_log->AddEntry(type, phase, params);
296 HostResolver* host_resolver, NetLog* net_log) {
297 return new DefaultJSBindings(host_resolver, net_log);
  /external/chromium/net/socket/
client_socket_pool_manager.h 72 ClientSocketPoolManager(NetLog* net_log,
117 const BoundNetLog& net_log,
131 const BoundNetLog& net_log,
145 const BoundNetLog& net_log,
tcp_server_socket_win.h 14 #include "net/base/net_log.h"
25 TCPServerSocketWin(net::NetLog* net_log,
client_socket_factory.cc 57 NetLog* net_log,
59 return new TCPClientSocket(addresses, net_log, source);
ssl_client_socket_pool.cc 137 NetLog* net_log)
139 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
266 &callback_, transport_pool_, net_log());
283 &callback_, socks_pool_, net_log());
303 http_proxy_pool_, net_log());
465 NetLog* net_log)
475 net_log_(net_log) {
508 NetLog* net_log)
525 net_log)),
552 const BoundNetLog& net_log) {
    [all...]
ssl_client_socket_pool.h 113 NetLog* net_log);
197 NetLog* net_log);
207 const BoundNetLog& net_log);
212 const BoundNetLog& net_log);
261 NetLog* net_log);
client_socket_pool_base.h 42 #include "net/base/net_log.h"
73 const BoundNetLog& net_log);
78 const BoundNetLog& net_log() { return net_log_; } function in class:net::ConnectJob
113 const BoundNetLog& net_log() const { return net_log_; } function in class:net::ConnectJob
176 const BoundNetLog& net_log
189 const BoundNetLog& net_log() const { return net_log_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request
472 const BoundNetLog& net_log);
593 const BoundNetLog& net_log
600 flags, net_log
658 const BoundNetLog& net_log) {
    [all...]
tcp_server_socket_libevent.cc 38 net::NetLog* net_log,
43 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
163 net_log_.net_log(), net_log_.source());
tcp_server_socket_win.cc 18 TCPServerSocketWin::TCPServerSocketWin(net::NetLog* net_log,
24 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
147 net_log_.net_log(), net_log_.source());
  /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);
sparse_control.cc 160 void LogChildOperationEnd(const net::BoundNetLog& net_log,
163 if (net_log.IsLoggingAllEvents()) {
178 net_log.EndEventWithNetErrorCode(event_type, result);
267 if (entry_->net_log().IsLoggingAllEvents()) {
268 entry_->net_log().BeginEvent(
341 entry->net_log().AddEvent(net::NetLog::TYPE_SPARSE_DELETE_CHILDREN, NULL);
664 entry_->net_log().IsLoggingAllEvents()) {
665 entry_->net_log().EndEvent(
672 entry_->net_log().IsLoggingAllEvents()) {
673 entry_->net_log().EndEvent(GetSparseEventType(operation_), NULL)
    [all...]
  /external/chromium/net/spdy/
spdy_http_stream_unittest.cc 79 BoundNetLog net_log; local
84 http_stream->InitializeStream(&request, net_log, NULL));
139 BoundNetLog net_log; local
143 http_stream.InitializeStream(&request, net_log, NULL));
193 BoundNetLog net_log; local
197 http_stream->InitializeStream(&request, net_log, NULL));
  /external/chromium/chrome/browser/
io_thread.cc 69 net::HostResolver* CreateGlobalHostResolver(net::NetLog* net_log) {
142 net::CreateSystemHostResolver(parallelism, resolver_proc.get(), net_log);
174 // |net_log| must remain valid throughout our lifetime.
175 explicit LoggingNetworkChangeObserver(net::NetLog* net_log)
176 : net_log_(net_log) {
201 net::NetLog* net_log) {
204 context->set_net_log(net_log);
223 net::NetLog* net_log) {
226 context->set_net_log(net_log);
294 ChromeNetLog* net_log,
333 ChromeNetLog* IOThread::net_log() { function in class:IOThread
    [all...]
io_thread.h 80 // |net_log| must either outlive the IOThread or be NULL.
82 ChromeNetLog* net_log,
90 ChromeNetLog* net_log();
  /external/chromium/net/url_request/
url_request_context.h 17 #include "net/base/net_log.h"
51 NetLog* net_log() const { function in class:net::URLRequestContext
55 void set_net_log(NetLog* net_log) {
56 net_log_ = net_log;

Completed in 516 milliseconds

1 23 4 5 6 7 8