Home
last modified time | relevance | path

Searched refs:LinkedHashSetNodeBase (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DLinkedHashSet.h52 class LinkedHashSetNodeBase {
54 LinkedHashSetNodeBase() : m_prev(this), m_next(this) { } in LinkedHashSetNodeBase() function
67 ~LinkedHashSetNodeBase() in ~LinkedHashSetNodeBase()
72 void insertBefore(LinkedHashSetNodeBase& other) in insertBefore()
84 void insertAfter(LinkedHashSetNodeBase& other) in insertAfter()
96 LinkedHashSetNodeBase(LinkedHashSetNodeBase* prev, LinkedHashSetNodeBase* next) in LinkedHashSetNodeBase() function
103 LinkedHashSetNodeBase* m_prev;
104 LinkedHashSetNodeBase* m_next;
110 LinkedHashSetNodeBase(const LinkedHashSetNodeBase& other) in LinkedHashSetNodeBase() function
116 LinkedHashSetNodeBase& operator=(const LinkedHashSetNodeBase& other);
[all …]