Searched refs:EntryList (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/net/ftp/
H A Dftp_auth_cache.h57 typedef std::list<Entry> EntryList; typedef in class:net::FtpAuthCache
61 EntryList entries_;
H A Dftp_auth_cache.cc30 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/
H A Dnet_log_unittest.h24 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,
H A Dcapturing_net_log.h41 typedef std::vector<Entry> EntryList; typedef in class:net::CapturingNetLog
51 void GetEntries(EntryList* entry_list) const;
74 EntryList entries_;
100 void GetEntries(CapturingNetLog::EntryList* entry_list) const;
H A Dnet_log_unittest.cc21 CapturingNetLog::EntryList entries;
H A Dcapturing_net_log.cc28 void CapturingNetLog::GetEntries(EntryList* entry_list) const {
74 CapturingNetLog::EntryList* entry_list) const {
H A Dhost_resolver_impl_unittest.cc274 CapturingNetLog::EntryList entries;
310 CapturingNetLog::EntryList entries;
367 CapturingNetLog::EntryList entries;
376 CapturingNetLog::EntryList net_log_entries;
960 CapturingNetLog::EntryList entries;
/external/chromium/chrome/browser/net/
H A Dchrome_net_log.h55 typedef std::vector<Entry> EntryList; typedef in class:ChromeNetLog
126 EntryList* passive_entries);
128 void GetAllPassivelyCapturedEvents(EntryList* passive_entries);
H A Dpassive_log_collector.h53 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;
H A Dchrome_net_log_unittest.cc70 ChromeNetLog::EntryList entries;
H A Dchrome_net_log.cc119 ThreadSafeObserver* observer, EntryList* passive_entries) {
125 void ChromeNetLog::GetAllPassivelyCapturedEvents(EntryList* passive_entries) {
H A Dpassive_log_collector.cc115 ChromeNetLog::EntryList* out) const {
169 ChromeNetLog::EntryList* out) const {
256 ChromeNetLog::EntryList* out) const {
/external/chromium/net/http/
H A Dhttp_auth_cache.h106 typedef std::list<Entry> EntryList; typedef in class:net::HttpAuthCache
107 EntryList entries_;
H A Dhttp_auth_handler_unittest.cc52 net::CapturingNetLog::EntryList entries;
H A Dhttp_auth_cache.cc75 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/
H A Dsocks_client_socket_unittest.cc144 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;
H A Dsocks5_client_socket_unittest.cc135 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;
H A Dssl_client_socket_unittest.cc60 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;
H A Dtransport_client_socket_unittest.cc180 net::CapturingNetLog::EntryList net_log_entries;
/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp144 outer<int> EntryList; member in namespace:pr5261
/external/chromium/net/proxy/
H A Dinit_proxy_resolver_unittest.cc190 CapturingNetLog::EntryList entries;
227 CapturingNetLog::EntryList entries;
341 CapturingNetLog::EntryList entries;
456 CapturingNetLog::EntryList entries;
496 CapturingNetLog::EntryList entries;
H A Dmulti_threaded_proxy_resolver_unittest.cc273 net::CapturingNetLog::EntryList entries0;
384 net::CapturingNetLog::EntryList entries0;
395 net::CapturingNetLog::EntryList entries1;
410 net::CapturingNetLog::EntryList entries2;
H A Dproxy_resolver_js_bindings_unittest.cc307 net::CapturingNetLog::EntryList entries;
351 net::CapturingNetLog::EntryList global_log_entries;
H A Dproxy_service_unittest.cc135 CapturingNetLog::EntryList entries;
182 CapturingNetLog::EntryList entries;
1160 CapturingNetLog::EntryList entries1;
1693 CapturingNetLog::EntryList entries;
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc261 void SendPassiveLogEntries(const ChromeNetLog::EntryList& passive_entries);
704 const ChromeNetLog::EntryList& passive_entries) {
879 ChromeNetLog::EntryList entries;

Completed in 2075 milliseconds

12