Home
last modified time | relevance | path

Searched refs:worldIDForWorld (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTreeMac.h69 unsigned worldIDForWorld(WebScriptWorld *);
DFrameLoadDelegate.mm312 …ingCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSP…
DLayoutTestControllerMac.mm861 unsigned worldIDForWorld(WebScriptWorld *world) function
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTreeWin.h65 unsigned worldIDForWorld(IWebScriptWorld*);
DFrameLoadDelegate.cpp345 …ingCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSP… in didClearWindowObjectForFrameInIsolatedWorld()
DLayoutTestControllerWin.cpp1277 unsigned worldIDForWorld(IWebScriptWorld* world) in worldIDForWorld() function
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h144 static unsigned worldIDForWorld(WKBundleScriptWorldRef);
DLayoutTestController.cpp417 unsigned LayoutTestController::worldIDForWorld(WKBundleScriptWorldRef world) in worldIDForWorld() function in WTR::LayoutTestController
DInjectedBundlePage.cpp606 …"__worldID").get(), JSValueMakeNumber(context, LayoutTestController::worldIDForWorld(world)), kJSP… in didClearWindowForFrame()
/external/webkit/Tools/
DChangeLog-2010-05-2425805 * DumpRenderTree/mac/DumpRenderTreeMac.h: Declared worldIDForWorld.
25819 (worldIDForWorld): Added. Returns the ID for this world, or 0 if we
25824 * DumpRenderTree/win/DumpRenderTreeWin.h: Declared worldIDForWorld.
25844 (worldIDForWorld): Added. Returns the ID of this world, or 0 if we
DChangeLog-2011-02-163253 (WTR::LayoutTestController::worldIDForWorld): Map from an ID to a world.