Home
last modified time | relevance | path

Searched refs:bound_net_log_ (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/net/base/
Dfile_stream.cc23 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)), in FileStream()
24 context_(new Context(bound_net_log_, task_runner)) { in FileStream()
25 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_ALIVE); in FileStream()
32 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)), in FileStream()
33 context_(new Context(bound_net_log_, in FileStream()
35 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_ALIVE); in FileStream()
43 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)), in FileStream()
44 context_(new Context(file, bound_net_log_, open_flags_, task_runner)) { in FileStream()
45 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_ALIVE); in FileStream()
50 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)), in FileStream()
[all …]
Dfile_stream_context.cc59 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); in Orphan()
108 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); in CloseSync()
182 bound_net_log_.AddEvent( in RecordError()
194 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_OPEN, in BeginOpenEvent()
225 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); in ProcessOpenError()
Dfile_stream_context_posix.cc53 bound_net_log_(bound_net_log), in Context()
65 bound_net_log_(bound_net_log), in Context()
Dfile_stream_context_win.cc47 bound_net_log_(bound_net_log), in Context()
63 bound_net_log_(bound_net_log), in Context()
Dfile_stream.h250 net::BoundNetLog bound_net_log_; variable
Dfile_stream_context.h221 BoundNetLog bound_net_log_; variable
/external/chromium_org/content/browser/download/
Dbase_file.cc44 bound_net_log_(bound_net_log) { in BaseFile()
71 file_stream_->SetBoundNetLogSource(bound_net_log_); in Initialize()
164 bound_net_log_.BeginEvent( in Rename()
181 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_RENAMED); in Rename()
187 bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_DETACHED); in Detach()
194 bound_net_log_.AddEvent(net::NetLog::TYPE_CANCELLED); in Cancel()
199 bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_DELETED); in Cancel()
262 file_stream_.reset(new net::FileStream(bound_net_log_.net_log())); in CreateFileStream()
263 file_stream_->SetBoundNetLogSource(bound_net_log_); in CreateFileStream()
271 bound_net_log_.BeginEvent( in Open()
[all …]
Ddownload_item_impl.cc147 bound_net_log_(bound_net_log), in DownloadItemImpl()
196 bound_net_log_(bound_net_log), in DownloadItemImpl()
202 bound_net_log_.AddEvent( in DownloadItemImpl()
208 bound_net_log_.source().ToEventParametersCallback()); in DownloadItemImpl()
251 bound_net_log_(bound_net_log), in DownloadItemImpl()
302 bound_net_log_.AddEvent( in ValidateDangerousDownload()
959 return bound_net_log_; in GetBoundNetLog()
1017 if (bound_net_log_.IsLoggingAllEvents()) { in DestinationUpdate()
1018 bound_net_log_.AddEvent( in DestinationUpdate()
1071 bound_net_log_.BeginEvent( in Init()
[all …]
Dbase_file_win.cc330 bound_net_log_.BeginEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); in AnnotateWithSourceInformation()
363 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); in AnnotateWithSourceInformation()
Ddownload_file_impl.cc52 bound_net_log_(bound_net_log), in DownloadFileImpl()
300 if (bound_net_log_.IsLoggingAllEvents()) { in StreamActive()
301 bound_net_log_.AddEvent( in StreamActive()
Dbase_file.h176 net::BoundNetLog bound_net_log_; variable
Ddownload_file_impl.h102 net::BoundNetLog bound_net_log_; variable
Ddownload_item_impl.h542 const net::BoundNetLog bound_net_log_; variable
/external/chromium_org/jingle/glue/
Dproxy_resolving_client_socket.cc40 bound_net_log_( in ProxyResolvingClientSocket()
136 bound_net_log_); in Connect()
195 ssl_config_, net::kPrivacyModeDisabled, bound_net_log_, transport_.get(), in ProcessProxyResolveDone()
274 bound_net_log_); in ReconsiderProxyAfterError()
346 return bound_net_log_; in NetLog()
Dproxy_resolving_client_socket.h97 net::BoundNetLog bound_net_log_; variable
/external/chromium_org/net/proxy/
Dproxy_resolver_v8_tracing.cc256 BoundNetLog bound_net_log_; member in net::ProxyResolverV8Tracing::Job
389 bound_net_log_ = net_log; in StartGetProxyForURL()
690 bound_net_log_); in ExecuteProxyResolver()
856 bound_net_log_); in DoDnsOperation()
1085 bound_net_log_.AddEvent(type, parameters_callback); in LogEventToCurrentRequestAndGlobally()
/external/chromium_org/net/websockets/
Dwebsocket_basic_stream_test.cc133 bound_net_log_.bound()); in MakeTransportSocket()
167 CapturingBoundNetLog(bound_net_log_);