/external/chromium_org/net/base/ |
net_log.cc | 5 #include "net/base/net_log.h" 188 NetLog* NetLog::ThreadSafeObserver::net_log() const { function in class:net::NetLog::ThreadSafeObserver 484 BoundNetLog BoundNetLog::Make(NetLog* net_log, 486 if (!net_log) 489 NetLog::Source source(source_type, net_log->NextID()); 490 return BoundNetLog(source, net_log);
|
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) {
|
/external/chromium_org/net/http/ |
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_network_session.h | 72 NetLog* net_log; member in struct:net::HttpNetworkSession::Params 148 NetLog* net_log() { function in class:net::HttpNetworkSession
|
http_pipelined_connection_impl.cc | 59 const BoundNetLog& net_log, 64 net_log, was_npn_negotiated, 74 const BoundNetLog& net_log, 81 net_log_(BoundNetLog::Make(net_log.net_log(), 129 const BoundNetLog& net_log) { 134 connection_.get(), request, read_buf_.get(), net_log)); 135 stream_info_map_[pipeline_id].source = net_log.source(); 817 const BoundNetLog& HttpPipelinedConnectionImpl::net_log() const { function in class:net::HttpPipelinedConnectionImpl
|
/external/chromium_org/net/quic/ |
quic_stream_factory.h | 16 #include "net/base/net_log.h" 54 const BoundNetLog& net_log, 63 const BoundNetLog& net_log() const{ function in class:net::QuicStreamRequest 105 const BoundNetLog& net_log, 112 const BoundNetLog& net_log); 174 const BoundNetLog& net_log,
|
/external/chromium_org/net/socket/ |
tcp_socket_libevent.h | 18 #include "net/base/net_log.h" 29 TCPSocketLibevent(NetLog* net_log, const NetLog::Source& source); 87 const BoundNetLog& net_log() const { return net_log_; } function in class:net::TCPSocketLibevent
|
/external/chromium_org/net/spdy/ |
spdy_http_stream_unittest.cc | 71 session_deps_.net_log = &net_log_; 177 BoundNetLog net_log; local 186 net_log, CompletionCallback())); 354 BoundNetLog net_log; local 359 net_log, CompletionCallback())); 423 BoundNetLog net_log; local 426 net_log, CompletionCallback())); 511 BoundNetLog net_log; local 515 &request, DEFAULT_PRIORITY, net_log, CompletionCallback())); 577 BoundNetLog net_log; local [all...] |
spdy_test_util_common.h | 120 const BoundNetLog& net_log); 222 NetLog* net_log; member in struct:net::SpdySessionDependencies 246 const BoundNetLog& net_log); 255 const BoundNetLog& net_log); 261 const BoundNetLog& net_log);
|
spdy_stream.h | 20 #include "net/base/net_log.h" 165 const BoundNetLog& net_log); 279 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdyStream
|
spdy_websocket_stream_unittest.cc | 331 BoundNetLog net_log; local 333 ASSERT_EQ(OK, websocket_stream_->InitializeStream(url, HIGHEST, net_log)); 403 BoundNetLog net_log; local 405 ASSERT_EQ(OK, websocket_stream_->InitializeStream(url, HIGHEST, net_log)); 465 BoundNetLog net_log; local 467 ASSERT_EQ(OK, websocket_stream_->InitializeStream(url, HIGHEST, net_log)); 552 BoundNetLog net_log; local 555 url, HIGHEST, net_log));
|
/external/chromium_org/net/tools/get_server_time/ |
get_server_time.cc | 34 #include "net/base/net_log.h" 103 net_log()->RemoveThreadSafeObserver(this); 136 BuildURLRequestContext(net::NetLog* net_log) { 147 context->set_net_log(net_log); 156 net::NetLog* net_log, 158 : context_(BuildURLRequestContext(net_log)), 245 // The declaration order for net_log and printing_log_observer is 247 // from net_log, so net_log must be available for entire lifetime of 249 net::NetLog net_log; local [all...] |
/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;
|
url_request.h | 23 #include "net/base/net_log.h" 649 const BoundNetLog& net_log() const { return net_log_; } function in class:net::URLRequest [all...] |
/external/chromium/chrome/browser/ |
io_thread.cc | 69 net::HostResolver* CreateGlobalHostResolver(net::NetLog* net_log) { 142 net::CreateSystemHostResolver(parallelism, resolver_proc.get(), net_log); 174 // |net_log| must remain valid throughout our lifetime. 175 explicit LoggingNetworkChangeObserver(net::NetLog* net_log) 176 : net_log_(net_log) { 201 net::NetLog* net_log) { 204 context->set_net_log(net_log); 223 net::NetLog* net_log) { 226 context->set_net_log(net_log); 294 ChromeNetLog* net_log, 333 ChromeNetLog* IOThread::net_log() { function in class:IOThread [all...] |
browser_process_impl.cc | 659 ChromeNetLog* BrowserProcessImpl::net_log() { function in class:BrowserProcessImpl [all...] |
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver.cc | 13 #include "net/base/net_log.h" 224 const BoundNetLog& net_log) 227 net_log_(net_log), 233 BoundNetLog* net_log() { return &net_log_; } function in class:net::MultiThreadedProxyResolver::GetProxyForURLJob 401 const BoundNetLog& net_log) { 408 new GetProxyForURLJob(url, results, callback, net_log));
|
proxy_service.cc | 16 #include "net/base/net_log.h" 111 const BoundNetLog& net_log) { 142 const BoundNetLog& net_log) { 169 // |async_host_resolver|, |io_loop| and |net_log| must remain 174 NetLog* net_log) 178 net_log_(net_log) { 264 const BoundNetLog& net_log) 273 net_log_(net_log) { 344 BoundNetLog* net_log() { return &net_log_; } function in class:net::ProxyService::PacRequest 382 NetLog* net_log) [all...] |
/external/chromium/net/url_request/ |
url_request.h | 23 #include "net/base/net_log.h" 548 const BoundNetLog& net_log() const { return net_log_; } function in class:net::URLRequest
|
/external/chromium_org/chrome/test/base/ |
testing_browser_process.cc | 321 ChromeNetLog* TestingBrowserProcess::net_log() { function in class:TestingBrowserProcess
|
/external/chromium_org/net/cert/ |
multi_threaded_cert_verifier.cc | 19 #include "net/base/net_log.h" 141 const BoundNetLog& net_log) 144 net_log_(net_log) { 172 const BoundNetLog& net_log() const { return net_log_; } function in class:net::CertVerifierRequest 323 const BoundNetLog& net_log) 326 net_log_(net_log) { 343 request->net_log().AddEvent( 420 const BoundNetLog& net_log) { 467 BoundNetLog::Make(net_log.net_log(), NetLog::SOURCE_CERT_VERIFIER_JOB)) [all...] |
/external/chromium_org/net/proxy/ |
multi_threaded_proxy_resolver.cc | 16 #include "net/base/net_log.h" 217 const BoundNetLog& net_log) 220 net_log_(net_log), 227 BoundNetLog* net_log() { return &net_log_; } function in class:net::MultiThreadedProxyResolver::GetProxyForURLJob 408 RequestHandle* request, const BoundNetLog& net_log) { 415 new GetProxyForURLJob(url, results, callback, net_log));
|
/external/chromium/net/socket_stream/ |
socket_stream.h | 21 #include "net/base/net_log.h" 118 BoundNetLog* net_log() { return &net_log_; } function in class:net::SocketStream
|
/external/chromium/net/spdy/ |
spdy_session.h | 22 #include "net/base/net_log.h" 55 // |session| is the HttpNetworkSession. |net_log| is the NetLog that we log 60 NetLog* net_log); 213 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdySession
|
/external/chromium_org/chrome/browser/ |
browser_process_impl.cc | 782 ChromeNetLog* BrowserProcessImpl::net_log() { function in class:BrowserProcessImpl [all...] |