HomeSort by relevance Sort by last modified time
    Searched refs:DoublyLinkedList (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
DoublyLinkedList.h 1 #include <JavaScriptCore/DoublyLinkedList.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
DoublyLinkedList.h 3 #include <JavaScriptCore/DoublyLinkedList.h>
  /external/webkit/Source/JavaScriptCore/wtf/
DoublyLinkedList.h 31 template <typename Node> class DoublyLinkedList {
33 DoublyLinkedList();
47 template <typename Node> inline DoublyLinkedList<Node>::DoublyLinkedList()
53 template <typename Node> inline bool DoublyLinkedList<Node>::isEmpty()
58 template <typename Node> inline Node* DoublyLinkedList<Node>::head()
63 template <typename Node> inline void DoublyLinkedList<Node>::append(Node* node)
81 template <typename Node> inline void DoublyLinkedList<Node>::remove(Node* node)
102 using WTF::DoublyLinkedList;
  /external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.h 29 #include <wtf/DoublyLinkedList.h>
100 DoublyLinkedList<MarkedBlock> blockList;
105 void freeBlocks(DoublyLinkedList<MarkedBlock>&);
MarkedSpace.cpp 63 void MarkedSpace::freeBlocks(DoublyLinkedList<MarkedBlock>& blocks)
93 DoublyLinkedList<MarkedBlock> empties;

Completed in 129 milliseconds