Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DCounterNode.cpp31 CounterNode::CounterNode(RenderObject* o, bool hasResetType, int value) in CounterNode()
50 PassRefPtr<CounterNode> CounterNode::create(RenderObject* owner, bool hasResetType, int value) in create()
DCounterNode.h48 bool hasResetType() const { return m_hasResetType; } in hasResetType() function