Home
last modified time | relevance | path

Searched refs:getDOMPrototype (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestSerializedScriptValueInterface.cpp119 return getDOMPrototype<JSTestSerializedScriptValueInterface>(exec, globalObject); in self()
DJSTestMediaQueryListListener.cpp119 return getDOMPrototype<JSTestMediaQueryListListener>(exec, globalObject); in self()
DJSTestInterface.cpp133 return getDOMPrototype<JSTestInterface>(exec, globalObject); in self()
DJSTestObj.cpp244 return getDOMPrototype<JSTestObj>(exec, globalObject); in self()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.h143 …template<class WrapperClass> inline JSC::JSObject* getDOMPrototype(JSC::ExecState* exec, JSC::JSGl… in getDOMPrototype() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1624280 (WebCore::getDOMPrototype):
74050 * bindings/js/JSDOMBinding.h: (WebCore::getDOMPrototype): Moved to JSDOMGlobalObject.
77083 (WebCore::getDOMPrototype): Use asObject.
88163 to use the getDOMPrototype function -- later we can eliminate it and
88164 have callers invoke getDOMPrototype directly instead. Updated other