m_refCount 1128 Source/core/css/CSSComputedStyleDeclaration.cpp ++m_refCount; m_refCount 1133 Source/core/css/CSSComputedStyleDeclaration.cpp ASSERT(m_refCount); m_refCount 1134 Source/core/css/CSSComputedStyleDeclaration.cpp if (!--m_refCount) m_refCount 119 Source/core/css/CSSComputedStyleDeclaration.h unsigned m_refCount; m_refCount 39 Source/core/css/CSSRuleList.cpp : m_refCount(1) m_refCount 51 Source/core/css/CSSRuleList.cpp ASSERT(m_refCount); m_refCount 52 Source/core/css/CSSRuleList.cpp if (!--m_refCount) m_refCount 65 Source/core/css/CSSRuleList.h virtual void ref() OVERRIDE { ++m_refCount; } m_refCount 84 Source/core/css/CSSRuleList.h unsigned m_refCount; m_refCount 300 Source/core/css/PropertySetCSSStyleDeclaration.cpp , m_refCount(1) m_refCount 313 Source/core/css/PropertySetCSSStyleDeclaration.cpp ++m_refCount; m_refCount 318 Source/core/css/PropertySetCSSStyleDeclaration.cpp ASSERT(m_refCount); m_refCount 319 Source/core/css/PropertySetCSSStyleDeclaration.cpp if (!--m_refCount) m_refCount 119 Source/core/css/PropertySetCSSStyleDeclaration.h unsigned m_refCount; m_refCount 40 Source/core/dom/TreeShared.h : m_refCount(1) m_refCount 58 Source/core/dom/TreeShared.h ASSERT(!m_refCount); m_refCount 76 Source/core/dom/TreeShared.h ++m_refCount; m_refCount 86 Source/core/dom/TreeShared.h ASSERT(m_refCount > 0); m_refCount 93 Source/core/dom/TreeShared.h if (!--m_refCount && !thisNode->hasTreeSharedParent()) { m_refCount 104 Source/core/dom/TreeShared.h int refCount() const { return m_refCount; } m_refCount 115 Source/core/dom/TreeShared.h int m_refCount; m_refCount 78 Source/core/rendering/RenderWidget.cpp ASSERT(m_refCount <= 0); m_refCount 264 Source/core/rendering/RenderWidget.cpp if (--m_refCount <= 0) m_refCount 42 Source/core/rendering/RenderWidget.h void ref() { ++m_refCount; } m_refCount 65 Source/core/rendering/RenderWidget.h int m_refCount; m_refCount 959 Source/platform/heap/Heap.h : m_refCount(1) m_refCount 980 Source/platform/heap/Heap.h if (UNLIKELY(!m_refCount)) { m_refCount 985 Source/platform/heap/Heap.h ++m_refCount; m_refCount 998 Source/platform/heap/Heap.h ASSERT(m_refCount > 0); m_refCount 999 Source/platform/heap/Heap.h if (!--m_refCount) { m_refCount 1007 Source/platform/heap/Heap.h return m_refCount == 1; m_refCount 1014 Source/platform/heap/Heap.h int m_refCount; m_refCount 53 Source/wtf/RefCounted.h if (m_refCount == 1) m_refCount 62 Source/wtf/RefCounted.h ++m_refCount; m_refCount 71 Source/wtf/RefCounted.h return m_refCount == 1; m_refCount 79 Source/wtf/RefCounted.h return m_refCount; m_refCount 93 Source/wtf/RefCounted.h : m_refCount(1) m_refCount 120 Source/wtf/RefCounted.h ASSERT(m_refCount > 0); m_refCount 121 Source/wtf/RefCounted.h --m_refCount; m_refCount 122 Source/wtf/RefCounted.h if (!m_refCount) { m_refCount 132 Source/wtf/RefCounted.h if (m_refCount == 1) m_refCount 151 Source/wtf/RefCounted.h int m_refCount; m_refCount 46 Source/wtf/ThreadSafeRefCounted.h : m_refCount(initialRefCount) m_refCount 52 Source/wtf/ThreadSafeRefCounted.h atomicIncrement(&m_refCount); m_refCount 62 Source/wtf/ThreadSafeRefCounted.h return static_cast<int const volatile &>(m_refCount); m_refCount 69 Source/wtf/ThreadSafeRefCounted.h WTF_ANNOTATE_HAPPENS_BEFORE(&m_refCount); m_refCount 70 Source/wtf/ThreadSafeRefCounted.h if (atomicDecrement(&m_refCount) <= 0) { m_refCount 71 Source/wtf/ThreadSafeRefCounted.h WTF_ANNOTATE_HAPPENS_AFTER(&m_refCount); m_refCount 78 Source/wtf/ThreadSafeRefCounted.h int m_refCount; m_refCount 130 Source/wtf/text/StringImpl.h : m_refCount(1) m_refCount 147 Source/wtf/text/StringImpl.h : m_refCount(1) m_refCount 159 Source/wtf/text/StringImpl.h : m_refCount(1) m_refCount 172 Source/wtf/text/StringImpl.h : m_refCount(1) m_refCount 275 Source/wtf/text/StringImpl.h return m_refCount == 1; m_refCount 280 Source/wtf/text/StringImpl.h ++m_refCount; m_refCount 290 Source/wtf/text/StringImpl.h --m_refCount; m_refCount 439 Source/wtf/text/StringImpl.h unsigned m_refCount;