Searched refs:createPrototype (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/bridge/
H A Druntime_array.h56 static ArrayPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject) function in class:JSC::RuntimeArray
H A Druntime_method.h43 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject) function in class:JSC::RuntimeMethod
H A Druntime_object.h59 static ObjectPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject) function in class:JSC::Bindings::RuntimeObject
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestInterface.h39 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
H A DJSTestMediaQueryListListener.h37 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
H A DJSTestSerializedScriptValueInterface.h39 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
H A DJSTestInterface.cpp145 JSObject* JSTestInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestInterface
H A DJSTestMediaQueryListListener.cpp141 JSObject* JSTestMediaQueryListListener::createPrototype(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestMediaQueryListListener
H A DJSTestSerializedScriptValueInterface.cpp131 JSObject* JSTestSerializedScriptValueInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestSerializedScriptValueInterface
H A DJSTestObj.h37 static JSC::JSObject* createPrototype(JSC::ExecState*, JSC::JSGlobalObject*);
H A DJSTestObj.cpp266 JSObject* JSTestObj::createPrototype(ExecState* exec, JSGlobalObject* globalObject) function in class:WebCore::JSTestObj
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_runtime.h101 static ObjectPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject) function in class:JSC::Bindings::ObjcFallbackObjectImp
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.h151 static FunctionPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject) function in class:JSC::Bindings::QtRuntimeMethod
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMBinding.h134 return cacheDOMStructure(globalObject, WrapperClass::createStructure(exec->globalData(), WrapperClass::createPrototype(exec, globalObject)), &WrapperClass::s_info);

Completed in 811 milliseconds