Searched refs:WorldMap (Results 1 – 1 of 1) sorted by relevance
70 typedef HashMap<int, DOMWrapperWorld*> WorldMap; typedef71 static WorldMap& isolatedWorldMap() in isolatedWorldMap()74 DEFINE_STATIC_LOCAL(WorldMap, map, ()); in isolatedWorldMap()82 WorldMap& isolatedWorlds = isolatedWorldMap(); in allWorldsInMainThread()83 for (WorldMap::iterator it = isolatedWorlds.begin(); it != isolatedWorlds.end(); ++it) in allWorldsInMainThread()96 WorldMap& map = isolatedWorldMap(); in ~DOMWrapperWorld()97 WorldMap::iterator it = map.find(m_worldId); in ~DOMWrapperWorld()125 WorldMap& map = isolatedWorldMap(); in ensureIsolatedWorld()126 WorldMap::AddResult result = map.add(worldId, 0); in ensureIsolatedWorld()