Home
last modified time | relevance | path

Searched refs:oldCounterDirectives (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCounter.cpp559 const CounterDirectiveMap* oldCounterDirectives = oldStyle ? oldStyle->counterDirectives() : 0; in rendererStyleChanged() local
561 if (oldCounterDirectives) { in rendererStyleChanged()
564 CounterDirectiveMap::const_iterator oldMapEnd = oldCounterDirectives->end(); in rendererStyleChanged()
566 CounterDirectiveMap::const_iterator oldMapIt = oldCounterDirectives->find(it->key); in rendererStyleChanged()
578 …for (CounterDirectiveMap::const_iterator it = oldCounterDirectives->begin(); it !=oldMapEnd; ++it)… in rendererStyleChanged()