Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:net_log_

64   net_log_ = net::BoundNetLog::Make(net_log,
66 net_log_.BeginEvent(
79 net_log_.AddEvent(net::NetLog::TYPE_ENTRY_DOOM, NULL);
171 if (net_log_.IsLoggingAllEvents()) {
172 net_log_.BeginEvent(
180 if (net_log_.IsLoggingAllEvents()) {
181 net_log_.EndEvent(
190 if (net_log_.IsLoggingAllEvents()) {
191 net_log_.BeginEvent(
199 if (net_log_.IsLoggingAllEvents()) {
200 net_log_.EndEvent(
209 if (net_log_.IsLoggingAllEvents()) {
210 net_log_.BeginEvent(
216 if (net_log_.IsLoggingAllEvents())
217 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_READ, NULL);
223 if (net_log_.IsLoggingAllEvents()) {
224 net_log_.BeginEvent(net::NetLog::TYPE_SPARSE_WRITE,
229 if (net_log_.IsLoggingAllEvents())
230 net_log_.EndEvent(net::NetLog::TYPE_SPARSE_WRITE, NULL);
236 if (net_log_.IsLoggingAllEvents()) {
237 net_log_.BeginEvent(
243 if (net_log_.IsLoggingAllEvents()) {
244 net_log_.EndEvent(
268 net_log_.EndEvent(net::NetLog::TYPE_DISK_CACHE_MEM_ENTRY_IMPL, NULL);
365 if (net_log_.IsLoggingAllEvents()) {
366 net_log_.BeginEvent(
374 if (net_log_.IsLoggingAllEvents()) {
375 net_log_.EndEventWithNetErrorCode(
423 if (net_log_.IsLoggingAllEvents()) {
424 net_log_.BeginEvent(
437 if (net_log_.IsLoggingAllEvents()) {
438 net_log_.EndEventWithNetErrorCode(
555 net_log_ = net::BoundNetLog::Make(net_log,
557 net_log_.BeginEvent(
581 child->InitChildEntry(this, index, net_log_.net_log());