| /external/webkit/Source/WebKit/gtk/tests/ |
| testcopyandpaste.c | 138 static JSValueRef runPasteTestCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 180 static void window_object_cleared_callback(WebKitWebView* web_view, WebKitWebFrame* web_frame, JSGlobalContextRef context, JSObjectRef window_object, gpointer data) 183 JSObjectRef testComplete = JSObjectMakeFunctionWithCallback(context, name, runPasteTestCallback);
|
| /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
| WKBundleNodeHandle.cpp | 42 WKBundleNodeHandleRef WKBundleNodeHandleCreate(JSContextRef contextRef, JSObjectRef objectRef)
|
| WKBundleFrame.cpp | 137 JSValueRef WKBundleFrameGetComputedStyleIncludingVisitedInfo(WKBundleFrameRef frameRef, JSObjectRef element) 142 WKStringRef WKBundleFrameCopyCounterValue(WKBundleFrameRef frameRef, JSObjectRef element) 147 WKStringRef WKBundleFrameCopyMarkerText(WKBundleFrameRef frameRef, JSObjectRef element)
|
| /external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
| InjectedBundlePage.cpp | 51 static JSValueRef propertyValue(JSContextRef context, JSObjectRef object, const char* propertyName) 59 static double propertyValueDouble(JSContextRef context, JSObjectRef object, const char* propertyName) 67 static int propertyValueInt(JSContextRef context, JSObjectRef object, const char* propertyName) 78 static string dumpPath(JSGlobalContextRef context, JSObjectRef nodeValue) 90 out << " > " << dumpPath(context, (JSObjectRef)parentNode); 105 JSObjectRef nodeObject = (JSObjectRef)nodeValue; 120 JSObjectRef rangeObject = (JSObjectRef)rangeValue; 124 JSObjectRef startNodeObject = (JSObjectRef)startNodeValue [all...] |
| LayoutTestController.h | 55 void makeWindowObject(JSContextRef, JSObjectRef windowObject, JSValueRef* exception);
|
| /external/webkit/Tools/DumpRenderTree/win/ |
| AccessibilityControllerWin.cpp | 58 for (HashMap<PlatformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it) 264 for (HashMap<PlatformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it) { 292 void AccessibilityController::addNotificationListener(PlatformUIElement element, JSObjectRef functionCallback)
|
| FrameLoadDelegate.cpp | 307 HRESULT FrameLoadDelegate::didClearWindowObject(IWebView*, JSContextRef, JSObjectRef, IWebFrame*) 341 JSObjectRef globalObject = JSContextGetGlobalObject(ctx); 352 JSObjectRef windowObject = JSContextGetGlobalObject(context);
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebFramePrivate.h | 98 - (NSString *)_stringByEvaluatingJavaScriptFromString:(NSString *)string withGlobalObject:(JSObjectRef)globalObject inScriptWorld:(WebScriptWorld *)world;
|
| WebPDFRepresentation.mm | 138 JSObjectRef jsPDFDoc = makeJSPDFDoc(ctx, dataSource);
|
| /external/webkit/Tools/DumpRenderTree/ |
| LayoutTestController.h | 32 #include <JavaScriptCore/JSObjectRef.h> 46 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception); 65 bool findString(JSContextRef, JSStringRef, JSObjectRef optionsArray); 296 void evaluateScriptInIsolatedWorld(unsigned worldId, JSObjectRef globalObject, JSStringRef script);
|
| /external/webkit/Tools/DumpRenderTree/mac/ |
| ObjCController.m | 192 JSObjectRef jsObject = [webScriptObject JSObject]; 233 JSObjectRef jsObject = [storedWebScriptObject JSObject];
|
| FrameLoadDelegate.mm | 256 JSObjectRef globalObject = JSContextGetGlobalObject(context); 308 JSObjectRef globalObject = JSContextGetGlobalObject(ctx);
|
| AccessibilityUIElementMac.mm | 97 JSObjectRef m_notificationFunctionCallback; 139 - (void)setCallback:(JSObjectRef)callback [all...] |
| /external/webkit/Tools/DumpRenderTree/wx/ |
| LayoutTestControllerWx.cpp | 435 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldId, JSObjectRef globalObject, JSStringRef script) 575 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef optionsArray)
|
| /external/webkit/Source/JavaScriptCore/API/ |
| JSValueRef.cpp | 168 bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception) 301 JSObjectRef JSValueToObject(JSContextRef ctx, JSValueRef value, JSValueRef* exception) 308 JSObjectRef objectRef = toRef(jsValue.toObject(exec));
|
| JSContextRef.cpp | 155 JSObjectRef JSContextGetGlobalObject(JSContextRef ctx)
|
| /external/webkit/Source/WebKit/wx/ |
| WebView.h | 46 typedef struct OpaqueJSValue* JSObjectRef; 516 JSObjectRef GetWindowObject() const { return m_windowObject; } 517 void SetWindowObject(JSObjectRef object) { m_windowObject = object; } 524 JSObjectRef m_windowObject;
|
| /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/ |
| InjectedBundleNodeHandle.cpp | 59 PassRefPtr<InjectedBundleNodeHandle> InjectedBundleNodeHandle::getOrCreate(JSContextRef, JSObjectRef object)
|
| /external/webkit/Source/WebKit2/WebProcess/WebPage/ |
| WebFrame.cpp | 566 JSObjectRef globalObjectRef = JSContextGetGlobalObject(context); 599 JSValueRef WebFrame::computedStyleIncludingVisitedInfo(JSObjectRef element) 616 String WebFrame::counterValue(JSObjectRef element) 624 String WebFrame::markerText(JSObjectRef element)
|
| /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
| CodeGeneratorTestRunner.pm | 149 push(@contents, " static JSValueRef @{[$function->signature->name]}(JSContextRef, JSObjectRef, JSObjectRef, size_t, const JSValueRef[], JSValueRef*);\n"); 156 push(@contents, " static JSValueRef @{[$self->_getterName($attribute)]}(JSContextRef, JSObjectRef, JSStringRef, JSValueRef*);\n"); 157 push(@contents, " static bool @{[$self->_setterName($attribute)]}(JSContextRef, JSObjectRef, JSStringRef, JSValueRef, JSValueRef*);\n") unless $attribute->type =~ /^readonly/; 243 JSValueRef ${className}::@{[$function->signature->name]}(JSContextRef context, JSObjectRef, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) 291 JSValueRef ${className}::${getterName}(JSContextRef context, JSObjectRef object, JSStringRef, JSValueRef* exception) 304 bool ${className}::@{[$self->_setterName($attribute)]}(JSContextRef context, JSObjectRef object, JSStringRef, JSValueRef value, JSValueRef* exception)
|
| /external/webkit/Source/WebKit/win/Interfaces/ |
| IWebFramePrivate.idl | 96 [local] HRESULT stringByEvaluatingJavaScriptInScriptWorld([in] IWebScriptWorld*, [in] JSObjectRef globalObject, [in] BSTR script, [out, retval] BSTR* result);
|
| /external/webkit/Source/WebKit/win/ |
| WebFrame.h | 60 typedef struct OpaqueJSValue* JSObjectRef; 270 virtual HRESULT STDMETHODCALLTYPE stringByEvaluatingJavaScriptInScriptWorld(IWebScriptWorld*, JSObjectRef globalObjectRef, BSTR script, BSTR* evaluationResult);
|
| /external/webkit/Source/WebCore/bindings/objc/ |
| WebScriptObject.mm | 120 + (id)scriptObjectForJSObject:(JSObjectRef)jsObject originRootObject:(RootObject*)originRootObject rootObject:(RootObject*)rootObject 526 - (JSObjectRef)JSObject
|
| /external/webkit/Source/WebKit/gtk/webkit/ |
| webkitwebview.h | 111 JSObjectRef window_object);
|
| /external/webkit/Tools/DumpRenderTree/gtk/ |
| AccessibilityUIElementGtk.cpp | 709 bool AccessibilityUIElement::addNotificationListener(JSObjectRef functionCallback)
|