Home
last modified time | relevance | path

Searched refs:countInParent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCounterNode.h50 int countInParent() const { return m_countInParent; } in countInParent() function
DRenderCounter.cpp400 int value = child->actsAsReset() ? child->value() : child->countInParent(); in originalText()
408 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()
DCounterNode.cpp369 current->countInParent(), current->parent(), current->previousSibling(), in showTreeAndMark()