Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCounter.cpp46 typedef HashMap<const RenderObject*, OwnPtr<CounterMap> > CounterMaps; typedef
50 static CounterMaps& counterMaps() in counterMaps()
52 DEFINE_STATIC_LOCAL(CounterMaps, staticCounterMaps, ()); in counterMaps()
328 CounterMaps& maps = counterMaps(); in makeCounterNode()
446 CounterMaps& maps = counterMaps(); in destroyCounterNodes()
447 CounterMaps::iterator mapsIterator = maps.find(&owner); in destroyCounterNodes()