Searched refs:computeCountInParent (Results 1 – 4 of 4) sorted by relevance
102 int CounterNode::computeCountInParent() const in computeCountInParent() function in WebCore::CounterNode184 int newCount = node->computeCountInParent(); in recount()228 newChild->m_countInParent = newChild->computeCountInParent(); in insertAfter()263 newChild->m_countInParent = newChild->computeCountInParent(); in insertAfter()
75 int computeCountInParent() const;
68127 (WebCore::CounterNode::computeCountInParent): Added. Used by recount.
18746 (WebCore::CounterNode::computeCountInParent):