Searched refs:allWorlds (Results 1 – 6 of 6) sorted by relevance
39 static WorldMap& allWorlds() in allWorlds() function55 if (InjectedBundleScriptWorld* existingWorld = allWorlds().get(world)) in getOrCreate()70 ASSERT(!allWorlds().contains(m_world.get())); in InjectedBundleScriptWorld()71 allWorlds().add(m_world.get(), this); in InjectedBundleScriptWorld()76 ASSERT(allWorlds().contains(m_world.get())); in ~InjectedBundleScriptWorld()77 allWorlds().remove(m_world.get()); in ~InjectedBundleScriptWorld()
36 static WorldMap& allWorlds() in allWorlds() function48 ASSERT_ARG(world, !allWorlds().contains(m_world.get())); in WebScriptWorld()49 allWorlds().add(m_world.get(), this); in WebScriptWorld()57 ASSERT(allWorlds().contains(m_world.get())); in ~WebScriptWorld()58 allWorlds().remove(m_world.get()); in ~WebScriptWorld()85 if (WebScriptWorld* existingWorld = allWorlds().get(world)) in findOrCreateWorld()
7760 (allWorlds): Added. Returns a HashMap of all the WebScriptWorlds in7762 (WebScriptWorld::WebScriptWorld): Add ourselves to allWorlds().7763 (WebScriptWorld::~WebScriptWorld): Remove ourselves from allWorlds().
46 static WorldMap& allWorlds() function67 ASSERT_ARG(world, !allWorlds().contains(_private->world.get()));68 allWorlds().add(_private->world.get(), self);85 ASSERT(allWorlds().contains(_private->world.get()));86 allWorlds().remove(_private->world.get());125 if (WebScriptWorld *existingWorld = allWorlds().get(world))
1229 (allWorlds): Added. Returns a HashMap of all the WebScriptWorlds in1231 (-[WebScriptWorld initWithWorld:]): Add ourselves to allWorlds().1232 (-[WebScriptWorld dealloc]): Remove ourselves from allWorlds().
35158 (WebKit::allWorlds):