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

  /external/webkit/WebCore/rendering/
CounterNode.h 48 int countInParent() const { return m_countInParent; }
81 int m_countInParent;
CounterNode.cpp 34 , m_countInParent(0)
95 return m_previousSibling->m_countInParent + increment;
120 int oldCount = node->m_countInParent;
124 node->m_countInParent = newCount;
165 newChild->m_countInParent = newChild->computeCountInParent();
200 newChild->m_countInParent = newChild->computeCountInParent();

Completed in 68 milliseconds