HomeSort by relevance Sort by last modified time
    Searched refs:JSGlobalContextCreate (Results 1 - 7 of 7) sorted by null

  /external/webkit/JavaScriptCore/qt/api/
qscriptengine_p.cpp 32 , m_context(JSGlobalContextCreate(0))
  /external/webkit/JavaScriptCore/API/
JSContextRef.h 71 @discussion JSGlobalContextCreate allocates a global object and populates it with all the
81 JS_EXPORT JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
JSContextRef.cpp 63 JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass)
67 // When running on Tiger or Leopard, or if the application was linked before JSGlobalContextCreate was changed
  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 65 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/WebKit/mac/WebView/
WebPDFRepresentation.mm 137 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ObjCController.m 41 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]

Completed in 70 milliseconds