/external/chromium/net/base/ |
D | capturing_net_log.cc | 9 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 …]
|
D | net_log_unittest.h | 24 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 …]
|
D | capturing_net_log.h | 23 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_;
|
D | net_log_unittest.cc | 15 CapturingNetLog log(CapturingNetLog::kUnbounded); in TEST() 21 CapturingNetLog::EntryList entries; in TEST()
|
D | host_resolver_impl_unittest.cc | 270 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/ |
D | socks_client_socket_unittest.cc | 129 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 …]
|
D | ssl_client_socket_unittest.cc | 60 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 …]
|
D | socks5_client_socket_unittest.cc | 46 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()
|
D | transport_client_socket_unittest.cc | 38 net_log_(CapturingNetLog::kUnbounded), in TransportClientSocketTest() 88 CapturingNetLog net_log_; 180 net::CapturingNetLog::EntryList net_log_entries; in TEST_P()
|
D | client_socket_pool_base_unittest.cc | 628 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/ |
D | init_proxy_resolver_unittest.cc | 184 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()
|
D | proxy_resolver_js_bindings_unittest.cc | 294 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()
|
D | multi_threaded_proxy_resolver_unittest.cc | 258 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()
|
D | proxy_resolver_v8_unittest.cc | 131 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()
|
D | proxy_service_unittest.cc | 127 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/ |
D | http_auth_handler_unittest.cc | 41 CapturingNetLog capturing_net_log(CapturingNetLog::kUnbounded); in TEST() 52 net::CapturingNetLog::EntryList entries; in TEST()
|
D | http_network_transaction_unittest.cc | 163 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 …]
|
D | http_cache_unittest.cc | 1076 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/ |
D | spdy_network_transaction_unittest.cc | 3670 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()
|