HomeSort by relevance Sort by last modified time
    Searched refs:m_hasResetType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 47 bool actsAsReset() const { return m_hasResetType || !m_parent; }
48 bool hasResetType() const { return m_hasResetType; }
81 bool m_hasResetType;
CounterNode.cpp 34 : m_hasResetType(hasResetType)
248 if (newChild->m_hasResetType) {
275 if (!newChild->m_firstChild || newChild->m_hasResetType) {

Completed in 31 milliseconds