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

  /external/webkit/WebCore/rendering/
CounterNode.h 45 bool actsAsReset() const { return m_hasResetType || !m_parent; }
46 bool hasResetType() const { return m_hasResetType; }
79 bool m_hasResetType;
CounterNode.cpp 32 : m_hasResetType(hasResetType)
137 if (newChild->m_hasResetType) {
155 if (!newChild->m_firstChild || newChild->m_hasResetType) {

Completed in 425 milliseconds