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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.h48 bool hasResetType() const { return m_hasResetType; } function in class:blink::CounterNode
H A DCounterNode.cpp33 CounterNode::CounterNode(RenderObject& o, bool hasResetType, int value) argument
34 : m_hasResetType(hasResetType)
95 PassRefPtr<CounterNode> CounterNode::create(RenderObject& owner, bool hasResetType, int value) argument
97 return adoptRef(new CounterNode(owner, hasResetType, value));
H A DRenderCounter.cpp340 if (stayWithin == parentElement(*currentRenderer) && currentCounter->hasResetType())
525 findPlaceForCounter(renderer, it->key, node->hasResetType(), newParent, newPreviousSibling);

Completed in 512 milliseconds