Searched refs:LinkedHashSetNode (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | LinkedHashSet.h | 120 class LinkedHashSetNode : public LinkedHashSetNodeBase { 122 … LinkedHashSetNode(const ValueArg& value, LinkedHashSetNodeBase* prev, LinkedHashSetNodeBase* next) in LinkedHashSetNode() function 132 LinkedHashSetNode(const LinkedHashSetNode&); 145 typedef LinkedHashSetNode<Value, Allocator> Node; 272 typedef LinkedHashSetNode<Value, Allocator> Node; 294 …static const Value& extract(const LinkedHashSetNode<Value, Allocator>& node) { return node.m_value… in extract() 298 struct LinkedHashSetTraits : public SimpleClassHashTraits<LinkedHashSetNode<Value, Allocator> > { 299 typedef LinkedHashSetNode<Value, Allocator> Node; 709 inline void swap(LinkedHashSetNode<T, Allocator>& a, LinkedHashSetNode<T, Allocator>& b) in swap()
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
D | Heap.h | 2315 struct TraceInCollectionTrait<NoWeakHandlingInCollections, strongify, LinkedHashSetNode<Value, Allo… 2316 static bool trace(blink::Visitor* visitor, LinkedHashSetNode<Value, Allocator>& self) 2325 struct TraceInCollectionTrait<WeakHandlingInCollections, strongify, LinkedHashSetNode<Value, Alloca… 2326 static bool trace(blink::Visitor* visitor, LinkedHashSetNode<Value, Allocator>& self)
|