Home
last modified time | relevance | path

Searched refs:computeCountInParent (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DCounterNode.cpp102 int CounterNode::computeCountInParent() const in computeCountInParent() function in WebCore::CounterNode
184 int newCount = node->computeCountInParent(); in recount()
228 newChild->m_countInParent = newChild->computeCountInParent(); in insertAfter()
263 newChild->m_countInParent = newChild->computeCountInParent(); in insertAfter()
DCounterNode.h75 int computeCountInParent() const;
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1468127 (WebCore::CounterNode::computeCountInParent): Added. Used by recount.
DChangeLog-2010-01-2918746 (WebCore::CounterNode::computeCountInParent):