HomeSort by relevance Sort by last modified time
    Searched refs:CapturingNetLog (Results 1 - 19 of 19) sorted by null

  /external/chromium/net/base/
capturing_net_log.cc 9 CapturingNetLog::Entry::Entry(EventType type,
18 CapturingNetLog::Entry::~Entry() {}
20 CapturingNetLog::CapturingNetLog(size_t max_num_entries)
26 CapturingNetLog::~CapturingNetLog() {}
28 void CapturingNetLog::GetEntries(EntryList* entry_list) const {
33 void CapturingNetLog::Clear() {
38 void CapturingNetLog::SetLogLevel(NetLog::LogLevel log_level) {
43 void CapturingNetLog::AddEntry(EventType type
    [all...]
capturing_net_log.h 21 // CapturingNetLog is an implementation of NetLog that saves messages to a
23 class CapturingNetLog : public NetLog {
45 // Creates a CapturingNetLog that logs a maximum of |max_num_entries|
47 explicit CapturingNetLog(size_t max_num_entries);
48 virtual ~CapturingNetLog();
78 DISALLOW_COPY_AND_ASSIGN(CapturingNetLog);
82 // CapturingNetLog rather than the more generic NetLog.
88 CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log);
100 void GetEntries(CapturingNetLog::EntryList* entry_list) const;
104 // Sets the log level of the underlying CapturingNetLog
    [all...]
net_log_unittest.cc 15 CapturingNetLog log(CapturingNetLog::kUnbounded);
21 CapturingNetLog::EntryList entries;
net_log_unittest.h 24 const CapturingNetLog::EntryList& entries,
36 const CapturingNetLog::Entry& entry = entries[j];
60 const CapturingNetLog::EntryList& log,
71 const CapturingNetLog::EntryList& log,
81 const CapturingNetLog::EntryList& log,
89 const CapturingNetLog::EntryList& log,
96 const CapturingNetLog::EntryList& entries,
105 const CapturingNetLog::Entry& entry = entries[j];
116 const CapturingNetLog::EntryList& entries,
122 const CapturingNetLog::Entry& entry = entries[i]
    [all...]
host_resolver_impl_unittest.cc 270 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
274 CapturingNetLog::EntryList entries;
305 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
310 CapturingNetLog::EntryList entries;
342 CapturingNetLog net_log(CapturingNetLog::kUnbounded);
343 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
367 CapturingNetLog::EntryList entries;
376 CapturingNetLog::EntryList net_log_entries;
956 CapturingBoundNetLog log(CapturingNetLog::kUnbounded)
    [all...]
  /external/chromium/net/http/
http_auth_handler_unittest.cc 41 CapturingNetLog capturing_net_log(CapturingNetLog::kUnbounded);
52 net::CapturingNetLog::EntryList entries;
http_network_transaction_unittest.cc 163 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
184 net::CapturingNetLog::EntryList entries;
194 CapturingNetLog::Entry entry = entries[pos];
    [all...]
http_cache_unittest.cc     [all...]
  /external/chromium/net/socket/
socks_client_socket_unittest.cc 129 CapturingNetLog log(CapturingNetLog::kUnbounded);
144 net::CapturingNetLog::EntryList entries;
202 CapturingNetLog log(CapturingNetLog::kUnbounded);
213 net::CapturingNetLog::EntryList entries;
239 CapturingNetLog log(CapturingNetLog::kUnbounded);
249 net::CapturingNetLog::EntryList entries;
277 CapturingNetLog log(CapturingNetLog::kUnbounded)
    [all...]
ssl_client_socket_unittest.cc 60 const net::CapturingNetLog::EntryList& log, int i) {
74 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded);
91 net::CapturingNetLog::EntryList entries;
116 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded);
132 net::CapturingNetLog::EntryList entries;
159 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded);
175 net::CapturingNetLog::EntryList entries
    [all...]
socks5_client_socket_unittest.cc 46 CapturingNetLog net_log_;
60 net_log_(CapturingNetLog::kUnbounded),
135 net::CapturingNetLog::EntryList net_log_entries;
257 net::CapturingNetLog::EntryList net_log_entries;
288 net::CapturingNetLog::EntryList net_log_entries;
317 net::CapturingNetLog::EntryList net_log_entries;
348 net::CapturingNetLog::EntryList net_log_entries;
transport_client_socket_unittest.cc 38 net_log_(CapturingNetLog::kUnbounded),
88 CapturingNetLog net_log_;
180 net::CapturingNetLog::EntryList net_log_entries;
client_socket_pool_base_unittest.cc 628 CapturingNetLog log(CapturingNetLog::kUnbounded);
647 net::CapturingNetLog::EntryList entries;
672 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
685 net::CapturingNetLog::EntryList entries;
705 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
725 net::CapturingNetLog::EntryList entries;
    [all...]
  /external/chromium/net/proxy/
init_proxy_resolver_unittest.cc 184 CapturingNetLog log(CapturingNetLog::kUnbounded);
190 CapturingNetLog::EntryList entries;
220 CapturingNetLog log(CapturingNetLog::kUnbounded);
227 CapturingNetLog::EntryList entries;
325 CapturingNetLog log(CapturingNetLog::kUnbounded);
341 CapturingNetLog::EntryList entries;
446 CapturingNetLog log(CapturingNetLog::kUnbounded)
    [all...]
proxy_resolver_js_bindings_unittest.cc 294 CapturingNetLog global_log(CapturingNetLog::kUnbounded);
301 CapturingNetLog log(CapturingNetLog::kUnbounded);
307 net::CapturingNetLog::EntryList entries;
351 net::CapturingNetLog::EntryList global_log_entries;
multi_threaded_proxy_resolver_unittest.cc 258 CapturingBoundNetLog log0(CapturingNetLog::kUnbounded);
273 net::CapturingNetLog::EntryList entries0;
352 CapturingBoundNetLog log0(CapturingNetLog::kUnbounded);
361 CapturingBoundNetLog log1(CapturingNetLog::kUnbounded);
369 CapturingBoundNetLog log2(CapturingNetLog::kUnbounded);
384 net::CapturingNetLog::EntryList entries0;
395 net::CapturingNetLog::EntryList entries1;
410 net::CapturingNetLog::EntryList entries2;
proxy_resolver_v8_unittest.cc 131 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
141 net::CapturingNetLog::EntryList entries;
476 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
496 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
proxy_service_unittest.cc 127 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
135 CapturingNetLog::EntryList entries;
161 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
182 CapturingNetLog::EntryList entries;
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]

Completed in 4266 milliseconds