HomeSort by relevance Sort by last modified time
    Searched defs:net_log (Results 1 - 23 of 23) sorted by null

  /external/chromium/net/proxy/
proxy_resolver_request_context.h 20 ProxyResolverRequestContext(const BoundNetLog* net_log,
22 : net_log(net_log),
26 const BoundNetLog* net_log; member in struct:net::ProxyResolverRequestContext
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/spdy/
spdy_http_stream_unittest.cc 79 BoundNetLog net_log; local
84 http_stream->InitializeStream(&request, net_log, NULL));
139 BoundNetLog net_log; local
143 http_stream.InitializeStream(&request, net_log, NULL));
193 BoundNetLog net_log; local
197 http_stream->InitializeStream(&request, net_log, NULL));
spdy_stream.h 20 #include "net/base/net_log.h"
96 const BoundNetLog& net_log);
163 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdyStream
spdy_stream_unittest.cc 256 BoundNetLog net_log; local
262 net_log);
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_network_transaction_unittest.cc 4911 BoundNetLog net_log; local
    [all...]
  /external/chromium/net/base/
net_log.cc 5 #include "net/base/net_log.h"
175 BoundNetLog BoundNetLog::Make(NetLog* net_log,
177 if (!net_log)
180 NetLog::Source source(source_type, net_log->NextID());
181 return BoundNetLog(source, net_log);
212 const BoundNetLog& net_log,
215 : net_log_(net_log),
230 const BoundNetLog& ScopedNetLogEvent::net_log() const { function in class:net::ScopedNetLogEvent
net_log.h 170 BoundNetLog(const NetLog::Source& source, NetLog* net_log)
171 : source_(source), net_log_(net_log) {
212 // of creating a unique source ID, and handles the case of NULL net_log.
213 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
216 NetLog* net_log() const { return net_log_; } function in class:net::BoundNetLog
284 ScopedNetLogEvent(const BoundNetLog& net_log,
296 const BoundNetLog& net_log() const;
  /external/chromium/net/disk_cache/
mem_entry_impl.h 11 #include "net/base/net_log.h"
58 bool CreateEntry(const std::string& key, net::NetLog* net_log);
90 net::BoundNetLog& net_log() { function in class:disk_cache::MemEntryImpl
149 bool InitChildEntry(MemEntryImpl* parent, int child_id, net::NetLog* net_log);
entry_impl.cc 61 if (entry_->net_log().IsLoggingAllEvents()) {
62 entry_->net_log().EndEvent(
710 void EntryImpl::BeginLogging(net::NetLog* net_log, bool created) {
711 DCHECK(!net_log_.net_log());
713 net_log, net::NetLog::SOURCE_DISK_CACHE_ENTRY);
719 const net::BoundNetLog& EntryImpl::net_log() const { function in class:disk_cache::EntryImpl
    [all...]
  /external/chromium/net/http/
http_network_session.h 57 net_log(NULL) {}
69 NetLog* net_log; member in struct:net::HttpNetworkSession::Params
128 NetLog* net_log() { function in class:net::HttpNetworkSession
http_stream_factory_impl_job.h 12 #include "net/base/net_log.h"
41 const BoundNetLog& net_log);
74 const BoundNetLog& net_log() const { return net_log_; } function in class:net::HttpStreamFactoryImpl::Job
http_stream_factory_impl_unittest.cc 12 #include "net/base/net_log.h"
67 net_log(NULL) {}
75 NetLog* net_log; member in struct:net::__anon5073::SessionDependencies
87 params.net_log = session_deps->net_log;
141 const BoundNetLog& net_log) {
149 const BoundNetLog& net_log) {
http_cache_transaction.cc 25 #include "net/base/net_log.h"
209 const BoundNetLog& HttpCache::Transaction::net_log() const { function in class:net::HttpCache::Transaction
215 const BoundNetLog& net_log) {
228 SetRequest(net_log, request);
    [all...]
http_network_transaction_unittest.cc 20 #include "net/base/net_log.h"
83 net_log(NULL) {}
93 net_log(NULL) {}
101 NetLog* net_log; member in struct:net::SessionDependencies
113 params.net_log = session_deps->net_log;
270 const BoundNetLog& net_log) {
    [all...]
  /external/chromium/net/url_request/
url_request_context.h 17 #include "net/base/net_log.h"
51 NetLog* net_log() const { function in class:net::URLRequestContext
55 void set_net_log(NetLog* net_log) {
56 net_log_ = net_log;
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/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/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/socket/
client_socket_pool_base.h 42 #include "net/base/net_log.h"
73 const BoundNetLog& net_log);
78 const BoundNetLog& net_log() { return net_log_; } function in class:net::ConnectJob
113 const BoundNetLog& net_log() const { return net_log_; } function in class:net::ConnectJob
176 const BoundNetLog& net_log
189 const BoundNetLog& net_log() const { return net_log_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request
472 const BoundNetLog& net_log);
593 const BoundNetLog& net_log
600 flags, net_log
658 const BoundNetLog& net_log) {
    [all...]

Completed in 3141 milliseconds