/external/chromium_org/net/socket/ |
tcp_socket_libevent.h | 87 const BoundNetLog& net_log() const { return net_log_; } 228 BoundNetLog net_log_; member in class:net::TCPSocketLibevent
|
/external/chromium_org/net/udp/ |
udp_socket_win.h | 106 const BoundNetLog& NetLog() const { return net_log_; } 253 BoundNetLog net_log_; member in class:net::UDPSocketWin
|
/external/chromium_org/net/url_request/ |
url_request_context.cc | 20 : net_log_(NULL), 43 set_net_log(other->net_log_);
|
url_request_throttler_entry.h | 168 BoundNetLog net_log_; member in class:net::URLRequestThrottlerEntry
|
url_request_throttler_manager.h | 156 BoundNetLog net_log_; member in class:net::URLRequestThrottlerManager
|
/external/chromium/net/url_request/ |
url_request.cc | 373 net_log_.BeginEvent(NetLog::TYPE_URL_REQUEST_BLOCKED_ON_EXTENSION, NULL); 387 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_BLOCKED_ON_EXTENSION, NULL); 407 net_log_.BeginEvent( 520 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_START_JOB, params); 572 net_log_.EndEvent(NetLog::TYPE_URL_REQUEST_START_JOB, NULL); 589 if (net_log_.IsLoggingAllEvents()) { 590 net_log_.AddEvent( 656 net_log_.EndEvent(NetLog::TYPE_REQUEST_ALIVE, NULL); 657 net_log_ = BoundNetLog(); 660 net_log_ = BoundNetLog::Make(context->net_log() [all...] |
url_request_context_storage.h | 70 scoped_ptr<NetLog> net_log_; member in class:net::URLRequestContextStorage
|
/external/chromium_org/net/http/ |
http_network_transaction.cc | 210 net_log_ = net_log; 639 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_SEND_REQUEST); 651 net_log_.EndEventWithNetErrorCode( 656 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_HEADERS); 661 net_log_.EndEventWithNetErrorCode( 666 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_BODY); 671 net_log_.EndEventWithNetErrorCode( 676 net_log_.BeginEvent( 682 net_log_.EndEventWithNetErrorCode( 708 net_log_)); [all...] |
http_auth_handler.h | 187 BoundNetLog net_log_; member in class:net::HttpAuthHandler
|
/external/chromium/net/http/ |
http_auth_handler.h | 183 BoundNetLog net_log_; member in class:net::HttpAuthHandler
|
http_network_session.cc | 26 : net_log_(params.net_log),
|
http_network_transaction.cc | 161 net_log_ = net_log; 527 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_SEND_REQUEST, NULL); 539 net_log_.EndEventWithNetErrorCode( 544 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_HEADERS, NULL); 549 net_log_.EndEventWithNetErrorCode( 554 net_log_.BeginEvent(NetLog::TYPE_HTTP_TRANSACTION_READ_BODY, NULL); 559 net_log_.EndEventWithNetErrorCode( 564 net_log_.BeginEvent( 570 net_log_.EndEventWithNetErrorCode( 591 net_log_)); [all...] |
http_stream_factory_impl_request.cc | 22 net_log_(net_log), 29 net_log_.BeginEvent(NetLog::TYPE_HTTP_STREAM_REQUEST, NULL); 38 net_log_.EndEvent(NetLog::TYPE_HTTP_STREAM_REQUEST, NULL); 72 net_log_.AddEvent(
|
/external/chromium/net/proxy/ |
init_proxy_resolver.h | 132 BoundNetLog net_log_; member in class:net::InitProxyResolver
|
proxy_resolver_js_bindings.cc | 69 net_log_(net_log) { 278 if (net_log_) { 279 net_log_->AddEntry( 289 NetLog* net_log_; member in class:net::__anon2869::DefaultJSBindings
|
/external/chromium/net/socket_stream/ |
socket_stream.cc | 109 net_log_.EndEvent(NetLog::TYPE_REQUEST_ALIVE, NULL); 110 net_log_ = BoundNetLog(); 113 net_log_ = BoundNetLog::Make( 117 net_log_.BeginEvent(NetLog::TYPE_REQUEST_ALIVE, NULL); 141 net_log_.BeginEvent( 231 net_log_.AddEvent(NetLog::TYPE_CANCELLED, NULL); 308 net_log_.EndEvent(NetLog::TYPE_SOCKET_STREAM_CONNECT, NULL); 318 net_log_.AddEvent(NetLog::TYPE_SOCKET_STREAM_RECEIVED, NULL); 331 net_log_.AddEvent(NetLog::TYPE_SOCKET_STREAM_SENT, NULL); 458 net_log_.EndEventWithNetErrorCode [all...] |
/external/chromium_org/chrome/browser/ |
io_thread.cc | 282 : net_log_(net_log) { 298 net_log_->AddGlobalEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSES_CHANGED); 310 net_log_->AddGlobalEntry( 323 net_log_->AddGlobalEntry( 329 net::NetLog* net_log_; member in class:IOThread::LoggingNetworkChangeObserver 404 : net_log_(net_log), 482 return net_log_; 524 new LoggingNetworkChangeObserver(net_log_)); 539 globals_->host_resolver = CreateGlobalHostResolver(net_log_); 590 net::ProxyService::CreateDirectWithNetLog(net_log_)); [all...] |
/external/chromium_org/chrome/browser/net/ |
connection_tester.h | 181 net::NetLog* net_log_; member in class:ConnectionTester
|
net_log_temp_file_unittest.cc | 57 : net_log_(new ChromeNetLog), 58 net_log_temp_file_(new TestNetLogTempFile(net_log_.get())), 150 scoped_ptr<ChromeNetLog> net_log_; member in class:NetLogTempFileTest 151 // |net_log_temp_file_| is initialized after |net_log_| so that it can stop 260 // Add an event to |net_log_| and then test to make sure that, after we stop 278 net_log_->AddGlobalEntry(net::NetLog::TYPE_CANCELLED);
|
/external/chromium_org/content/shell/browser/ |
shell_browser_context.h | 77 net::NetLog* net_log_; member in class:content::ShellBrowserContext
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_factory_impl.h | 82 net::NetLog* const net_log_; member in class:gcm::ConnectionFactoryImpl::net
|
/external/chromium_org/jingle/glue/ |
pseudotcp_adapter.h | 85 net::BoundNetLog net_log_; member in class:jingle_glue::PseudoTcpAdapter
|
/external/chromium_org/net/quic/crypto/ |
proof_verifier_chromium.h | 82 BoundNetLog net_log_; member in class:net::ProofVerifierChromium
|
/external/chromium_org/net/quic/ |
quic_connection_logger.h | 63 BoundNetLog net_log_; member in class:net::QuicConnectionLogger
|
/external/chromium_org/net/socket_stream/ |
socket_stream.cc | 146 net_log_.EndEvent(NetLog::TYPE_REQUEST_ALIVE); 147 net_log_ = BoundNetLog(); 150 net_log_ = BoundNetLog::Make( 154 net_log_.BeginEvent(NetLog::TYPE_REQUEST_ALIVE); 187 net_log_.BeginEvent( 290 net_log_.AddEvent(NetLog::TYPE_CANCELLED); 388 net_log_.EndEvent(NetLog::TYPE_SOCKET_STREAM_CONNECT); 398 net_log_.AddEvent(NetLog::TYPE_SOCKET_STREAM_RECEIVED); 412 net_log_.AddEvent(NetLog::TYPE_SOCKET_STREAM_SENT); 578 net_log_.EndEventWithNetErrorCode [all...] |