/external/chromium_org/content/browser/download/ |
D | base_file.cc | 44 bound_net_log_(bound_net_log) { in BaseFile() 152 bound_net_log_.BeginEvent( in Rename() 171 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_RENAMED); in Rename() 178 bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_DETACHED); in Detach() 185 bound_net_log_.AddEvent(net::NetLog::TYPE_CANCELLED); in Cancel() 190 bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_DELETED); in Cancel() 258 bound_net_log_.BeginEvent( in Open() 302 bound_net_log_.AddEvent(net::NetLog::TYPE_DOWNLOAD_FILE_CLOSED); in Close() 316 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_OPENED); in ClearFile() 322 bound_net_log_.AddEvent( in LogNetError() [all …]
|
D | download_item_impl.cc | 162 bound_net_log_(bound_net_log), in DownloadItemImpl() 213 bound_net_log_(bound_net_log), in DownloadItemImpl() 219 bound_net_log_.AddEvent( in DownloadItemImpl() 225 bound_net_log_.source().ToEventParametersCallback()); in DownloadItemImpl() 268 bound_net_log_(bound_net_log), in DownloadItemImpl() 319 bound_net_log_.AddEvent( in ValidateDangerousDownload() 999 return bound_net_log_; in GetBoundNetLog() 1057 if (bound_net_log_.IsLogging()) { in DestinationUpdate() 1058 bound_net_log_.AddEvent( in DestinationUpdate() 1111 bound_net_log_.BeginEvent( in Init() [all …]
|
D | base_file_win.cc | 359 bound_net_log_.BeginEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); in AnnotateWithSourceInformation() 392 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED); in AnnotateWithSourceInformation()
|
D | download_file_impl.cc | 56 bound_net_log_(bound_net_log), in DownloadFileImpl() 340 if (bound_net_log_.IsLogging()) { in StreamActive() 341 bound_net_log_.AddEvent( in StreamActive()
|
D | base_file.h | 182 net::BoundNetLog bound_net_log_; variable
|
D | download_file_impl.h | 129 net::BoundNetLog bound_net_log_; variable
|
D | download_item_impl.h | 553 const net::BoundNetLog bound_net_log_; variable
|
/external/chromium_org/jingle/glue/ |
D | proxy_resolving_client_socket.cc | 43 bound_net_log_( in ProxyResolvingClientSocket() 148 bound_net_log_); in Connect() 207 ssl_config_, net::PRIVACY_MODE_DISABLED, bound_net_log_, transport_.get(), in ProcessProxyResolveDone() 295 proxy_resolve_callback_, &pac_request_, NULL, bound_net_log_); in ReconsiderProxyAfterError() 367 return bound_net_log_; in NetLog()
|
D | proxy_resolving_client_socket.h | 97 net::BoundNetLog bound_net_log_; variable
|
/external/chromium_org/google_apis/gcm/engine/ |
D | connection_factory_impl.cc | 58 bound_net_log_( in ConnectionFactoryImpl() 297 bound_net_log_); in ConnectImpl() 442 bound_net_log_, in OnProxyResolveDone() 515 bound_net_log_); in ReconsiderProxyAfterError()
|
D | connection_factory_impl.h | 142 net::BoundNetLog bound_net_log_; variable
|
/external/chromium_org/net/socket/ |
D | websocket_endpoint_lock_manager_unittest.cc | 43 virtual const BoundNetLog& NetLog() const OVERRIDE { return bound_net_log_; } in NetLog() 78 BoundNetLog bound_net_log_; member in net::__anon0de623ac0111::FakeStreamSocket
|
/external/chromium_org/net/proxy/ |
D | proxy_resolver_v8_tracing.cc | 248 BoundNetLog bound_net_log_; member in net::ProxyResolverV8Tracing::Job 327 bound_net_log_ = net_log; in StartGetProxyForURL() 539 bound_net_log_); in ExecuteProxyResolver() 691 bound_net_log_); in DoDnsOperation() 920 bound_net_log_.AddEvent(type, parameters_callback); in LogEventToCurrentRequestAndGlobally()
|
/external/chromium_org/net/websockets/ |
D | websocket_basic_stream_test.cc | 135 bound_net_log_.bound()); in MakeTransportSocket() 169 CapturingBoundNetLog(bound_net_log_);
|