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

/external/v8/src/
H A Dd8.h76 class CounterMap { class in namespace:v8
78 CounterMap(): hash_map_(Match) { } function in class:v8::CounterMap
97 explicit Iterator(CounterMap* map)
197 static CounterMap* counter_map_;
H A Dmksnapshot.cc93 typedef std::map<std::string, int*> CounterMap; typedef
95 static CounterMap counter_table_;
/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...]

Completed in 88 milliseconds