Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/download/
Dbase_file.cc44 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 …]
Ddownload_item_impl.cc162 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 …]
Dbase_file_win.cc359 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()
Ddownload_file_impl.cc56 bound_net_log_(bound_net_log), in DownloadFileImpl()
340 if (bound_net_log_.IsLogging()) { in StreamActive()
341 bound_net_log_.AddEvent( in StreamActive()
Dbase_file.h182 net::BoundNetLog bound_net_log_; variable
Ddownload_file_impl.h129 net::BoundNetLog bound_net_log_; variable
Ddownload_item_impl.h553 const net::BoundNetLog bound_net_log_; variable
/external/chromium_org/jingle/glue/
Dproxy_resolving_client_socket.cc43 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()
Dproxy_resolving_client_socket.h97 net::BoundNetLog bound_net_log_; variable
/external/chromium_org/google_apis/gcm/engine/
Dconnection_factory_impl.cc58 bound_net_log_( in ConnectionFactoryImpl()
297 bound_net_log_); in ConnectImpl()
442 bound_net_log_, in OnProxyResolveDone()
515 bound_net_log_); in ReconsiderProxyAfterError()
Dconnection_factory_impl.h142 net::BoundNetLog bound_net_log_; variable
/external/chromium_org/net/socket/
Dwebsocket_endpoint_lock_manager_unittest.cc43 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/
Dproxy_resolver_v8_tracing.cc248 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/
Dwebsocket_basic_stream_test.cc135 bound_net_log_.bound()); in MakeTransportSocket()
169 CapturingBoundNetLog(bound_net_log_);