Lines Matching refs:m_first
89 while(m_first) in ~resource_item()
91 test = m_first->m_next; in ~resource_item()
92 delete m_first; in ~resource_item()
93 m_first = test; in ~resource_item()
112 m_first = m_next = m_parent = NULL; in Init()
149 if (m_first) in Attach()
151 resource_item *test = m_first; in Attach()
160 m_first = child; in Attach()
177 if (m_parent->m_first == this) in Detach()
180 m_parent->m_first = m_next; in Detach()
184 previous = m_parent->m_first; in Detach()
257 if (m_parent->m_first != this) in Previous()
259 previous = m_parent->m_first; in Previous()
1467 if (m_open && m_first) in Paint()
1469 m_first->Paint(dc); in Paint()