Searched refs:npObj (Results 1 – 2 of 2) sorted by relevance
163 void CppNPObject::deallocate(NPObject* npObj) in deallocate() argument165 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in deallocate()169 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident) in hasMethod() argument171 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in hasMethod()175 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident) in hasProperty() argument177 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in hasProperty()181 bool CppNPObject::invoke(NPObject* npObj, NPIdentifier ident, in invoke() argument185 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in invoke()189 bool CppNPObject::getProperty(NPObject* npObj, NPIdentifier ident, NPVariant* result) in getProperty() argument191 CppNPObject* obj = reinterpret_cast<CppNPObject*>(npObj); in getProperty()[all …]
123 static void jsDeallocate(NPObject* npObj) in jsDeallocate() argument125 JavaScriptObject* obj = reinterpret_cast<JavaScriptObject*>(npObj); in jsDeallocate()