HomeSort by relevance Sort by last modified time
    Searched refs:JSNPMethod (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 27 #include "JSNPMethod.h"
42 const ClassInfo JSNPMethod::s_info = { "NPMethod", &InternalFunction::s_info, 0, 0 };
44 JSNPMethod::JSNPMethod(ExecState* exec, JSGlobalObject* globalObject, const Identifier& name, NPIdentifier npIdentifier)
53 JSNPMethod* jsNPMethod = static_cast<JSNPMethod*>(exec->callee());
69 return JSValue::encode(jsNPObject->callMethod(exec, jsNPMethod->npIdentifier()));
75 CallType JSNPMethod::getCallData(CallData& callData)
JSNPMethod.h 36 class JSNPMethod : public JSC::InternalFunction {
38 JSNPMethod(JSC::ExecState*, JSC::JSGlobalObject*, const JSC::Identifier&, NPIdentifier);
JSNPObject.cpp 29 #include "JSNPMethod.h"
407 return new (exec) JSNPMethod(exec, thisObj->globalObject(), methodName, npIdentifier);

Completed in 123 milliseconds