Searched defs:worldMap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp411 static WorldMap& worldMap() function in namespace:WTR
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;
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1271 static WorldMap& worldMap() function
1279 WorldMap::const_iterator end = worldMap().end();
1280 for (WorldMap::const_iterator it = worldMap().begin(); it != end; ++it) {
1301 COMPtr<IWebScriptWorld>& worldSlot = worldMap().add(worldID, 0).first->second;

Completed in 68 milliseconds