Home
last modified time | relevance | path

Searched refs:deprecatedGetDOMStructure (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DProxyRuntimeObject.mm41 // FIXME: deprecatedGetDOMStructure uses the prototype off of the wrong global object
43 …: RuntimeObject(exec, globalObject, WebCore::deprecatedGetDOMStructure<ProxyRuntimeObject>(exec), …
DProxyInstance.mm183 // FIXME: deprecatedGetDOMStructure uses the prototype off of the wrong global object
185 …: RuntimeMethod(exec, globalObject, deprecatedGetDOMStructure<ProxyRuntimeMethod>(exec), name, lis…
/external/webkit/Source/WebCore/bridge/objc/
DObjCRuntimeObject.mm39 // FIXME: deprecatedGetDOMStructure uses the prototype off of the wrong global object
41 …: RuntimeObject(exec, globalObject, WebCore::deprecatedGetDOMStructure<ObjCRuntimeObject>(exec), i…
Dobjc_runtime.mm193 // FIXME: deprecatedGetDOMStructure uses the prototype off of the wrong global object
194 : JSObjectWithGlobalObject(globalObject, deprecatedGetDOMStructure<ObjcFallbackObjectImp>(exec))
Dobjc_instance.mm180 // FIXME: deprecatedGetDOMStructure uses the prototype off of the wrong global object
182 …: RuntimeMethod(exec, globalObject, WebCore::deprecatedGetDOMStructure<ObjCRuntimeMethod>(exec), n…
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaRuntimeObject.cpp41 …: RuntimeObject(exec, globalObject, WebCore::deprecatedGetDOMStructure<JavaRuntimeObject>(exec), i… in JavaRuntimeObject()
DJavaInstanceJSC.cpp122 …: RuntimeMethod(exec, globalObject, WebCore::deprecatedGetDOMStructure<JavaRuntimeMethod>(exec), n… in JavaRuntimeMethod()
/external/webkit/Source/WebCore/bridge/c/
DCRuntimeObject.cpp43 …: RuntimeObject(exec, globalObject, WebCore::deprecatedGetDOMStructure<CRuntimeObject>(exec), inst… in CRuntimeObject()
Dc_instance.cpp117 …: RuntimeMethod(exec, globalObject, WebCore::deprecatedGetDOMStructure<CRuntimeMethod>(exec), name… in CRuntimeMethod()
/external/webkit/Source/WebCore/bridge/jsc/
DBridgeJSC.cpp109 …exec) RuntimeObject(exec, exec->lexicalGlobalObject(), WebCore::deprecatedGetDOMStructure<RuntimeO… in newRuntimeObject()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_pixmapruntime.cpp163 …: RuntimeObject(exec, globalObject, WebCore::deprecatedGetDOMStructure<QtPixmapRuntimeObject>(exec… in QtPixmapRuntimeObject()
182 …exec) RuntimeMethod(exec, exec->lexicalGlobalObject(), WebCore::deprecatedGetDOMStructure<RuntimeM… in getMethod()
Dqt_instance.cpp74 …: RuntimeObject(exec, globalObject, WebCore::deprecatedGetDOMStructure<QtRuntimeObject>(exec), ins… in QtRuntimeObject()
243 …exec) RuntimeMethod(exec, exec->lexicalGlobalObject(), WebCore::deprecatedGetDOMStructure<RuntimeM… in getMethod()
Dqt_runtime.cpp985 …: InternalFunction(&exec->globalData(), exec->lexicalGlobalObject(), deprecatedGetDOMStructure<QtR… in QtRuntimeMethod()
/external/webkit/Source/WebCore/bridge/
Druntime_array.cpp43 : JSArray(exec->globalData(), deprecatedGetDOMStructure<RuntimeArray>(exec)) in RuntimeArray()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.h137 …template<class WrapperClass> inline JSC::Structure* deprecatedGetDOMStructure(JSC::ExecState* exec) in deprecatedGetDOMStructure() function
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2984416 (WebCore::deprecatedGetDOMStructure):
88162 rename getDOMStructure calls w/o JSGlobalObject* to deprecatedGetDOMStructure
88170 (WebCore::deprecatedGetDOMStructure):