Searched defs:net_log_ (Results 1 - 25 of 116) sorted by last modified time

12345

/external/chromium_org/net/base/
H A Dcapturing_net_log.h134 BoundNetLog bound() const { return net_log_; }
154 const BoundNetLog net_log_; member in class:net::CapturingBoundNetLog
H A Dnet_log.h212 NetLog* net_log_; member in class:net::NetLog::ThreadSafeObserver
342 BoundNetLog() : net_log_(NULL) {}
396 NetLog* net_log() const { return net_log_; }
400 : source_(source), net_log_(net_log) {
404 NetLog* net_log_; member in class:net::BoundNetLog
H A Dnet_log_unittest.cc130 net_log_(NULL),
138 net_log_ = net_log;
151 NetLog* net_log_; member in class:net::__anon9027::NetLogTestThread
170 AddEvent(net_log_); variable
190 net_log_->AddThreadSafeObserver(&observer_, NetLog::LOG_ALL_BUT_BYTES);
191 ASSERT_EQ(net_log_, observer_.net_log());
193 ASSERT_LE(net_log_->GetLogLevel(), NetLog::LOG_ALL_BUT_BYTES);
195 net_log_->SetObserverLogLevel(&observer_, NetLog::LOG_ALL);
196 ASSERT_EQ(net_log_, observer_.net_log());
198 ASSERT_LE(net_log_
[all...]
H A Dtrace_net_log_observer_unittest.cc135 return &net_log_;
146 CapturingNetLog net_log_; member in class:net::__anon9061::TraceNetLogObserverTest
/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.cc175 net_log_(net_log) {
176 net_log_.BeginEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST);
186 net_log_.AddEvent(NetLog::TYPE_CANCELLED);
187 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST);
194 net_log_.EndEvent(NetLog::TYPE_CERT_VERIFIER_REQUEST);
203 const BoundNetLog& net_log() const { return net_log_; }
208 const BoundNetLog net_log_; member in class:net::CertVerifierRequest
357 net_log_(net_log) {
358 net_log_.BeginEvent(
366 net_log_
430 const BoundNetLog net_log_; member in class:net::CertVerifierJob
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h393 net::NetLog* net_log_; member in class:disk_cache::BackendImpl
H A Dbackend_impl_v3.h269 net::NetLog* net_log_; member in class:disk_cache::BackendImplV3
H A Dentry_impl.h271 net::BoundNetLog net_log_; member in class:disk_cache::EntryImpl
H A Dentry_impl_v3.h201 net::BoundNetLog net_log_; member in class:disk_cache::EntryImplV3
/external/chromium_org/net/disk_cache/
H A Dcache_creator.cc56 net::NetLog* net_log_; member in class:__anon9163::CacheCreator
82 net_log_(net_log) {
99 path_, max_bytes_, type_, thread_, net_log_);
110 new disk_cache::BackendImpl(path_, thread_, net_log_);
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.h114 net::NetLog* net_log_; member in class:disk_cache::MemBackendImpl
H A Dmem_entry_impl.h86 return net_log_;
178 net::BoundNetLog net_log_; member in class:disk_cache::MemEntryImpl
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.h205 net::NetLog* const net_log_; member in class:disk_cache::SimpleBackendImpl::net
H A Dsimple_entry_impl.h361 net::BoundNetLog net_log_; member in class:disk_cache::SimpleEntryImpl
/external/chromium_org/net/dns/
H A Daddress_sorter_posix_unittest.cc77 return net_log_;
81 BoundNetLog net_log_; member in class:net::__anon9183::TestUDPClientSocket
H A Ddns_client.cc25 net_log_(net_log) {}
38 net_log_);
60 NetLog* net_log_; member in class:net::__anon9186::DnsClientImpl
H A Ddns_session.h66 NetLog* net_log() const { return net_log_; }
126 NetLog* net_log_; member in class:net::DnsSession
H A Ddns_socket_pool.h82 NetLog* net_log_; member in class:net::DnsSocketPool
H A Ddns_transaction.cc559 net_log_(net_log),
572 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_DNS_TRANSACTION,
590 net_log_.BeginEvent(NetLog::TYPE_DNS_TRANSACTION,
689 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_DNS_TRANSACTION, result.rv);
714 session_->AllocateSocket(server_index, net_log_.source());
727 net_log_.AddEvent(
750 session_->CreateTCPSocket(server_index, net_log_.source()));
770 net_log_.AddEvent(
788 net_log_.BeginEvent(NetLog::TYPE_DNS_TRANSACTION_QUERY,
848 net_log_
941 BoundNetLog net_log_; member in class:net::__anon9202::DnsTransactionImpl
[all...]
H A Dhost_resolver_impl.cc581 net_log_(job_net_log) {
591 net_log_.BeginEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK);
605 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK);
648 net_log_.AddEvent(
737 net_log_.AddEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_ATTEMPT_FINISHED,
760 net_log_.EndEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_PROC_TASK,
921 BoundNetLog net_log_; member in class:net::HostResolverImpl::ProcTask
996 net_log_(job_net_log),
1013 net_log_.BeginEvent(NetLog::TYPE_HOST_RESOLVER_IMPL_DNS_TASK);
1049 net_log_);
1175 const BoundNetLog net_log_; member in class:net::HostResolverImpl::DnsTask
1763 BoundNetLog net_log_; member in class:net::HostResolverImpl::Job
[all...]
H A Dhost_resolver_impl.h257 NetLog* net_log_; member in class:net::HostResolverImpl
/external/chromium_org/net/ftp/
H A Dftp_ctrl_response_buffer.h94 BoundNetLog net_log_; member in class:net::FtpCtrlResponseBuffer
H A Dftp_network_transaction.h204 BoundNetLog net_log_; member in class:net::FtpNetworkTransaction
/external/chromium_org/net/http/
H A Dhttp_auth_handler.h188 BoundNetLog net_log_; member in class:net::HttpAuthHandler
H A Dhttp_cache.h401 NetLog* net_log_; member in class:net::HttpCache

Completed in 173 milliseconds

12345