/external/chromium_org/net/url_request/ |
url_request_context_storage.cc | 36 net_log_.reset(net_log);
|
url_request_throttler_entry.cc | 76 net_log_(BoundNetLog::Make( 163 net_log_.AddEvent(
|
/external/chromium/net/disk_cache/ |
entry_impl.cc | 313 if (net_log_.IsLoggingAllEvents()) { 314 net_log_.BeginEvent( 322 if (result != net::ERR_IO_PENDING && net_log_.IsLoggingAllEvents()) { 323 net_log_.EndEvent( 333 if (net_log_.IsLoggingAllEvents()) { 334 net_log_.BeginEvent( 343 if (result != net::ERR_IO_PENDING && net_log_.IsLoggingAllEvents()) { 344 net_log_.EndEvent( 460 net_log_.AddEvent(net::NetLog::TYPE_ENTRY_DOOM, NULL); 711 DCHECK(!net_log_.net_log()) [all...] |
mem_backend_impl.cc | 32 : max_size_(0), current_size_(0), net_log_(net_log) {} 211 if (!cache_entry->CreateEntry(key, net_log_)) {
|
/external/chromium/net/spdy/ |
spdy_session.cc | 282 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SPDY_SESSION)) { 284 net_log_.BeginEvent( 317 net_log_.EndEvent(NetLog::TYPE_SPDY_SESSION, NULL); 902 net_log_.AddEvent( 921 dict->SetInteger("source_id", net_log_.source().id); [all...] |
/external/chromium_org/net/disk_cache/ |
entry_impl.cc | 315 if (net_log_.IsLoggingAllEvents()) { 316 net_log_.BeginEvent( 323 if (result != net::ERR_IO_PENDING && net_log_.IsLoggingAllEvents()) { 324 net_log_.EndEvent( 334 if (net_log_.IsLoggingAllEvents()) { 335 net_log_.BeginEvent( 343 if (result != net::ERR_IO_PENDING && net_log_.IsLoggingAllEvents()) { 344 net_log_.EndEvent( 459 net_log_.AddEvent(net::NetLog::TYPE_ENTRY_DOOM); 723 DCHECK(!net_log_.net_log()) [all...] |
mem_backend_impl.cc | 32 : max_size_(0), current_size_(0), net_log_(net_log) {} 219 if (!cache_entry->CreateEntry(key, net_log_)) {
|
/external/chromium/net/socket_stream/ |
socket_stream.h | 118 BoundNetLog* net_log() { return &net_log_; } 270 BoundNetLog net_log_; member in class:net::SocketStream
|
/external/chromium/net/url_request/ |
url_request.h | 548 const BoundNetLog& net_log() const { return net_log_; } 627 BoundNetLog net_log_; member in class:net::URLRequest
|
/external/chromium_org/content/shell/browser/ |
shell_url_request_context_getter.cc | 71 net_log_(net_log) { 97 url_request_context_->set_net_log(net_log_);
|
/external/chromium_org/net/dns/ |
address_sorter_posix_unittest.cc | 77 return net_log_; 81 BoundNetLog net_log_; member in class:net::__anon9030::TestUDPClientSocket
|
/external/chromium_org/net/quic/crypto/ |
proof_verifier_chromium.cc | 37 net_log_(net_log) { 161 net_log_);
|
/external/chromium_org/net/socket_stream/ |
socket_stream.h | 141 BoundNetLog* net_log() { return &net_log_; } 337 BoundNetLog net_log_; member in class:net::SocketStream
|
/external/chromium_org/net/spdy/ |
spdy_stream.h | 279 const BoundNetLog& net_log() const { return net_log_; } 523 BoundNetLog net_log_; member in class:net::SpdyStream
|
spdy_stream.cc | 108 net_log_(net_log), 276 net_log_.AddEvent( 301 net_log_.AddEvent( 331 net_log_.AddEvent( 363 net_log_.AddEvent( 529 net_log_.AddEvent(NetLog::TYPE_SPDY_STREAM_ERROR, 619 net_log_.AddEvent(
|
/external/chromium/net/http/ |
http_stream_parser.cc | 42 net_log_(net_log), 66 if (net_log_.IsLoggingAllEvents()) { 67 net_log_.AddEvent( 199 net_log_.BeginEvent(NetLog::TYPE_HTTP_STREAM_PARSER_READ_HEADERS, NULL); 204 net_log_.EndEventWithNetErrorCode(
|
http_network_transaction.h | 233 BoundNetLog net_log_; member in class:net::HttpNetworkTransaction
|
/external/chromium/net/socket/ |
client_socket_pool_base.h | 78 const BoundNetLog& net_log() { return net_log_; } 113 const BoundNetLog& net_log() const { return net_log_; } 142 BoundNetLog net_log_; member in class:net::ConnectJob 189 const BoundNetLog& net_log() const { return net_log_; } 197 BoundNetLog net_log_; member in class:net::internal::ClientSocketPoolBaseHelper::Request
|
ssl_client_socket_mac.cc | 545 net_log_(transport_socket->socket()->NetLog()) { 570 net_log_.BeginEvent(NetLog::TYPE_SSL_CONNECT, NULL); 574 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); 583 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); 634 return net_log_; [all...] |
ssl_client_socket_openssl.cc | 411 net_log_(transport_socket->socket()->NetLog()) { 654 net_log_.BeginEvent(NetLog::TYPE_SSL_CONNECT, NULL); 659 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, result); 671 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv); 795 net_log_.AddEvent( [all...] |
/external/chromium_org/net/quic/ |
quic_stream_factory.cc | 87 const BoundNetLog net_log_; member in class:net::QuicStreamFactory::Job 106 net_log_(net_log), 164 net_log_); 198 net_log_ = net_log; 227 cert_verifier_, address_list_, net_log_, &session_);
|
quic_network_transaction_unittest.cc | 274 int rv = trans->Start(&request_, callback.callback(), net_log_.bound()); 333 CapturingBoundNetLog net_log_; member in class:net::test::QuicNetworkTransactionTest 377 net_log_.GetEntries(&entries); 427 int rv = trans->Start(&request_, callback.callback(), net_log_.bound()); 693 net_log_.bound()); 742 CompletionCallback(), NULL, net_log_.bound()); 751 int rv = trans->Start(&request_, callback.callback(), net_log_.bound());
|
/external/chromium_org/net/socket/ |
client_socket_pool_base.h | 86 const BoundNetLog& net_log() { return net_log_; } 112 const BoundNetLog& net_log() const { return net_log_; } 141 BoundNetLog net_log_; member in class:net::ConnectJob 183 const BoundNetLog& net_log() const { return net_log_; } 192 const BoundNetLog net_log_; member in class:net::internal::ClientSocketPoolBaseHelper::Request [all...] |
/external/chromium_org/net/http/ |
http_pipelined_connection_impl.cc | 81 net_log_(BoundNetLog::Make(net_log.net_log(), 97 net_log_.BeginEvent( 115 net_log_.EndEvent(NetLog::TYPE_HTTP_PIPELINED_CONNECTION); 290 net_log_.AddEvent( 545 net_log_.AddEvent( 768 net_log_.AddEvent( 818 return net_log_;
|
/external/chromium/net/ftp/ |
ftp_network_transaction.h | 194 BoundNetLog net_log_; member in class:net::FtpNetworkTransaction
|