Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:net_log

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);
698 if (entry_->net_log().IsLoggingAllEvents()) {
699 entry_->net_log().BeginEvent(
702 child_->net_log().source(),
709 if (entry_->net_log().IsLoggingAllEvents()) {
710 entry_->net_log().BeginEvent(
713 child_->net_log().source(),
792 LogChildOperationEnd(entry_->net_log(), operation_, result);
818 if (entry_->net_log().IsLoggingAllEvents()) {
819 entry_->net_log().AddEvent(net::NetLog::TYPE_CANCELLED, NULL);
820 entry_->net_log().EndEvent(GetSparseEventType(operation_), NULL);