Searched defs:CounterMap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp39 typedef HashMap<RefPtr<AtomicStringImpl>, RefPtr<CounterNode> > CounterMap; typedef in namespace:WebCore
40 typedef HashMap<const RenderObject*, CounterMap*> CounterMaps;
398 if (CounterMap* nodeMap = counterMaps().get(object)) {
414 CounterMap* nodeMap;
418 nodeMap = new CounterMap;
544 CounterMap* map = mapsIterator->second;
545 CounterMap::const_iterator end = map->end();
546 for (CounterMap::const_iterator it = map->begin(); it != end; ++it) {
557 CounterMap* map = counterMaps().get(owner);
560 CounterMap
[all...]
/external/v8/src/
H A Dd8.h79 class CounterMap { class in namespace:v8
81 CounterMap(): hash_map_(Match) { } function in class:v8::CounterMap
100 explicit Iterator(CounterMap* map)
371 static CounterMap* counter_map_;

Completed in 127 milliseconds