Searched refs:globalContext (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptWorld.h37 + (WebScriptWorld *)scriptWorldForGlobalContext:(JSGlobalContextRef)globalContext;
H A DWebFrame.h211 @method globalContext
215 - (JSGlobalContextRef)globalContext;
H A DWebFrame.mm1594 - (JSGlobalContextRef)globalContext
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityControllerWin.cpp59 JSValueUnprotect(frame->globalContext(), it->second);
287 JSValueRef argument = JSValueMakeString(frame->globalContext(), jsNotification.get());
288 JSObjectCallAsFunction(frame->globalContext(), it->second, NULL, 1, &argument, NULL);
297 JSValueProtect(frame->globalContext(), functionCallback);
H A DFrameLoadDelegate.cpp351 JSGlobalContextRef context = frame->globalContext();
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrame.idl238 @method globalContext
242 [local] JSGlobalContextRef globalContext();
/external/webkit/Tools/DumpRenderTree/mac/
H A DAccessibilityUIElementMac.mm122 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback);
135 JSValueRef argument = JSValueMakeString([mainFrame globalContext], jsNotification.get());
136 JSObjectCallAsFunction([mainFrame globalContext], m_notificationFunctionCallback, 0, 1, &argument, 0);
146 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback);
149 JSValueProtect([mainFrame globalContext], m_notificationFunctionCallback);
H A DFrameLoadDelegate.mm255 JSContextRef context = [frame globalContext];
/external/webkit/Source/WebKit/win/
H A DWebFrame.h156 virtual /* [local] */ JSGlobalContextRef STDMETHODCALLTYPE globalContext();
H A DWebFrame.cpp517 JSGlobalContextRef STDMETHODCALLTYPE WebFrame::globalContext() function in class:WebFrame

Completed in 6376 milliseconds