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

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

Completed in 455 milliseconds