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

  /external/webkit/WebKit/mac/WebView/
WebScriptWorld.h 37 + (WebScriptWorld *)scriptWorldForGlobalContext:(JSGlobalContextRef)globalContext;
WebFrame.h 211 @method globalContext
215 - (JSGlobalContextRef)globalContext;
WebFrame.mm     [all...]
  /frameworks/base/awt/org/apache/harmony/awt/
ContextStorage.java 36 private static final ContextStorage globalContext = new ContextStorage();
116 return multiContextMode ? getContextThreadGroup().context : globalContext;
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 59 JSValueUnprotect(frame->globalContext(), it->second);
276 JSValueRef argument = JSValueMakeString(frame->globalContext(), jsNotification.get());
277 JSObjectCallAsFunction(frame->globalContext(), it->second, NULL, 1, &argument, NULL);
286 JSValueProtect(frame->globalContext(), functionCallback);
FrameLoadDelegate.cpp 336 JSGlobalContextRef context = frame->globalContext();
  /external/webkit/WebKit/win/Interfaces/
IWebFrame.idl 238 @method globalContext
242 [local] JSGlobalContextRef globalContext();
  /external/webkit/WebKit/win/
WebFrame.h 155 virtual /* [local] */ JSGlobalContextRef STDMETHODCALLTYPE globalContext();
WebFrame.cpp 487 JSGlobalContextRef STDMETHODCALLTYPE WebFrame::globalContext()
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 769 JSValueRef argument = JSValueMakeString([mainFrame globalContext], jsNotification.get());
770 JSObjectCallAsFunction([mainFrame globalContext], functionCallback, NULL, 1, &argument, NULL);
FrameLoadDelegate.mm 243 JSContextRef context = [frame globalContext];

Completed in 68 milliseconds