Searched refs:WorldMap (Results 1 – 6 of 6) sorted by relevance
35 typedef HashMap<DOMWrapperWorld*, WebScriptWorld*> WorldMap; typedef36 static WorldMap& allWorlds() in allWorlds()38 static WorldMap& map = *new WorldMap; in allWorlds()
37 typedef HashMap<DOMWrapperWorld*, InjectedBundleScriptWorld*> WorldMap; typedef39 static WorldMap& allWorlds() in allWorlds()41 DEFINE_STATIC_LOCAL(WorldMap, map, ()); in allWorlds()
45 typedef HashMap<DOMWrapperWorld*, WebScriptWorld*> WorldMap; typedef46 static WorldMap& allWorlds()48 static WorldMap& map = *new WorldMap;
410 typedef WTF::HashMap<unsigned, WKRetainPtr<WKBundleScriptWorldRef> > WorldMap; typedef411 static WorldMap& worldMap() in worldMap()413 static WorldMap& map = *new WorldMap; in worldMap()419 WorldMap::const_iterator end = worldMap().end(); in worldIDForWorld()420 for (WorldMap::const_iterator it = worldMap().begin(); it != end; ++it) { in worldIDForWorld()
1270 typedef HashMap<unsigned, COMPtr<IWebScriptWorld> > WorldMap; typedef1271 static WorldMap& worldMap() in worldMap()1273 static WorldMap& map = *new WorldMap; in worldMap()1279 WorldMap::const_iterator end = worldMap().end(); in worldIDForWorld()1280 for (WorldMap::const_iterator it = worldMap().begin(); it != end; ++it) { in worldIDForWorld()
854 typedef HashMap<unsigned, RetainPtr<WebScriptWorld> > WorldMap; typedef855 static WorldMap& worldMap()857 static WorldMap& map = *new WorldMap;863 WorldMap::const_iterator end = worldMap().end();864 for (WorldMap::const_iterator it = worldMap().begin(); it != end; ++it) {