Searched defs:hasResetType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DCounterNode.h48 bool hasResetType() const { return m_hasResetType; } function in class:WebCore::CounterNode
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));

Completed in 55 milliseconds