/external/chromium_org/net/base/ |
D | file_stream.cc | 23 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 …]
|
D | file_stream_context.cc | 59 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()
|
D | file_stream_context_posix.cc | 53 bound_net_log_(bound_net_log), in Context() 65 bound_net_log_(bound_net_log), in Context()
|
D | file_stream_context_win.cc | 47 bound_net_log_(bound_net_log), in Context() 63 bound_net_log_(bound_net_log), in Context()
|
D | file_stream.h | 250 net::BoundNetLog bound_net_log_; variable
|
D | file_stream_context.h | 221 BoundNetLog bound_net_log_; variable
|
/external/chromium_org/content/browser/download/ |
D | base_file.cc | 44 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 …]
|
D | download_item_impl.cc | 147 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 …]
|
D | base_file_win.cc | 330 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()
|
D | download_file_impl.cc | 52 bound_net_log_(bound_net_log), in DownloadFileImpl() 300 if (bound_net_log_.IsLoggingAllEvents()) { in StreamActive() 301 bound_net_log_.AddEvent( in StreamActive()
|
D | base_file.h | 176 net::BoundNetLog bound_net_log_; variable
|
D | download_file_impl.h | 102 net::BoundNetLog bound_net_log_; variable
|
D | download_item_impl.h | 542 const net::BoundNetLog bound_net_log_; variable
|
/external/chromium_org/jingle/glue/ |
D | proxy_resolving_client_socket.cc | 40 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()
|
D | proxy_resolving_client_socket.h | 97 net::BoundNetLog bound_net_log_; variable
|
/external/chromium_org/net/proxy/ |
D | proxy_resolver_v8_tracing.cc | 256 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/ |
D | websocket_basic_stream_test.cc | 133 bound_net_log_.bound()); in MakeTransportSocket() 167 CapturingBoundNetLog(bound_net_log_);
|