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.cpp556 const CounterDirectiveMap* oldCounterDirectives; in rendererStyleChanged() local
557 if (oldStyle && (oldCounterDirectives = oldStyle->counterDirectives())) { in rendererStyleChanged()
560 CounterDirectiveMap::const_iterator oldMapEnd = oldCounterDirectives->end(); in rendererStyleChanged()
562 CounterDirectiveMap::const_iterator oldMapIt = oldCounterDirectives->find(it->key); in rendererStyleChanged()
574 …for (CounterDirectiveMap::const_iterator it = oldCounterDirectives->begin(); it !=oldMapEnd; ++it)… in rendererStyleChanged()