/external/chromium_org/net/spdy/ |
spdy_session.h | 141 const BoundNetLog& net_log, 170 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdyStreamRequest 203 // |session| is the HttpNetworkSession. |net_log| is the NetLog that we log 217 NetLog* net_log); 423 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdySession [all...] |
/external/chromium_org/net/udp/ |
udp_socket_libevent.h | 16 #include "net/base/net_log.h" 27 net::NetLog* net_log,
|
/external/chromium_org/net/websockets/ |
websocket_job.cc | 13 #include "net/base/net_log.h" 407 socket_->net_log()->AddEvent( 451 socket_->net_log()->AddEvent( 598 spdy_pool->FindAvailableSession(key, *socket_->net_log()); 615 socket_->url(), MEDIUM, *socket_->net_log());
|
/external/chromium/net/disk_cache/ |
backend_impl.cc | 191 base::MessageLoopProxy* thread, net::NetLog* net_log, 196 callback_(callback), cache_(NULL), net_log_(net_log), 294 net::NetLog* net_log, Backend** backend, 298 *backend = MemBackendImpl::CreateBackend(max_bytes, net_log); 304 net_log, backend, callback); 340 net::NetLog* net_log) 357 net_log_(net_log), 366 net::NetLog* net_log) 383 net_log_(net_log), 415 net::NetLog* net_log, Backend** backend [all...] |
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | [all...] |
/external/chromium/net/base/ |
mock_host_resolver.cc | 95 const BoundNetLog& net_log) { 100 return impl_->Resolve(info, addresses, callback, out_req, net_log);
|
host_resolver_impl.cc | 36 #include "net/base/net_log.h" 76 NetLog* net_log) { 88 max_concurrent_resolves, net_log); 353 NetLog* net_log) 362 net_log_(BoundNetLog::Make(net_log, 907 NetLog* net_log) 917 net_log_(net_log) { [all...] |
/external/chromium/net/proxy/ |
proxy_resolver_js_bindings_unittest.cc | 12 #include "net/base/net_log.h" 35 const BoundNetLog& net_log) { 95 const BoundNetLog& net_log) {
|
/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
|
spdy_stream.cc | 41 const BoundNetLog& net_log) 58 net_log_(net_log),
|
/external/chromium/net/udp/ |
udp_socket_libevent.cc | 19 #include "net/base/net_log.h" 32 UDPSocketLibevent::UDPSocketLibevent(net::NetLog* net_log, 42 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
|
udp_socket_win.cc | 17 #include "net/base/net_log.h" 34 UDPSocketWin::UDPSocketWin(net::NetLog* net_log, 42 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_io_data.cc | 174 main_context->set_net_log(io_thread->net_log()); 247 extensions_context->set_net_log(io_thread->net_log());
|
/external/chromium_org/google_apis/gcm/tools/ |
mcs_probe.cc | 145 const net::BoundNetLog& net_log) OVERRIDE { 323 session_params.net_log = &net_log_;
|
/external/chromium_org/net/disk_cache/v3/ |
backend_worker.cc | 108 net::NetLog* net_log) 126 net_log_(net_log),
|
/external/chromium_org/net/http/ |
http_auth_handler_digest.cc | 97 const BoundNetLog& net_log, 103 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
|
http_cache.cc | 76 NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend, 85 net_log, 272 : net_log_(params.net_log), 282 : net_log_(session->net_log()), 290 NetLog* net_log, 292 : net_log_(net_log), [all...] |
http_network_transaction_unittest.cc | 27 #include "net/base/net_log.h" 292 session_deps_.net_log = log.bound().net_log(); 455 const BoundNetLog& net_log) { 1162 CapturingNetLog net_log; local 1402 CapturingNetLog net_log; local 5624 CapturingNetLog net_log; local 5688 CapturingNetLog net_log; local 6758 CapturingNetLog net_log; local 6817 CapturingNetLog net_log; local 6881 CapturingNetLog net_log; local 6940 CapturingNetLog net_log; local 7013 CapturingNetLog net_log; local 8720 CapturingNetLog net_log; local 9653 CapturingNetLog net_log; local [all...] |
/external/chromium_org/net/proxy/ |
proxy_script_decider.cc | 80 NetLog* net_log) 88 net_log, NetLog::SOURCE_PROXY_SCRIPT_DECIDER)),
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api.cc | 488 const net::BoundNetLog* net_log; member in struct:ExtensionWebRequestEventRouter::BlockedRequest 533 net_log(NULL), 719 blocked_requests_[request->identifier()].net_log = &request->net_log(); 776 blocked_requests_[request->identifier()].net_log = &request->net_log(); [all...] |
/external/chromium_org/net/dns/ |
host_resolver_impl.cc | 39 #include "net/base/net_log.h" 171 const BoundNetLog& net_log) { 176 net_log.net_log(), 177 net_log.source())); [all...] |
/external/chromium_org/net/socket/ |
ssl_client_socket_nss.cc | 92 #include "net/base/net_log.h" 281 void AddLogEvent(const base::WeakPtr<BoundNetLog>& net_log, 283 if (!net_log) 285 net_log->AddEvent(event_type); 290 void AddLogEventWithCallback(const base::WeakPtr<BoundNetLog>& net_log, 293 if (!net_log) 295 net_log->AddEvent(event_type, callback); 309 const base::WeakPtr<BoundNetLog>& net_log, NetLog::EventType event_type, 311 if (!net_log) 313 net_log->AddByteTransferEvent(event_type, len, buffer->data()) [all...] |
tcp_socket_libevent.cc | 135 TCPSocketLibevent::TCPSocketLibevent(NetLog* net_log, 157 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) { 600 net_log_.net_log(), net_log_.source()));
|
/frameworks/av/media/libstagefright/chromium_http/ |
support.cpp | 250 net_log())); 258 mProxyConfigService, net_log())); 269 net_log(),
|
/external/chromium/net/websockets/ |
websocket_job.cc | 13 #include "net/base/net_log.h" 310 socket_->net_log()->AddEvent( 351 socket_->net_log()->AddEvent(
|