Searched refs:linked_hash_map (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/android/thumbnail/
H A Dscoped_ptr_expiring_cache.h9 #include "net/base/linked_hash_map.h"
14 typedef linked_hash_map<Key, Value*> LinkedHashMap;
/external/chromium_org/net/quic/
H A Dquic_time_wait_list_manager.h17 #include "net/base/linked_hash_map.h"
143 // linked_hash_map allows lookup by ConnectionId and traversal in add order.
144 typedef linked_hash_map<QuicConnectionId, ConnectionIdData> ConnectionIdMap;
H A Dquic_dispatcher.h17 #include "net/base/linked_hash_map.h"
71 typedef linked_hash_map<QuicBlockedWriterInterface*, bool> WriteBlockedList;
H A Dquic_sent_packet_manager.h15 #include "net/base/linked_hash_map.h"
266 typedef linked_hash_map<QuicPacketSequenceNumber,
/external/chromium_org/net/tools/quic/
H A Dquic_time_wait_list_manager.h17 #include "net/base/linked_hash_map.h"
147 // linked_hash_map allows lookup by ConnectionId and traversal in add order.
148 typedef linked_hash_map<QuicConnectionId, ConnectionIdData> ConnectionIdMap;
H A Dquic_dispatcher.h17 #include "net/base/linked_hash_map.h"
75 typedef linked_hash_map<QuicBlockedWriterInterface*, bool> WriteBlockedList;
/external/chromium_org/net/base/
H A Dlinked_hash_map.h31 class linked_hash_map { class
45 linked_hash_map() : map_(), list_() { function in class:linked_hash_map
219 void swap(linked_hash_map& other) {

Completed in 511 milliseconds