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

  /external/webkit/WebCore/rendering/
CounterNode.h 48 int countInParent() const { return m_countInParent; }
RenderCounter.cpp 309 int value = child->actsAsReset() ? child->value() : child->countInParent();
317 text = listMarkerText(m_counter.listStyle(), child->countInParent())
CounterNode.cpp 250 current->countInParent(), current->parent(), current->previousSibling(),

Completed in 45 milliseconds