/external/chromium_org/net/base/ |
file_stream.cc | 23 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)), 24 context_(new Context(bound_net_log_, task_runner)) { 25 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_ALIVE); 32 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)), 33 context_(new Context(bound_net_log_, 35 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_ALIVE); 43 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)), 44 context_(new Context(file, bound_net_log_, open_flags_, task_runner)) { 45 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_ALIVE); 50 bound_net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_FILESTREAM)) [all...] |
file_stream_context.cc | 59 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); 108 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN); 182 bound_net_log_.AddEvent( 194 bound_net_log_.BeginEvent(NetLog::TYPE_FILE_STREAM_OPEN, 225 bound_net_log_.EndEvent(NetLog::TYPE_FILE_STREAM_OPEN);
|
file_stream.h | 236 // |bound_net_log_|. Each gets an event showing the dependency on the other. 250 net::BoundNetLog bound_net_log_; member in class:net::FileStream
|
file_stream_context_posix.cc | 53 bound_net_log_(bound_net_log), 65 bound_net_log_(bound_net_log),
|
file_stream_context_win.cc | 47 bound_net_log_(bound_net_log), 63 bound_net_log_(bound_net_log),
|
file_stream_context.h | 143 // Log the error from |result| to |bound_net_log_|. 221 BoundNetLog bound_net_log_; member in class:net::FileStream::Context
|
/external/chromium_org/content/browser/download/ |
base_file.cc | 44 bound_net_log_(bound_net_log) { 71 file_stream_->SetBoundNetLogSource(bound_net_log_); 164 bound_net_log_.BeginEvent( 181 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_RENAMED); 187 bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_DETACHED); 194 bound_net_log_.AddEvent(net::NetLog::TYPE_CANCELLED); 199 bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_DELETED); 262 file_stream_.reset(new net::FileStream(bound_net_log_.net_log())); 263 file_stream_->SetBoundNetLogSource(bound_net_log_); 271 bound_net_log_.BeginEvent [all...] |
download_file_impl.h | 102 net::BoundNetLog bound_net_log_; member in class:content::DownloadFileImpl
|
download_item_impl.cc | 147 bound_net_log_(bound_net_log), 196 bound_net_log_(bound_net_log), 202 bound_net_log_.AddEvent( 208 bound_net_log_.source().ToEventParametersCallback()); 251 bound_net_log_(bound_net_log), 302 bound_net_log_.AddEvent( 959 return bound_net_log_; [all...] |
base_file_win.cc | 330 bound_net_log_.BeginEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); 363 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED);
|
base_file.h | 176 net::BoundNetLog bound_net_log_; member in class:content::BaseFile
|
download_file_impl.cc | 52 bound_net_log_(bound_net_log), 300 if (bound_net_log_.IsLoggingAllEvents()) { 301 bound_net_log_.AddEvent(
|
download_item_impl.h | 542 const net::BoundNetLog bound_net_log_; member in class:content::DownloadItemImpl
|
/external/chromium_org/jingle/glue/ |
proxy_resolving_client_socket.cc | 40 bound_net_log_( 136 bound_net_log_); 195 ssl_config_, net::kPrivacyModeDisabled, bound_net_log_, transport_.get(), 274 bound_net_log_); 346 return bound_net_log_;
|
proxy_resolving_client_socket.h | 97 net::BoundNetLog bound_net_log_; member in class:jingle_glue::ProxyResolvingClientSocket
|
/external/chromium_org/net/proxy/ |
proxy_resolver_v8_tracing.cc | 256 BoundNetLog bound_net_log_; member in class:net::ProxyResolverV8Tracing::Job 389 bound_net_log_ = net_log; 690 bound_net_log_); 856 bound_net_log_); [all...] |
/external/chromium_org/net/websockets/ |
websocket_basic_stream_test.cc | 133 bound_net_log_.bound()); 167 CapturingBoundNetLog(bound_net_log_); [all...] |