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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.cc 47 : net_log_(net_log),
221 net_log_)));
232 net_log_)));
263 net_log_)));
276 net_log_)));
295 net_log_)));
309 net_log_)));
335 net_log_);
tcp_client_socket_win.h 50 virtual const BoundNetLog& NetLog() const { return net_log_; }
148 BoundNetLog net_log_; member in class:net::TCPClientSocketWin
socks_client_socket.cc 68 net_log_(transport_socket->socket()->NetLog()) {
81 net_log_(transport_socket->NetLog()) {
101 net_log_.BeginEvent(NetLog::TYPE_SOCKS_CONNECT);
107 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
132 return net_log_;
238 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
288 net_log_);
tcp_client_socket_win.cc 344 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)),
346 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE,
353 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
412 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT,
470 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
535 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
538 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT);
752 net_log_.AddByteTransferEvent(NetLog::TYPE_SOCKET_BYTES_SENT, rv,
760 net_log_.AddEvent(NetLog::TYPE_SOCKET_WRITE_ERROR,
800 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error)
    [all...]
  /external/chromium_org/net/http/
http_cache_transaction.cc 290 return net_log_;
779 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_GET_BACKEND);
787 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_GET_BACKEND,
859 rv = network_trans_->Start(request_, io_callback_, net_log_);
1034 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY);
1046 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, result);
    [all...]
http_network_transaction.cc 173 net_log_ = net_log;
595 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_SEND_REQUEST);
607 net_log_.EndEventWithNetErrorCode(
612 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_HEADERS);
617 net_log_.EndEventWithNetErrorCode(
622 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_BODY);
627 net_log_.EndEventWithNetErrorCode(
632 net_log_.BeginEvent(
638 net_log_.EndEventWithNetErrorCode(
661 net_log_));
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 48 net_log_(spdy_stream->net_log()) {
131 return net_log_;
290 net_log_.BeginEvent(
295 net_log_.EndEventWithNetErrorCode(
301 net_log_.EndEventWithNetErrorCode(
316 return auth_->MaybeGenerateAuthToken(&request_, &io_callback_, net_log_);
339 if (net_log_.IsLoggingAllEvents()) {
340 net_log_.AddEvent(
379 if (net_log_.IsLoggingAllEvents()) {
380 net_log_.AddEvent
    [all...]
  /external/chromium/net/http/
http_cache_transaction.cc 210 return net_log_;
576 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_GET_BACKEND, NULL);
582 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_GET_BACKEND,
636 rv = network_trans_->Start(request_, &io_callback_, net_log_);
752 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, NULL);
760 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, result);
795 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY, NULL);
803 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY,
830 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY, NULL);
835 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY, result)
    [all...]
http_network_session.h 129 return net_log_;
159 NetLog* const net_log_; member in class:net::HttpNetworkSession
http_stream_factory_impl_job.h 74 const BoundNetLog& net_log() const { return net_log_; }
207 const BoundNetLog net_log_; member in class:net::HttpStreamFactoryImpl::Job
  /external/chromium/chrome/browser/
io_thread.cc 176 : net_log_(net_log) {
187 net_log_->AddEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSES_CHANGED,
195 net::NetLog* net_log_; member in class:__anon4670::LoggingNetworkChangeObserver
297 net_log_(net_log),
334 return net_log_;
429 new LoggingNetworkChangeObserver(net_log_));
439 CreateGlobalHostResolver(net_log_));
449 net::ProxyService::CreateDirectWithNetLog(net_log_);
458 session_params.net_log = net_log_;
468 ConstructProxyScriptFetcherContext(globals_, net_log_);
    [all...]
  /external/chromium/net/proxy/
proxy_service.cc 178 net_log_(net_log) {
188 ProxyResolverJSBindings::CreateDefault(sync_host_resolver, net_log_);
197 NetLog* net_log_; member in class:net::__anon5594::ProxyResolverFactoryForV8
273 net_log_(net_log) {
287 url_, results_, &io_callback_, &resolve_job_, net_log_);
312 net_log_.AddEvent(NetLog::TYPE_CANCELLED, NULL);
322 net_log_.EndEvent(NetLog::TYPE_PROXY_SERVICE, NULL);
341 return service_->DidFinishResolvingProxy(results_, result_code, net_log_);
344 BoundNetLog* net_log() { return &net_log_; }
375 BoundNetLog net_log_; member in class:net::ProxyService::PacRequest
    [all...]
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 118 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)),
131 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params);
139 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
177 net_log_.BeginEvent(
233 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
295 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params);
398 net_log_, NetLog::TYPE_SOCKET_BYTES_RECEIVED, nread, buf->data());
437 net_log_, NetLog::TYPE_SOCKET_BYTES_SENT, nwrite, buf->data());
551 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error);
562 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv)
    [all...]
socks_client_socket.cc 70 net_log_(transport_socket->socket()->NetLog()) {
86 net_log_(transport_socket->NetLog()) {
115 net_log_.BeginEvent(NetLog::TYPE_SOCKS_CONNECT, NULL);
121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
146 return net_log_;
228 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
276 host_request_info_, &addresses_, &io_callback_, net_log_);
tcp_client_socket_win.cc 224 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)),
229 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params);
235 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
266 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT,
321 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
377 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params);
548 LogByteTransfer(net_log_, NetLog::TYPE_SOCKET_BYTES_RECEIVED, num,
600 LogByteTransfer(net_log_, NetLog::TYPE_SOCKET_BYTES_SENT, rv,
715 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error);
727 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv)
    [all...]
ssl_client_socket_nss.cc 494 net_log_(transport_socket->socket()->NetLog()),
611 net_log_.BeginEvent(NetLog::TYPE_SSL_CONNECT, NULL);
615 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
621 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
630 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
641 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
731 return net_log_;
861 LogFailedNSSFunction(net_log_, "SSL_ImportFD", "");
870 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_SECURITY");
876 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_ENABLE_SSL2")
    [all...]
ssl_client_socket_win.h 64 virtual const BoundNetLog& NetLog() const { return net_log_; }
204 BoundNetLog net_log_; member in class:net::SSLClientSocketWin
  /external/chromium_org/net/dns/
host_resolver_impl.cc 579 net_log_(job_net_log) {
589 net_log_.BeginEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK);
603 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK);
646 net_log_.AddEvent(
735 net_log_.AddEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_ATTEMPT_FINISHED,
758 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK,
919 BoundNetLog net_log_; member in class:net::HostResolverImpl::ProcTask
1131 const BoundNetLog net_log_; member in class:net::HostResolverImpl::DnsTask
1640 BoundNetLog net_log_; member in class:net::HostResolverImpl::Job
    [all...]
  /external/chromium_org/net/base/
net_log.h 201 NetLog* net_log_; member in class:net::NetLog::ThreadSafeObserver
337 BoundNetLog() : net_log_(NULL) {}
391 NetLog* net_log() const { return net_log_; }
395 : source_(source), net_log_(net_log) {
399 NetLog* net_log_; member in class:net::BoundNetLog
  /external/chromium/net/url_request/
url_request_context.h 52 return net_log_;
56 net_log_ = net_log;
213 NetLog* net_log_; member in class:net::URLRequestContext
  /external/chromium_org/net/udp/
udp_socket_libevent.cc 52 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_UDP_SOCKET)) {
53 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE,
61 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
126 net_log_.AddEvent(NetLog::TYPE_UDP_LOCAL_ADDRESS,
218 net_log_.BeginEvent(NetLog::TYPE_UDP_CONNECT,
223 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_UDP_CONNECT, rv);
361 net_log_.AddEventWithNetErrorCode(NetLog::TYPE_UDP_RECEIVE_ERROR, result);
365 if (net_log_.IsLoggingAllEvents()) {
371 net_log_.AddEvent(
412 net_log_.AddEventWithNetErrorCode(NetLog::TYPE_UDP_SEND_ERROR, result)
    [all...]
udp_socket_win.cc 172 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_UDP_SOCKET)) {
174 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE,
182 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
243 net_log_.AddEvent(NetLog::TYPE_UDP_LOCAL_ADDRESS,
312 net_log_.BeginEvent(NetLog::TYPE_UDP_CONNECT,
317 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_UDP_CONNECT, rv);
450 net_log_.AddEventWithNetErrorCode(NetLog::TYPE_UDP_RECEIVE_ERROR, result);
454 if (net_log_.IsLoggingAllEvents()) {
458 net_log_.AddEvent(
486 net_log_.AddEventWithNetErrorCode(NetLog::TYPE_UDP_SEND_ERROR, result)
    [all...]
  /external/chromium_org/net/url_request/
url_request_context.h 63 return net_log_;
67 net_log_ = net_log;
210 NetLog* net_log_; member in class:net::URLRequestContext
  /external/chromium_org/net/quic/
quic_client_session.cc 98 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_QUIC_SESSION)),
99 logger_(net_log_) {
108 net_log_.BeginEvent(
115 net_log_.EndEvent(NetLog::TYPE_QUIC_SESSION);
197 new QuicReliableClientStream(GetNextStreamId(), this, net_log_);
313 net_log_.AddEvent(
  /external/chromium/net/disk_cache/
mem_entry_impl.h 91 return net_log_;
183 net::BoundNetLog net_log_; member in class:disk_cache::MemEntryImpl

Completed in 1420 milliseconds

1 23 4 5 6 7 8 91011>>