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

1 23 4 5 6 7 8 91011>>

  /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:__anon1957::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::__anon2881::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/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_org/net/dns/
host_resolver_impl.cc 580 net_log_(job_net_log) {
590 net_log_.BeginEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK);
604 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK);
647 net_log_.AddEvent(
736 net_log_.AddEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_ATTEMPT_FINISHED,
759 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK,
920 BoundNetLog net_log_; member in class:net::HostResolverImpl::ProcTask
1174 const BoundNetLog net_log_; member in class:net::HostResolverImpl::DnsTask
1762 BoundNetLog net_log_; member in class:net::HostResolverImpl::Job
    [all...]
  /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/quic/
quic_client_session_test.cc 71 &net_log_) {
84 &net_log_, NetLog::Source());
97 CapturingNetLog net_log_; member in class:net::test::__anon9288::QuicClientSessionTest
quic_client_session.h 148 const BoundNetLog& net_log() const { return net_log_; }
208 BoundNetLog net_log_; member in class:net::QuicClientSession
  /external/chromium_org/net/udp/
udp_socket_libevent.cc 79 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_UDP_SOCKET)) {
80 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE,
88 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
153 net_log_.AddEvent(NetLog::TYPE_UDP_LOCAL_ADDRESS,
245 net_log_.BeginEvent(NetLog::TYPE_UDP_CONNECT,
250 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_UDP_CONNECT, rv);
396 net_log_.AddEventWithNetErrorCode(NetLog::TYPE_UDP_RECEIVE_ERROR, result);
400 if (net_log_.IsLoggingAllEvents()) {
406 net_log_.AddEvent(
447 net_log_.AddEventWithNetErrorCode(NetLog::TYPE_UDP_SEND_ERROR, result)
    [all...]
  /external/chromium_org/net/url_request/
url_request_context.h 66 return net_log_;
70 net_log_ = net_log;
220 NetLog* net_log_; member in class:net::URLRequestContext
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 184 MyTestNetLog net_log_; member in class:gcm::__anon8497::MCSProbe
251 &net_log_));
276 logger_->StartObserving(&net_log_);
279 host_resolver_ = net::HostResolver::CreateDefaultResolver(&net_log_);
303 proxy_service_.reset(net::ProxyService::CreateDirectWithNetLog(&net_log_));
323 session_params.net_log = &net_log_;
  /external/chromium_org/net/socket/
socks_client_socket.cc 71 net_log_(transport_->socket()->NetLog()) {}
89 net_log_.BeginEvent(NetLog::TYPE_SOCKS_CONNECT);
95 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
120 return net_log_;
226 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
278 net_log_);
buffered_write_stream_socket_unittest.cc 34 new DeterministicMockTCPClientSocket(net_log_.net_log(), data_.get()));
49 BoundNetLog net_log_; member in class:net::__anon9338::BufferedWriteStreamSocketTest
  /external/chromium/net/disk_cache/
mem_entry_impl.h 91 return net_log_;
183 net::BoundNetLog net_log_; member in class:disk_cache::MemEntryImpl
  /external/chromium_org/ash/shell/content_client/
shell_browser_main_parts.cc 102 net_log_.reset(new content::ShellNetLog());
104 false, net_log_.get()));
  /external/chromium_org/mojo/shell/
url_request_context_getter.cc 42 net_log_(new net::NetLog()) {
51 url_request_context_->set_net_log(net_log_.get());
  /external/chromium_org/net/disk_cache/
mem_entry_impl.h 86 return net_log_;
178 net::BoundNetLog net_log_; member in class:disk_cache::MemEntryImpl

Completed in 242 milliseconds

1 23 4 5 6 7 8 91011>>