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.cpp45 typedef HashMap<const RenderObject*, OwnPtr<CounterMap> > CounterMaps; typedef
49 static CounterMaps& counterMaps() in counterMaps()
51 DEFINE_STATIC_LOCAL(CounterMaps, staticCounterMaps, ()); in counterMaps()
327 CounterMaps& maps = counterMaps(); in makeCounterNode()
450 CounterMaps& maps = counterMaps(); in destroyCounterNodes()
451 CounterMaps::iterator mapsIterator = maps.find(&owner); in destroyCounterNodes()