Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderCounter.cpp203 static bool planCounter(RenderObject* object, const AtomicString& identifier, bool& isReset, int& v… in planCounter()
292 …orCounter(RenderObject* counterOwner, const AtomicString& identifier, bool isReset, CounterNode*& … in findPlaceForCounter()
404 bool isReset = false; in makeCounterNode() local
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp3455 static void applyCounterList(RenderStyle* style, CSSValueList* list, bool isReset) in applyCounterList()