HomeSort by relevance Sort by last modified time
    Searched refs:hasResetType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 48 bool hasResetType() const { return m_hasResetType; }
CounterNode.cpp 33 CounterNode::CounterNode(RenderObject& o, bool hasResetType, int value)
34 : m_hasResetType(hasResetType)
95 PassRefPtr<CounterNode> CounterNode::create(RenderObject& owner, bool hasResetType, int value)
97 return adoptRef(new CounterNode(owner, hasResetType, value));
RenderCounter.cpp 341 if (stayWithin == parentElement(*currentRenderer) && currentCounter->hasResetType())
521 findPlaceForCounter(renderer, it->key, node->hasResetType(), newParent, newPreviousSibling);

Completed in 987 milliseconds