Searched refs:worldIDForWorld (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeMac.h69 unsigned worldIDForWorld(WebScriptWorld *);
H A DFrameLoadDelegate.mm312 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
H A DLayoutTestControllerMac.mm861 unsigned worldIDForWorld(WebScriptWorld *world)
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTreeWin.h65 unsigned worldIDForWorld(IWebScriptWorld*);
H A DFrameLoadDelegate.cpp345 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
H A DLayoutTestControllerWin.cpp1277 unsigned worldIDForWorld(IWebScriptWorld* world) function
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h144 static unsigned worldIDForWorld(WKBundleScriptWorldRef);
H A DLayoutTestController.cpp417 unsigned LayoutTestController::worldIDForWorld(WKBundleScriptWorldRef world) function in class:WTR::LayoutTestController
H A DInjectedBundlePage.cpp606 JSObjectSetProperty(context, window, toJS("__worldID").get(), JSValueMakeNumber(context, LayoutTestController::worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);

Completed in 115 milliseconds