Searched refs:WorldMap (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptWorld.mm45 typedef HashMap<DOMWrapperWorld*, WebScriptWorld*> WorldMap;
46 static WorldMap& allWorlds()
48 static WorldMap& map = *new WorldMap;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleScriptWorld.cpp37 typedef HashMap<DOMWrapperWorld*, InjectedBundleScriptWorld*> WorldMap; typedef in namespace:WebKit
39 static WorldMap& allWorlds()
41 DEFINE_STATIC_LOCAL(WorldMap, map, ());
/external/webkit/Source/WebKit/win/
H A DWebScriptWorld.cpp35 typedef HashMap<DOMWrapperWorld*, WebScriptWorld*> WorldMap; typedef
36 static WorldMap& allWorlds()
38 static WorldMap& map = *new WorldMap;
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp410 typedef WTF::HashMap<unsigned, WKRetainPtr<WKBundleScriptWorldRef> > WorldMap; typedef in namespace:WTR
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) {
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm854 typedef HashMap<unsigned, RetainPtr<WebScriptWorld> > WorldMap;
855 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) {
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1270 typedef HashMap<unsigned, COMPtr<IWebScriptWorld> > WorldMap; typedef
1271 static WorldMap& worldMap()
1273 static WorldMap& map = *new WorldMap;
1279 WorldMap::const_iterator end = worldMap().end();
1280 for (WorldMap::const_iterator it = worldMap().begin(); it != end; ++it) {

Completed in 107 milliseconds