Searched refs:CounterMap (Results 1 - 4 of 4) 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.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_;
H A Dd8.cc91 CounterMap* Shell::counter_map_;
99 bool CounterMap::Match(void* key1, void* key2) {
355 int CounterMap::Hash(const char* name) {
408 Shell::counter_map_ = new CounterMap();
516 for (CounterMap::Iterator i(counter_map_); i.More(); i.Next()) {

Completed in 98 milliseconds