HomeSort by relevance Sort by last modified time
    Searched refs:EntryList (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/net/ftp/
ftp_auth_cache.h 57 typedef std::list<Entry> EntryList;
61 EntryList entries_;
ftp_auth_cache.cc 30 for (EntryList::iterator it = entries_.begin(); it != entries_.end(); ++it) {
57 for (EntryList::iterator it = entries_.begin(); it != entries_.end(); ++it) {
  /external/chromium/net/base/
capturing_net_log.h 41 typedef std::vector<Entry> EntryList;
51 void GetEntries(EntryList* entry_list) const;
74 EntryList entries_;
100 void GetEntries(CapturingNetLog::EntryList* entry_list) const;
net_log_unittest.h 24 const CapturingNetLog::EntryList& entries,
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,
116 const CapturingNetLog::EntryList& entries,
136 const CapturingNetLog::EntryList& entries,
net_log_unittest.cc 21 CapturingNetLog::EntryList entries;
capturing_net_log.cc 28 void CapturingNetLog::GetEntries(EntryList* entry_list) const {
74 CapturingNetLog::EntryList* entry_list) const {
host_resolver_impl_unittest.cc 274 CapturingNetLog::EntryList entries;
310 CapturingNetLog::EntryList entries;
367 CapturingNetLog::EntryList entries;
376 CapturingNetLog::EntryList net_log_entries;
960 CapturingNetLog::EntryList entries;
    [all...]
  /external/chromium/chrome/browser/net/
chrome_net_log.h 55 typedef std::vector<Entry> EntryList;
126 EntryList* passive_entries);
128 void GetAllPassivelyCapturedEvents(EntryList* passive_entries);
passive_log_collector.h 53 ChromeNetLog::EntryList entries;
85 virtual void AppendAllEntries(ChromeNetLog::EntryList* out) const = 0;
98 virtual void AppendAllEntries(ChromeNetLog::EntryList* out) const;
124 virtual void AppendAllEntries(ChromeNetLog::EntryList* out) const;
360 void GetAllCapturedEvents(ChromeNetLog::EntryList* out) const;
chrome_net_log_unittest.cc 70 ChromeNetLog::EntryList entries;
chrome_net_log.cc 119 ThreadSafeObserver* observer, EntryList* passive_entries) {
125 void ChromeNetLog::GetAllPassivelyCapturedEvents(EntryList* passive_entries) {
passive_log_collector.cc 115 ChromeNetLog::EntryList* out) const {
169 ChromeNetLog::EntryList* out) const {
256 ChromeNetLog::EntryList* out) const {
  /external/chromium/net/http/
http_auth_cache.h 106 typedef std::list<Entry> EntryList;
107 EntryList entries_;
http_auth_handler_unittest.cc 52 net::CapturingNetLog::EntryList entries;
http_auth_cache.cc 75 for (EntryList::iterator it = entries_.begin(); it != entries_.end(); ++it) {
100 for (EntryList::iterator it = entries_.begin(); it != entries_.end(); ++it) {
204 for (EntryList::iterator it = entries_.begin(); it != entries_.end(); ++it) {
  /external/chromium/net/socket/
socks_client_socket_unittest.cc 144 net::CapturingNetLog::EntryList entries;
213 net::CapturingNetLog::EntryList entries;
249 net::CapturingNetLog::EntryList entries;
287 net::CapturingNetLog::EntryList entries;
319 net::CapturingNetLog::EntryList entries;
349 net::CapturingNetLog::EntryList entries;
socks5_client_socket_unittest.cc 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;
ssl_client_socket_unittest.cc 60 const net::CapturingNetLog::EntryList& log, int i) {
91 net::CapturingNetLog::EntryList entries;
132 net::CapturingNetLog::EntryList entries;
175 net::CapturingNetLog::EntryList entries;
220 net::CapturingNetLog::EntryList entries;
286 net::CapturingNetLog::EntryList entries;
601 net::CapturingNetLog::EntryList entries;
transport_client_socket_unittest.cc 180 net::CapturingNetLog::EntryList net_log_entries;
  /external/chromium/net/proxy/
init_proxy_resolver_unittest.cc 190 CapturingNetLog::EntryList entries;
227 CapturingNetLog::EntryList entries;
341 CapturingNetLog::EntryList entries;
456 CapturingNetLog::EntryList entries;
496 CapturingNetLog::EntryList entries;
multi_threaded_proxy_resolver_unittest.cc 273 net::CapturingNetLog::EntryList entries0;
384 net::CapturingNetLog::EntryList entries0;
395 net::CapturingNetLog::EntryList entries1;
410 net::CapturingNetLog::EntryList entries2;
proxy_resolver_js_bindings_unittest.cc 307 net::CapturingNetLog::EntryList entries;
351 net::CapturingNetLog::EntryList global_log_entries;
proxy_service_unittest.cc 135 CapturingNetLog::EntryList entries;
182 CapturingNetLog::EntryList entries;
    [all...]
  /external/clang/test/SemaCXX/
static-cast.cpp 144 outer<int> EntryList;
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 261 void SendPassiveLogEntries(const ChromeNetLog::EntryList& passive_entries);
704 const ChromeNetLog::EntryList& passive_entries) {
    [all...]

Completed in 1020 milliseconds

1 2