Searched refs:JavaRuntimeMethod (Results 1 – 3 of 3) sorted by relevance
| /external/webkit/Source/WebCore/bridge/jni/jsc/ |
| D | JavaInstanceJSC.cpp | 117 class JavaRuntimeMethod : public RuntimeMethod { class 119 …JavaRuntimeMethod(ExecState* exec, JSGlobalObject* globalObject, const Identifier& name, Bindings:… in JavaRuntimeMethod() function in JavaRuntimeMethod 122 …: RuntimeMethod(exec, globalObject, WebCore::deprecatedGetDOMStructure<JavaRuntimeMethod>(exec), n… in JavaRuntimeMethod() 135 const ClassInfo JavaRuntimeMethod::s_info = { "JavaRuntimeMethod", &RuntimeMethod::s_info, 0, 0 }; 140 … return new (exec) JavaRuntimeMethod(exec, exec->lexicalGlobalObject(), propertyName, methodList); in getMethod() 145 if (!asObject(runtimeMethod)->inherits(&JavaRuntimeMethod::s_info)) in invokeMethod()
|
| /external/webkit/Source/WebCore/ |
| D | ChangeLog-2010-05-24 | 1351 (JavaRuntimeMethod::JavaRuntimeMethod): 42641 (JavaRuntimeMethod::JavaRuntimeMethod): new class to distinguish this type of RuntimeMethod.
|
| D | ChangeLog | 19030 (JavaRuntimeMethod::createStructure): 43585 (JavaRuntimeMethod::createStructure):
|