Searched refs:LinkedHashSetNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedHashSet.h120 class LinkedHashSetNode : public LinkedHashSetNodeBase { class in namespace:WTF
122 LinkedHashSetNode(const ValueArg& value, LinkedHashSetNodeBase* prev, LinkedHashSetNodeBase* next) function in class:WTF::LinkedHashSetNode
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; } argument
298 struct LinkedHashSetTraits : public SimpleClassHashTraits<LinkedHashSetNode<Value, Allocator> > {
299 typedef LinkedHashSetNode<Value, Allocator> Node;
709 inline void swap(LinkedHashSetNode<
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h2315 struct TraceInCollectionTrait<NoWeakHandlingInCollections, strongify, LinkedHashSetNode<Value, Allocator>, Traits> {
2316 static bool trace(blink::Visitor* visitor, LinkedHashSetNode<Value, Allocator>& self)
2325 struct TraceInCollectionTrait<WeakHandlingInCollections, strongify, LinkedHashSetNode<Value, Allocator>, Traits> {
2326 static bool trace(blink::Visitor* visitor, LinkedHashSetNode<Value, Allocator>& self)

Completed in 462 milliseconds