Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCounter.cpp501 const CounterDirectiveMap* directiveMap = renderer.style()->counterDirectives(); in updateCounters() local
502 if (!directiveMap) in updateCounters()
504 CounterDirectiveMap::const_iterator end = directiveMap->end(); in updateCounters()
506 for (CounterDirectiveMap::const_iterator it = directiveMap->begin(); it != end; ++it) in updateCounters()
512 for (CounterDirectiveMap::const_iterator it = directiveMap->begin(); it != end; ++it) { in updateCounters()