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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCounter.cpp45 typedef HashMap<const RenderObject*, OwnPtr<CounterMap> > CounterMaps; typedef in namespace:blink
49 static CounterMaps& counterMaps()
51 DEFINE_STATIC_LOCAL(CounterMaps, staticCounterMaps, ());
327 CounterMaps& maps = counterMaps();
450 CounterMaps& maps = counterMaps();
451 CounterMaps::iterator mapsIterator = maps.find(&owner);

Completed in 236 milliseconds