Home | History | Annotate | Download | only in InjectedBundle

Lines Matching defs:WorldMap

410 typedef WTF::HashMap<unsigned, WKRetainPtr<WKBundleScriptWorldRef> > WorldMap;
411 static WorldMap& worldMap()
413 static WorldMap& map = *new WorldMap;
419 WorldMap::const_iterator end = worldMap().end();
420 for (WorldMap::const_iterator it = worldMap().begin(); it != end; ++it) {
436 WKRetainPtr<WKBundleScriptWorldRef>& worldSlot = worldMap().add(worldID, 0).first->second;