Home | History | Annotate | Download | only in win

Lines Matching defs:m_refCount

251     , m_refCount(0)
414 return ++m_refCount;
419 ULONG newRef = --m_refCount;
766 EnumChildFrames(Frame* f) : m_refCount(1), m_frame(f), m_curChild(f ? f->tree()->firstChild() : 0) { }
782 return ++m_refCount;
787 ULONG newRef = --m_refCount;
843 ULONG m_refCount;