Searched defs:EntryList (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/ftp/
H A Dftp_auth_cache.h57 typedef std::list<Entry> EntryList; typedef in class:net::FtpAuthCache
61 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);
/external/chromium/net/base/
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;
/external/chromium/net/http/
H A Dhttp_auth_cache.h106 typedef std::list<Entry> EntryList; typedef in class:net::HttpAuthCache
107 EntryList entries_;
/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp144 outer<int> EntryList; member in namespace:pr5261

Completed in 100 milliseconds