Home | History | Annotate | Download | only in win

Lines Matching refs:m_refCount

250     , m_refCount(0)
385 return ++m_refCount;
390 ULONG newRef = --m_refCount;
725 EnumChildFrames(Frame* f) : m_refCount(1), m_frame(f), m_curChild(f ? f->tree()->firstChild() : 0) { }
741 return ++m_refCount;
746 ULONG newRef = --m_refCount;
802 ULONG m_refCount;