Searched refs:hasResetType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DCounterNode.cpp31 CounterNode::CounterNode(RenderObject* o, bool hasResetType, int value) argument
32 : m_hasResetType(hasResetType)
50 PassRefPtr<CounterNode> CounterNode::create(RenderObject* owner, bool hasResetType, int value) argument
52 return adoptRef(new CounterNode(owner, hasResetType, value));
H A DCounterNode.h48 bool hasResetType() const { return m_hasResetType; } function in class:WebCore::CounterNode
H A DRenderCounter.cpp442 if (stayWithin == parentElement(currentRenderer) && currentCounter->hasResetType())
614 findPlaceForCounter(renderer, AtomicString(it->first.get()), node->hasResetType(), newParent, newPreviousSibling);

Completed in 69 milliseconds