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

  /external/webkit/WebCore/rendering/
CounterNode.h 46 bool hasResetType() const { return m_hasResetType; }
CounterNode.cpp 31 CounterNode::CounterNode(RenderObject* o, bool hasResetType, int value)
32 : m_hasResetType(hasResetType)
RenderCounter.cpp 275 if (stayWithin != currentRenderer->parent() || !currentCounter->hasResetType())
427 findPlaceForCounter(renderer, AtomicString(it->first.get()), node->hasResetType(), newParent, newPreviousSibling);

Completed in 185 milliseconds