Home
last modified time | relevance | path

Searched refs:IsLogging (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/net/disk_cache/memory/
Dmem_entry_impl.cc188 if (net_log_.IsLogging()) { in ReadData()
196 if (net_log_.IsLogging()) { in ReadData()
206 if (net_log_.IsLogging()) { in WriteData()
214 if (net_log_.IsLogging()) { in WriteData()
224 if (net_log_.IsLogging()) { in ReadSparseData()
230 if (net_log_.IsLogging()) in ReadSparseData()
237 if (net_log_.IsLogging()) { in WriteSparseData()
243 if (net_log_.IsLogging()) in WriteSparseData()
250 if (net_log_.IsLogging()) { in GetAvailableRange()
256 if (net_log_.IsLogging()) { in GetAvailableRange()
[all …]
/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_impl.cc341 if (net_log_.IsLogging()) { in ReadData()
349 if (net_log_.IsLogging()) { in ReadData()
359 if (net_log_.IsLogging()) { in ReadData()
388 if (net_log_.IsLogging()) { in WriteData()
397 if (net_log_.IsLogging()) { in WriteData()
406 if (net_log_.IsLogging()) { in WriteData()
448 if (net_log_.IsLogging()) { in WriteData()
810 if (net_log_.IsLogging()) { in ReadDataInternal()
826 if (net_log_.IsLogging()) { in ReadDataInternal()
892 if (net_log_.IsLogging()) { in WriteDataInternal()
[all …]
/external/chromium_org/net/disk_cache/blockfile/
Dsparse_control.cc164 if (net_log.IsLogging()) { in LogChildOperationEnd()
278 if (entry_->net_log().IsLogging()) { in StartIO()
687 entry_->net_log().IsLogging()) { in DoChildrenIO()
694 entry_->net_log().IsLogging()) { in DoChildrenIO()
724 if (entry_->net_log().IsLogging()) { in DoChildIO()
734 if (entry_->net_log().IsLogging()) { in DoChildIO()
842 if (entry_->net_log().IsLogging()) { in OnChildIOCompleted()
Dsparse_control_v3.cc166 if (net_log.IsLogging()) { in LogChildOperationEnd()
257 if (entry_->net_log().IsLogging()) { in StartIO()
566 if (entry_->net_log().IsLogging()) { in DoChildIO()
576 if (entry_->net_log().IsLogging()) { in DoChildIO()
849 if (entry_->net_log().IsLogging()) { in OnChildIOCompleted()
Dentry_impl.cc65 if (entry_->net_log().IsLogging()) { in OnFileIOComplete()
318 if (net_log_.IsLogging()) { in ReadDataImpl()
326 if (result != net::ERR_IO_PENDING && net_log_.IsLogging()) { in ReadDataImpl()
337 if (net_log_.IsLogging()) { in WriteDataImpl()
346 if (result != net::ERR_IO_PENDING && net_log_.IsLogging()) { in WriteDataImpl()
Dentry_impl_v3.cc550 if (net_log_.IsLogging()) { in ReadDataImpl()
558 if (result != net::ERR_IO_PENDING && net_log_.IsLogging()) { in ReadDataImpl()
589 if (net_log_.IsLogging()) { in WriteDataImpl()
598 if (result != net::ERR_IO_PENDING && net_log_.IsLogging()) { in WriteDataImpl()
/external/chromium_org/net/http/
Dhttp_cache_transaction.cc1382 if (net_log_.IsLogging()) in DoTruncateCachedData()
1390 if (net_log_.IsLogging()) { in DoTruncateCachedDataComplete()
1405 if (net_log_.IsLogging()) in DoTruncateCachedMetadata()
1412 if (net_log_.IsLogging()) { in DoTruncateCachedMetadataComplete()
1504 if (net_log_.IsLogging()) in DoCacheWriteResponse()
1512 if (net_log_.IsLogging()) in DoCacheWriteTruncatedResponse()
1523 if (net_log_.IsLogging()) { in DoCacheWriteResponseComplete()
1581 if (net_log_.IsLogging()) in DoCacheReadData()
1594 if (net_log_.IsLogging()) { in DoCacheReadDataComplete()
1625 if (net_log_.IsLogging()) in DoCacheWriteData()
[all …]
Dhttp_network_transaction_unittest.cc314 EXPECT_TRUE(log.bound().IsLogging()); in SimpleGetHelperForData()
/external/chromium_org/net/base/
Dnet_log.h279 static bool IsLogging(LogLevel log_level);
389 bool IsLogging() const;
Dnet_log.cc367 bool NetLog::IsLogging(LogLevel log_level) { in IsLogging() function in net::NetLog
493 bool BoundNetLog::IsLogging() const { in IsLogging() function in net::BoundNetLog
494 return NetLog::IsLogging(GetLogLevel()); in IsLogging()
/external/chromium_org/net/socket/
Dtransport_client_socket_pool.cc442 if (net_log.IsLogging()) { in RequestSocket()
462 if (net_log.IsLogging()) { in RequestSockets()
/external/chromium_org/net/spdy/
Dspdy_session.cc1007 if (net_log().IsLogging()) { in CreateSynStream()
1115 if (net_log().IsLogging()) { in CreateDataBuffer()
1960 if (net_log().IsLogging()) { in OnStreamFrameData()
2014 if (net_log_.IsLogging()) { in OnSettings()
2114 if (net_log_.IsLogging()) { in OnSynStream()
2192 if (net_log().IsLogging()) { in OnSynReply()
2236 if (net_log().IsLogging()) { in OnHeaders()
2584 if (net_log_.IsLogging()) { in OnPushPromise()
2780 if (net_log().IsLogging()) { in WritePingFrame()
/external/chromium_org/net/udp/
Dudp_socket_libevent.cc402 if (net_log_.IsLogging()) { in LogRead()
453 if (net_log_.IsLogging()) { in LogWrite()
Dudp_socket_win.cc491 if (net_log_.IsLogging()) { in LogRead()
527 if (net_log_.IsLogging()) { in LogWrite()
/external/chromium_org/content/browser/download/
Ddownload_file_impl.cc297 if (bound_net_log_.IsLogging()) { in StreamActive()
Ddownload_item_impl.cc1055 if (bound_net_log_.IsLogging()) { in DestinationUpdate()
/external/chromium_org/net/url_request/
Durl_request.cc965 if (net_log_.IsLogging()) { in Redirect()
/external/chromium_org/net/proxy/
Dproxy_service.cc1282 if (net_log.IsLogging()) { in DidFinishResolvingProxy()