Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCounterNode.h47 bool actsAsReset() const { return m_hasResetType || !m_parent; } in actsAsReset()
48 bool hasResetType() const { return m_hasResetType; } in hasResetType()
81 bool m_hasResetType; variable
DCounterNode.cpp34 : m_hasResetType(hasResetType) in CounterNode()
248 if (newChild->m_hasResetType) { in insertAfter()
275 if (!newChild->m_firstChild || newChild->m_hasResetType) { in insertAfter()