Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRootRareData.h44 , m_descendantContentElementCount(0) in ShadowRootRareData()
56 bool containsContentElements() const { return m_descendantContentElementCount; } in containsContentElements()
83 unsigned m_descendantContentElementCount; variable
95 ++m_descendantContentElementCount; in didAddInsertionPoint()
106 --m_descendantContentElementCount; in didRemoveInsertionPoint()
110 ASSERT(m_descendantContentElementCount >= 0); in didRemoveInsertionPoint()