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

  /external/webkit/Source/WebCore/rendering/
CounterNode.h 50 int countInParent() const { return m_countInParent; }
83 int m_countInParent;
CounterNode.cpp 34 , m_countInParent(0)
106 return m_previousSibling->m_countInParent + increment;
183 int oldCount = node->m_countInParent;
187 node->m_countInParent = newCount;
228 newChild->m_countInParent = newChild->computeCountInParent();
263 newChild->m_countInParent = newChild->computeCountInParent();

Completed in 652 milliseconds