Searched defs:hasResetType (Results 1 – 2 of 2) sorted by relevance
31 CounterNode::CounterNode(RenderObject* o, bool hasResetType, int value) in CounterNode()50 PassRefPtr<CounterNode> CounterNode::create(RenderObject* owner, bool hasResetType, int value) in create()
48 bool hasResetType() const { return m_hasResetType; } in hasResetType() function