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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDoublyLinkedList.h32 template<typename T> class DoublyLinkedListNode { class in namespace:WTF
34 DoublyLinkedListNode();
43 template<typename T> inline DoublyLinkedListNode<T>::DoublyLinkedListNode() function in class:WTF::DoublyLinkedListNode
49 template<typename T> inline void DoublyLinkedListNode<T>::setPrev(T* prev)
54 template<typename T> inline void DoublyLinkedListNode<T>::setNext(T* next)
59 template<typename T> inline T* DoublyLinkedListNode<T>::prev() const
64 template<typename T> inline T* DoublyLinkedListNode<T>::next() const
191 using WTF::DoublyLinkedListNode;
H A DThreadSpecificWin.cpp45 class PlatformThreadSpecificKey : public DoublyLinkedListNode<PlatformThreadSpecificKey> {
47 friend class DoublyLinkedListNode<PlatformThreadSpecificKey>;
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.h46 class ShadowRoot FINAL : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
49 friend class WTF::DoublyLinkedListNode<ShadowRoot>;
H A DShadowRoot.cpp46 struct SameSizeAsShadowRoot : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerBridge.h51 class PLATFORM_EXPORT Canvas2DLayerBridge : public WebExternalTextureLayerClient, public SkDeferredCanvas::NotificationClient, public DoublyLinkedListNode<Canvas2DLayerBridge>, public RefCounted<Canvas2DLayerBridge> {
115 friend class WTF::DoublyLinkedListNode<Canvas2DLayerBridge>;
H A DImageDecodingStore.h94 class CacheEntry : public DoublyLinkedListNode<CacheEntry> {
95 friend class WTF::DoublyLinkedListNode<CacheEntry>;
/external/chromium_org/tools/ubsan_vptr/
H A Dblacklist.txt36 fun:*DoublyLinkedListNode*

Completed in 156 milliseconds