HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 176 - 200 of 499) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/net/base/
net_log.h 183 NetLog* net_log() const;
387 // of creating a unique source ID, and handles the case of NULL net_log.
388 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
391 NetLog* net_log() const { return net_log_; } function in class:net::BoundNetLog
394 BoundNetLog(const NetLog::Source& source, NetLog* net_log)
395 : source_(source), net_log_(net_log) {
net_log_logger.cc 43 void NetLogLogger::StartObserving(net::NetLog* net_log) {
44 net_log->AddThreadSafeObserver(this, net::NetLog::LOG_ALL_BUT_BYTES);
48 net_log()->RemoveThreadSafeObserver(this);
  /external/chromium_org/net/disk_cache/
sparse_control.cc 161 void LogChildOperationEnd(const net::BoundNetLog& net_log,
164 if (net_log.IsLoggingAllEvents()) {
179 net_log.EndEventWithNetErrorCode(event_type, result);
276 if (entry_->net_log().IsLoggingAllEvents()) {
277 entry_->net_log().BeginEvent(
351 entry->net_log().AddEvent(net::NetLog::TYPE_SPARSE_DELETE_CHILDREN);
685 entry_->net_log().IsLoggingAllEvents()) {
686 entry_->net_log().EndEvent(
692 entry_->net_log().IsLoggingAllEvents()) {
693 entry_->net_log().EndEvent(GetSparseEventType(operation_))
    [all...]
  /external/chromium_org/net/dns/
dns_session_unittest.cc 13 #include "net/base/net_log.h"
32 net::NetLog* net_log,
95 NetLog* net_log) OVERRIDE {
96 InitializeInternal(nameservers, net_log);
188 net::NetLog* net_log,
195 new MockUDPClientSocket(data_provider, net_log));
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.h 106 NetLog* net_log);
189 NetLog* net_log);
199 const BoundNetLog& net_log) OVERRIDE;
204 const BoundNetLog& net_log) OVERRIDE;
254 NetLog* net_log);
http_pipelined_host_impl.cc 40 const BoundNetLog& net_log,
48 net_log, was_npn_negotiated, protocol_negotiated);
200 pipeline_dict->SetInteger("source_id", it->first->net_log().source().id);
http_stream_factory_impl_job.h 12 #include "net/base/net_log.h"
45 NetLog* net_log);
83 const BoundNetLog& net_log() const { return net_log_; } function in class:net::HttpStreamFactoryImpl::Job
231 const BoundNetLog& net_log);
http_stream_factory_impl_request.cc 22 const BoundNetLog& net_log)
28 net_log_(net_log),
314 const BoundNetLog net_log = job->net_log(); local
316 Complete(was_npn_negotiated, protocol_negotiated, using_spdy, net_log);
343 net_log);
  /external/chromium_org/net/socket/
ssl_client_socket_pool.h 113 NetLog* net_log);
200 NetLog* net_log);
210 const BoundNetLog& net_log) OVERRIDE;
215 const BoundNetLog& net_log) OVERRIDE;
274 NetLog* net_log);
client_socket_pool_base.h 45 #include "net/base/net_log.h"
81 const BoundNetLog& net_log);
86 const BoundNetLog& net_log() { return net_log_; } function in class:net::ConnectJob
112 const BoundNetLog& net_log() const { return net_log_; } function in class:net::ConnectJob
174 const BoundNetLog& net_log);
183 const BoundNetLog& net_log() const { return net_log_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request
536 const BoundNetLog& net_log);
664 const BoundNetLog& net_log)
666 handle, callback, priority, ignore_limits, flags, net_log),
732 const BoundNetLog& net_log) {
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.h 42 #include "net/base/net_log.h"
73 const BoundNetLog& net_log);
78 const BoundNetLog& net_log() { return net_log_; } function in class:net::ConnectJob
113 const BoundNetLog& net_log() const { return net_log_; } function in class:net::ConnectJob
176 const BoundNetLog& net_log
189 const BoundNetLog& net_log() const { return net_log_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request
472 const BoundNetLog& net_log);
593 const BoundNetLog& net_log
600 flags, net_log
658 const BoundNetLog& net_log) {
    [all...]
tcp_server_socket_libevent.cc 38 net::NetLog* net_log,
43 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
163 net_log_.net_log(), net_log_.source());
tcp_server_socket_win.cc 18 TCPServerSocketWin::TCPServerSocketWin(net::NetLog* net_log,
24 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
147 net_log_.net_log(), net_log_.source());
nss_ssl_util.cc 21 #include "net/base/net_log.h"
239 void LogFailedNSSFunction(const BoundNetLog& net_log,
242 net_log.AddEvent(
  /external/chromium/net/url_request/
url_request_context.h 17 #include "net/base/net_log.h"
51 NetLog* net_log() const { function in class:net::URLRequestContext
55 void set_net_log(NetLog* net_log) {
56 net_log_ = net_log;
  /external/chromium_org/net/cert/
multi_log_ct_verifier.cc 10 #include "net/base/net_log.h"
38 const BoundNetLog& net_log) {
81 net_log.AddEvent(
103 net_log.AddEvent(
  /external/chromium_org/net/url_request/
url_request_context.h 21 #include "net/base/net_log.h"
65 NetLog* net_log() const { function in class:net::URLRequestContext
69 void set_net_log(NetLog* net_log) {
70 net_log_ = net_log;
  /external/chromium/net/http/
http_stream_factory_impl_unittest.cc 12 #include "net/base/net_log.h"
67 net_log(NULL) {}
75 NetLog* net_log; member in struct:net::__anon2825::SessionDependencies
87 params.net_log = session_deps->net_log;
141 const BoundNetLog& net_log) {
149 const BoundNetLog& net_log) {
http_basic_stream.cc 31 const BoundNetLog& net_log,
36 read_buf_, net_log));
http_stream_factory.h 163 const BoundNetLog& net_log) = 0;
169 const BoundNetLog& net_log) = 0;
http_stream_factory_impl_job.h 12 #include "net/base/net_log.h"
41 const BoundNetLog& net_log);
74 const BoundNetLog& net_log() const { return net_log_; } function in class:net::HttpStreamFactoryImpl::Job
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 265 net::NetLog* net_log = GetContentClient()->browser()->GetNetLog(); local
266 if (net_log) {
268 net_log->AddThreadSafeObserver(instance_, net::NetLog::LOG_ALL_BUT_BYTES);
278 instance_->net_log()->RemoveThreadSafeObserver(instance_);
297 uint32 source_id = request->net_log().source().id;
312 uint32 source_id = request->net_log().source().id;
  /external/chromium/chrome/browser/
io_thread.h 80 // |net_log| must either outlive the IOThread or be NULL.
82 ChromeNetLog* net_log,
90 ChromeNetLog* net_log();
  /external/chromium/net/proxy/
sync_host_resolver_bridge_unittest.cc 11 #include "net/base/net_log.h"
37 const BoundNetLog& net_log) {
89 const BoundNetLog& net_log) {
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.cc 80 const net::BoundNetLog& net_log) {
89 wrapped_callback, out_req, net_log);

Completed in 753 milliseconds

1 2 3 4 5 6 78 91011>>