Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:net_log

61     if (entry_->net_log().IsLoggingAllEvents()) {
62 entry_->net_log().EndEvent(
710 void EntryImpl::BeginLogging(net::NetLog* net_log, bool created) {
711 DCHECK(!net_log_.net_log());
713 net_log, net::NetLog::SOURCE_DISK_CACHE_ENTRY);
719 const net::BoundNetLog& EntryImpl::net_log() const {