Lines Matching refs:Node
71 struct Node struct in INetMIMECharsetList_Impl
75 Node * m_pNext; argument
77 inline Node(const Charset & rTheCharset, bool bTheDisabled,
78 Node * pTheNext);
81 Node * m_pFirst;
89 { m_pFirst = new Node(rCharset, false, m_pFirst); } in prepend()
100 inline INetMIMECharsetList_Impl::Node::Node(const Charset & rTheCharset, in Node() function in INetMIMECharsetList_Impl::Node
102 Node * pTheNext): in Node()
220 Node * pRemove = m_pFirst; in ~INetMIMECharsetList_Impl()
229 for (Node * p = m_pFirst; p; p = p->m_pNext) in includes()
239 for (Node * p = m_pFirst; p; p = p->m_pNext) in getPreferredEncoding()
248 for (Node * p = m_pFirst; p; p = p->m_pNext) in reset()