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

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

Completed in 123 milliseconds