Searched refs:DeprecatedListNode (Results 1 – 2 of 2) sorted by relevance
35 class DeprecatedListNode class38 DeprecatedListNode(void *d) : data(d), next(0), prev(0) { } in DeprecatedListNode() function in WebCore::DeprecatedListNode41 DeprecatedListNode *next;42 DeprecatedListNode *prev;46 static DeprecatedListNode *copyList(DeprecatedListNode *l, DeprecatedListNode *&tail) in copyList()48 DeprecatedListNode *node = l; in copyList()49 DeprecatedListNode *copyHead = 0; in copyList()50 DeprecatedListNode *last = 0; in copyList()53 DeprecatedListNode *copy = new DeprecatedListNode(node->data); in copyList()106 DeprecatedListNode *next; in clear()[all …]
31 class DeprecatedListNode; variable83 DeprecatedListNode *head;84 DeprecatedListNode *tail;85 DeprecatedListNode *cur;113 DeprecatedListNode *node;