/external/chromium_org/net/http/ |
http_auth_handler_mock.h | 51 const BoundNetLog& net_log,
|
http_auth_handler_negotiate.cc | 45 const BoundNetLog& net_log, 64 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log)) 81 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
|
http_cache.h | 91 virtual int CreateBackend(NetLog* net_log, 111 virtual int CreateBackend(NetLog* net_log, 140 NetLog* net_log,
|
http_cache_transaction.h | 15 #include "net/base/net_log.h" 106 const BoundNetLog& net_log() const; 111 const BoundNetLog& net_log) OVERRIDE; 261 void SetRequest(const BoundNetLog& net_log, const HttpRequestInfo* request);
|
http_network_session.cc | 37 params.net_log, 67 net_log(NULL), 96 : net_log_(params.net_log),
|
/external/chromium_org/net/proxy/ |
proxy_script_decider.h | 18 #include "net/base/net_log.h" 54 // |net_log| must remain valid for the lifespan of ProxyScriptDecider. 57 NetLog* net_log);
|
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));
|
proxy_resolver_v8_tracing.cc | 18 #include "net/base/net_log.h" 104 const BoundNetLog& net_log, 140 NetLog* net_log(); 383 const BoundNetLog& net_log, 389 bound_net_log_ = net_log; 486 NetLog* ProxyResolverV8Tracing::Job::net_log() { function in class:net::ProxyResolverV8Tracing::Job [all...] |
/external/chromium_org/net/socket/ |
client_socket_pool_manager_impl.cc | 37 NetLog* net_log, 48 : net_log_(net_log), 65 net_log)), 81 net_log)),
|
tcp_client_socket.cc | 17 net::NetLog* net_log, 19 : socket_(new TCPSocket(net_log, source)), 209 return socket_->net_log();
|
socks_client_socket_unittest.cc | 9 #include "net/base/net_log.h" 36 NetLog* net_log); 67 NetLog* net_log) { 72 tcp_sock_ = new MockTCPClientSocket(address_list_, net_log, data_.get()); 103 const BoundNetLog& net_log) OVERRIDE { 114 const BoundNetLog& net_log) OVERRIDE {
|
/external/chromium_org/net/spdy/ |
spdy_test_util_common.cc | 276 const BoundNetLog& net_log) { 278 int rv = stream_request.StartRequest(type, session, url, priority, net_log, 361 net_log(NULL) { 391 net_log(NULL) { 446 params.net_log = session_deps->net_log; 496 const BoundNetLog& net_log, 528 net_log); 536 net_log); 548 key, connection.Pass(), net_log, OK, &spdy_session [all...] |
/external/chromium_org/net/url_request/ |
url_request_context_storage.h | 47 void set_net_log(NetLog* net_log);
|
url_request_context_builder.cc | 245 context->net_log())); 270 network_session_params.net_log = context->net_log();
|
url_request_job.cc | 444 request_->net_log().AddEventWithNetErrorCode(NetLog::TYPE_FAILED, 620 if (rv && request() && request()->net_log().IsLoggingBytes() && 622 request()->net_log().AddByteTransferEvent( 686 if (!filter_.get() && request() && request()->net_log().IsLoggingBytes() && 688 request()->net_log().AddByteTransferEvent(
|
/external/chromium_org/net/websockets/ |
websocket_basic_handshake_stream.h | 38 const BoundNetLog& net_log,
|
/external/chromium/chrome/browser/profiles/ |
off_the_record_profile_io_data.cc | 133 main_context->set_net_log(io_thread->net_log()); 134 extensions_context->set_net_log(io_thread->net_log()); 175 main_context->net_log(),
|
/external/chromium/net/disk_cache/ |
backend_impl.h | 46 net::NetLog* net_log); 49 base::MessageLoopProxy* cache_thread, net::NetLog* net_log); 57 net::NetLog* net_log, Backend** backend,
|
mem_entry_impl.cc | 63 bool MemEntryImpl::CreateEntry(const std::string& key, net::NetLog* net_log) { 64 net_log_ = net::BoundNetLog::Make(net_log, 369 child->net_log().source(), 427 child->net_log().source(), 551 net::NetLog* net_log) { 555 net_log_ = net::BoundNetLog::Make(net_log, 581 child->InitChildEntry(this, index, net_log_.net_log());
|
/external/chromium/net/http/ |
http_auth_handler_negotiate.cc | 44 const BoundNetLog& net_log, 63 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log)) 74 if (!tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
|
http_stream_factory_impl_request.cc | 18 const BoundNetLog& net_log) 22 net_log_(net_log), 248 const NetLog::Source source = job->net_log().source();
|
http_cache.cc | 52 NetLog* net_log) { 63 params.net_log = net_log; 86 int HttpCache::DefaultBackend::CreateBackend(NetLog* net_log, 91 thread_, net_log, backend, callback); 320 NetLog* net_log, 322 : net_log_(net_log), 341 net_log))), 348 : net_log_(session->net_log()), 360 NetLog* net_log, [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));
|
/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);
|
/external/chromium/net/socket/ |
socket_test_util.h | 24 #include "net/base/net_log.h" 538 NetLog* net_log, 560 explicit MockClientSocket(net::NetLog* net_log); 609 MockTCPClientSocket(const net::AddressList& addresses, net::NetLog* net_log, 657 DeterministicMockTCPClientSocket(net::NetLog* net_log, 857 const BoundNetLog& net_log); 896 NetLog* net_log, [all...] |