Searched refs:toNPJSObject (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp53 NPJSObject* npJSObject = toNPJSObject(createNPObject(0, npClass()));
334 NPJSObject* npJSObject = toNPJSObject(npObject);
340 return toNPJSObject(npObject)->hasMethod(methodName);
345 return toNPJSObject(npObject)->invoke(methodName, arguments, argumentCount, result);
350 return toNPJSObject(npObject)->invokeDefault(arguments, argumentCount, result);
355 return toNPJSObject(npObject)->hasProperty(propertyName);
360 return toNPJSObject(npObject)->getProperty(propertyName, result);
365 return toNPJSObject(npObject)->setProperty(propertyName, value);
370 return toNPJSObject(npObject)->removeProperty(propertyName);
375 return toNPJSObject(npObjec
[all...]
H A DNPJSObject.h57 static NPJSObject* toNPJSObject(NPObject* npObject) function in class:WebKit::NPJSObject
H A DNPRuntimeObjectMap.cpp107 return NPJSObject::toNPJSObject(npObject)->jsObject();

Completed in 163 milliseconds