Home
last modified time | relevance | path

Searched refs:CapturingNetLog (Results 1 – 19 of 19) sorted by relevance

/external/chromium/net/base/
Dcapturing_net_log.cc9 CapturingNetLog::Entry::Entry(EventType type, in Entry()
18 CapturingNetLog::Entry::~Entry() {} in ~Entry()
20 CapturingNetLog::CapturingNetLog(size_t max_num_entries) in CapturingNetLog() function in net::CapturingNetLog
26 CapturingNetLog::~CapturingNetLog() {} in ~CapturingNetLog()
28 void CapturingNetLog::GetEntries(EntryList* entry_list) const { in GetEntries()
33 void CapturingNetLog::Clear() { in Clear()
38 void CapturingNetLog::SetLogLevel(NetLog::LogLevel log_level) { in SetLogLevel()
43 void CapturingNetLog::AddEntry(EventType type, in AddEntry()
54 uint32 CapturingNetLog::NextID() { in NextID()
58 NetLog::LogLevel CapturingNetLog::GetLogLevel() const { in GetLogLevel()
[all …]
Dnet_log_unittest.h24 const CapturingNetLog::EntryList& entries, in LogContainsEventHelper()
36 const CapturingNetLog::Entry& entry = entries[j]; in LogContainsEventHelper()
60 const CapturingNetLog::EntryList& log, in LogContainsEventAtTime()
71 const CapturingNetLog::EntryList& log, in LogContainsEvent()
81 const CapturingNetLog::EntryList& log, in LogContainsBeginEvent()
89 const CapturingNetLog::EntryList& log, in LogContainsEndEvent()
96 const CapturingNetLog::EntryList& entries, in LogContainsEntryWithType()
105 const CapturingNetLog::Entry& entry = entries[j]; in LogContainsEntryWithType()
116 const CapturingNetLog::EntryList& entries, in ExpectLogContainsSomewhere()
122 const CapturingNetLog::Entry& entry = entries[i]; in ExpectLogContainsSomewhere()
[all …]
Dcapturing_net_log.h23 class CapturingNetLog : public NetLog {
47 explicit CapturingNetLog(size_t max_num_entries);
48 virtual ~CapturingNetLog();
78 DISALLOW_COPY_AND_ASSIGN(CapturingNetLog);
88 CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log);
100 void GetEntries(CapturingNetLog::EntryList* entry_list) const;
109 scoped_ptr<CapturingNetLog> capturing_net_log_;
Dnet_log_unittest.cc15 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
21 CapturingNetLog::EntryList entries; in TEST()
Dhost_resolver_impl_unittest.cc270 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
274 CapturingNetLog::EntryList entries; in TEST_F()
305 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
310 CapturingNetLog::EntryList entries; in TEST_F()
342 CapturingNetLog net_log(CapturingNetLog::kUnbounded); in TEST_F()
343 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
367 CapturingNetLog::EntryList entries; in TEST_F()
376 CapturingNetLog::EntryList net_log_entries; in TEST_F()
956 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
960 CapturingNetLog::EntryList entries; in TEST_F()
[all …]
/external/chromium/net/socket/
Dsocks_client_socket_unittest.cc129 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
144 net::CapturingNetLog::EntryList entries; in TEST_F()
202 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
213 net::CapturingNetLog::EntryList entries; in TEST_F()
239 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
249 net::CapturingNetLog::EntryList entries; in TEST_F()
277 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
287 net::CapturingNetLog::EntryList entries; in TEST_F()
309 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
319 net::CapturingNetLog::EntryList entries; in TEST_F()
[all …]
Dssl_client_socket_unittest.cc60 const net::CapturingNetLog::EntryList& log, int i) { in LogContainsSSLConnectEndEvent()
74 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F()
91 net::CapturingNetLog::EntryList entries; in TEST_F()
116 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F()
132 net::CapturingNetLog::EntryList entries; in TEST_F()
159 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F()
175 net::CapturingNetLog::EntryList entries; in TEST_F()
204 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F()
220 net::CapturingNetLog::EntryList entries; in TEST_F()
264 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); in TEST_F()
[all …]
Dsocks5_client_socket_unittest.cc46 CapturingNetLog net_log_;
60 net_log_(CapturingNetLog::kUnbounded), in SOCKS5ClientSocketTest()
135 net::CapturingNetLog::EntryList net_log_entries; in TEST_F()
257 net::CapturingNetLog::EntryList net_log_entries; in TEST_F()
288 net::CapturingNetLog::EntryList net_log_entries; in TEST_F()
317 net::CapturingNetLog::EntryList net_log_entries; in TEST_F()
348 net::CapturingNetLog::EntryList net_log_entries; in TEST_F()
Dtransport_client_socket_unittest.cc38 net_log_(CapturingNetLog::kUnbounded), in TransportClientSocketTest()
88 CapturingNetLog net_log_;
180 net::CapturingNetLog::EntryList net_log_entries; in TEST_P()
Dclient_socket_pool_base_unittest.cc628 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
647 net::CapturingNetLog::EntryList entries; in TEST_F()
672 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
685 net::CapturingNetLog::EntryList entries; in TEST_F()
705 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
725 net::CapturingNetLog::EntryList entries; in TEST_F()
1525 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
1539 net::CapturingNetLog::EntryList entries; in TEST_F()
1562 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
1579 net::CapturingNetLog::EntryList entries; in TEST_F()
[all …]
/external/chromium/net/proxy/
Dinit_proxy_resolver_unittest.cc184 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
190 CapturingNetLog::EntryList entries; in TEST()
220 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
227 CapturingNetLog::EntryList entries; in TEST()
325 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
341 CapturingNetLog::EntryList entries; in TEST()
446 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
456 CapturingNetLog::EntryList entries; in TEST()
488 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
496 CapturingNetLog::EntryList entries; in TEST()
Dproxy_resolver_js_bindings_unittest.cc294 CapturingNetLog global_log(CapturingNetLog::kUnbounded); in TEST()
301 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
307 net::CapturingNetLog::EntryList entries; in TEST()
351 net::CapturingNetLog::EntryList global_log_entries; in TEST()
Dmulti_threaded_proxy_resolver_unittest.cc258 CapturingBoundNetLog log0(CapturingNetLog::kUnbounded); in TEST()
273 net::CapturingNetLog::EntryList entries0; in TEST()
352 CapturingBoundNetLog log0(CapturingNetLog::kUnbounded); in TEST()
361 CapturingBoundNetLog log1(CapturingNetLog::kUnbounded); in TEST()
369 CapturingBoundNetLog log2(CapturingNetLog::kUnbounded); in TEST()
384 net::CapturingNetLog::EntryList entries0; in TEST()
395 net::CapturingNetLog::EntryList entries1; in TEST()
410 net::CapturingNetLog::EntryList entries2; in TEST()
Dproxy_resolver_v8_unittest.cc131 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST()
141 net::CapturingNetLog::EntryList entries; in TEST()
476 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST()
496 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST()
Dproxy_service_unittest.cc127 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST()
135 CapturingNetLog::EntryList entries; in TEST()
161 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST()
182 CapturingNetLog::EntryList entries; in TEST()
1105 CapturingBoundNetLog log1(CapturingNetLog::kUnbounded); in TEST()
1160 CapturingNetLog::EntryList entries1; in TEST()
1598 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST()
1693 CapturingNetLog::EntryList entries; in TEST()
/external/chromium/net/http/
Dhttp_auth_handler_unittest.cc41 CapturingNetLog capturing_net_log(CapturingNetLog::kUnbounded); in TEST()
52 net::CapturingNetLog::EntryList entries; in TEST()
Dhttp_network_transaction_unittest.cc163 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in SimpleGetHelper()
184 net::CapturingNetLog::EntryList entries; in SimpleGetHelper()
194 CapturingNetLog::Entry entry = entries[pos]; in SimpleGetHelper()
1513 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
1566 net::CapturingNetLog::EntryList entries; in TEST_F()
1624 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
1672 net::CapturingNetLog::EntryList entries; in TEST_F()
1837 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
1876 net::CapturingNetLog::EntryList entries; in TEST_F()
1895 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); in TEST_F()
[all …]
Dhttp_cache_unittest.cc1076 net::CapturingBoundNetLog log(net::CapturingNetLog::kUnbounded); in TEST()
1085 net::CapturingNetLog::EntryList entries; in TEST()
1205 net::CapturingBoundNetLog log(net::CapturingNetLog::kUnbounded); in TEST()
1215 net::CapturingNetLog::EntryList entries; in TEST()
1338 net::CapturingBoundNetLog log(net::CapturingNetLog::kUnbounded); in TEST()
1346 net::CapturingNetLog::EntryList entries; in TEST()
/external/chromium/net/spdy/
Dspdy_network_transaction_unittest.cc3670 net::CapturingBoundNetLog log(net::CapturingNetLog::kUnbounded); in TEST_P()
3687 net::CapturingNetLog::EntryList entries; in TEST_P()
3716 CapturingNetLog::Entry entry = entries[pos]; in TEST_P()