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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 50 int countInParent() const { return m_countInParent; }
83 int m_countInParent;
CounterNode.cpp 36 , m_countInParent(0)
151 return m_previousSibling->m_countInParent + increment;
228 int oldCount = node->m_countInParent;
232 node->m_countInParent = newCount;
276 newChild->m_countInParent = newChild->computeCountInParent();
319 newChild->m_countInParent = newChild->computeCountInParent();

Completed in 90 milliseconds