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

  /external/chromium_org/net/base/
capturing_net_log.h 70 typedef std::vector<CapturedEntry> CapturedEntryList;
78 void GetEntries(CapturedEntryList* entry_list) const;
79 void GetEntriesForSource(Source source, CapturedEntryList* entry_list) const;
93 void GetEntries(CapturedEntryList* entry_list) const;
97 CapturedEntryList* entry_list) const;
111 CapturedEntryList captured_entries_;
135 void GetEntries(CapturingNetLog::CapturedEntryList* entry_list) const;
140 CapturingNetLog::CapturedEntryList* entry_list) const;
net_log_unittest.h 23 const CapturingNetLog::CapturedEntryList& entries,
59 const CapturingNetLog::CapturedEntryList& log,
70 const CapturingNetLog::CapturedEntryList& log,
80 const CapturingNetLog::CapturedEntryList& log,
88 const CapturingNetLog::CapturedEntryList& log,
95 const CapturingNetLog::CapturedEntryList& entries,
115 const CapturingNetLog::CapturedEntryList& entries,
135 const CapturingNetLog::CapturedEntryList& entries,
capturing_net_log.cc 75 CapturedEntryList* entry_list) const {
82 CapturedEntryList* entry_list) const {
85 for (CapturedEntryList::const_iterator entry = captured_entries_.begin();
136 CapturingNetLog::CapturedEntryList* entry_list) const {
142 CapturedEntryList* entry_list) const {
162 CapturingNetLog::CapturedEntryList* entry_list) const {
168 CapturingNetLog::CapturedEntryList* entry_list) const {
net_log_unittest.cc 28 CapturingNetLog::CapturedEntryList entries;
56 CapturingNetLog::CapturedEntryList entries;
  /external/chromium_org/net/http/
http_auth_handler_unittest.cc 51 CapturingNetLog::CapturedEntryList entries;
http_network_transaction_unittest.cc 323 net::CapturingNetLog::CapturedEntryList entries;
    [all...]
http_cache_unittest.cc 633 net::CapturingNetLog::CapturedEntryList entries;
805 net::CapturingNetLog::CapturedEntryList entries;
    [all...]
  /external/chromium_org/net/socket/
socks_client_socket_unittest.cc 150 CapturingNetLog::CapturedEntryList entries;
222 CapturingNetLog::CapturedEntryList entries;
258 CapturingNetLog::CapturedEntryList entries;
296 CapturingNetLog::CapturedEntryList entries;
328 CapturingNetLog::CapturedEntryList entries;
358 CapturingNetLog::CapturedEntryList entries;
socks5_client_socket_unittest.cc 138 CapturingNetLog::CapturedEntryList net_log_entries;
262 CapturingNetLog::CapturedEntryList net_log_entries;
293 CapturingNetLog::CapturedEntryList net_log_entries;
322 CapturingNetLog::CapturedEntryList net_log_entries;
353 CapturingNetLog::CapturedEntryList net_log_entries;
ssl_client_socket_unittest.cc 539 const net::CapturingNetLog::CapturedEntryList& log, int i) {
571 net::CapturingNetLog::CapturedEntryList entries;
616 net::CapturingNetLog::CapturedEntryList entries;
663 net::CapturingNetLog::CapturedEntryList entries;
710 net::CapturingNetLog::CapturedEntryList entries;
778 net::CapturingNetLog::CapturedEntryList entries;
    [all...]
transport_client_socket_unittest.cc 187 net::CapturingNetLog::CapturedEntryList net_log_entries;
client_socket_pool_base_unittest.cc 784 CapturingNetLog::CapturedEntryList entries;
826 CapturingNetLog::CapturedEntryList entries;
867 CapturingNetLog::CapturedEntryList entries;
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing_unittest.cc 156 CapturingNetLog::CapturedEntryList entries_list[2];
161 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i];
210 CapturingNetLog::CapturedEntryList entries_list[2];
215 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i];
258 CapturingNetLog::CapturedEntryList entries_list[2];
263 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i];
336 CapturingNetLog::CapturedEntryList entries_list[2];
341 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i];
445 CapturingNetLog::CapturedEntryList entries_list[2];
450 const CapturingNetLog::CapturedEntryList& entries = entries_list[list_i]
    [all...]
proxy_script_decider_unittest.cc 137 CapturingNetLog::CapturedEntryList entries;
174 CapturingNetLog::CapturedEntryList entries;
300 CapturingNetLog::CapturedEntryList entries;
400 CapturingNetLog::CapturedEntryList entries;
440 CapturingNetLog::CapturedEntryList entries;
multi_threaded_proxy_resolver_unittest.cc 282 CapturingNetLog::CapturedEntryList entries0;
393 CapturingNetLog::CapturedEntryList entries0;
404 CapturingNetLog::CapturedEntryList entries1;
419 CapturingNetLog::CapturedEntryList entries2;
proxy_resolver_v8_unittest.cc 157 net::CapturingNetLog::CapturedEntryList entries;
proxy_service_unittest.cc 176 CapturingNetLog::CapturedEntryList entries;
231 CapturingNetLog::CapturedEntryList entries;
    [all...]
  /external/chromium_org/net/udp/
udp_socket_unittest.cc 175 CapturingNetLog::CapturedEntryList server_entries;
188 CapturingNetLog::CapturedEntryList client_entries;
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 370 net::CapturingNetLog::CapturedEntryList entries;
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 294 net::CapturingNetLog::CapturedEntryList entries;
spdy_proxy_client_socket_unittest.cc     [all...]
spdy_session_unittest.cc     [all...]
spdy_network_transaction_unittest.cc     [all...]

Completed in 725 milliseconds