HomeSort by relevance Sort by last modified time
    Searched refs:JSGlobalContextRef (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/WebKit/mac/WebView/
WebScriptWorld.h 25 typedef struct OpaqueJSContext* JSGlobalContextRef;
37 + (WebScriptWorld *)scriptWorldForGlobalContext:(JSGlobalContextRef)globalContext;
WebFrame.h 215 - (JSGlobalContextRef)globalContext;
WebScriptWorld.mm 99 + (WebScriptWorld *)scriptWorldForGlobalContext:(JSGlobalContextRef)context
WebFramePrivate.h 101 - (JSGlobalContextRef)_globalContextForScriptWorld:(WebScriptWorld *)world;
WebPDFRepresentation.mm 137 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/JavaScriptCore/API/
JSContextRef.h 81 JS_EXPORT JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass) AVAILABLE_IN_WEBKIT_VERSION_4_0;
103 JS_EXPORT JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx);
110 JS_EXPORT void JSGlobalContextRelease(JSGlobalContextRef ctx);
JSContextRefPrivate.h 47 JS_EXPORT JSGlobalContextRef JSContextGetGlobalContext(JSContextRef ctx);
JSContextRef.cpp 63 JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass)
82 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass)
109 JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx)
120 void JSGlobalContextRelease(JSGlobalContextRef ctx)
152 JSGlobalContextRef JSContextGetGlobalContext(JSContextRef ctx)
APICast.h 45 typedef struct OpaqueJSContext* JSGlobalContextRef;
58 inline JSC::ExecState* toJS(JSGlobalContextRef c)
138 inline JSGlobalContextRef toGlobalRef(JSC::ExecState* e)
141 return reinterpret_cast<JSGlobalContextRef>(e);
JSBase.h 41 /*! @typedef JSGlobalContextRef A global JavaScript execution context. A JSGlobalContext is a JSContext. */
42 typedef struct OpaqueJSContext* JSGlobalContextRef;
  /external/webkit/WebKit/win/Interfaces/
IWebScriptWorld.idl 39 [local] HRESULT scriptWorldForGlobalContext([in] JSGlobalContextRef, [out, retval] IWebScriptWorld**);
IWebFrame.idl 39 typedef void* JSGlobalContextRef;
41 cpp_quote("typedef struct OpaqueJSContext* JSGlobalContextRef;")
242 [local] JSGlobalContextRef globalContext();
IWebFramePrivate.idl 100 [local] JSGlobalContextRef globalContextForScriptWorld([in] IWebScriptWorld*);
  /external/webkit/JavaScriptCore/qt/api/
qscriptengine_p.h 50 inline JSGlobalContextRef context() const;
53 JSGlobalContextRef m_context;
93 JSGlobalContextRef QScriptEnginePrivate::context() const
qscriptvalue_p.h 113 inline JSGlobalContextRef context() const;
675 JSGlobalContextRef QScriptValuePrivate::context() const
  /external/webkit/WebKit/win/
WebScriptWorld.h 54 virtual HRESULT STDMETHODCALLTYPE scriptWorldForGlobalContext(JSGlobalContextRef, IWebScriptWorld**);
WebScriptWorld.cpp 133 HRESULT WebScriptWorld::scriptWorldForGlobalContext(JSGlobalContextRef context, IWebScriptWorld** outWorld)
WebFrame.h 155 virtual /* [local] */ JSGlobalContextRef STDMETHODCALLTYPE globalContext();
253 virtual JSGlobalContextRef STDMETHODCALLTYPE globalContextForScriptWorld(IWebScriptWorld*);
  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 65 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/JavaScriptCore/API/tests/
minidom.c 46 JSGlobalContextRef context = JSGlobalContextCreateInGroup(NULL, NULL);
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.h 145 WEBKIT_API JSGlobalContextRef
webkitwebview.h 92 JSGlobalContextRef context,
  /external/webkit/WebKit/wx/
WebView.h 44 typedef struct OpaqueJSContext* JSGlobalContextRef;
489 JSGlobalContextRef GetJSContext() const { return m_jsContext; }
490 void SetJSContext(JSGlobalContextRef context) { m_jsContext = context; }
499 JSGlobalContextRef m_jsContext;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ObjCController.m 41 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/WebKitTools/DumpRenderTree/win/
FrameLoadDelegate.cpp 322 JSGlobalContextRef ctx = framePrivate->globalContextForScriptWorld(world);
336 JSGlobalContextRef context = frame->globalContext();

Completed in 294 milliseconds

1 2