Home
last modified time | relevance | path

Searched refs:m_guardRefCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h107 ++m_guardRefCount; in guardRef()
113 --m_guardRefCount; in guardDeref()
114 if (!m_guardRefCount && !refCount() && !rootNodeHasTreeSharedParent()) { in guardDeref()
140 bool hasGuardRefCount() const { return m_guardRefCount; } in hasGuardRefCount()
161 int m_guardRefCount; variable
DTreeScope.cpp69 , m_guardRefCount(0) in TreeScope()
83 , m_guardRefCount(0) in TreeScope()
94 , m_guardRefCount(0) in TreeScope()
100 ASSERT(!m_guardRefCount); in ~TreeScope()
DNode.cpp2549 if (m_guardRefCount) { in removedLastRefToScope()