Searched refs:np_obj (Results 1 – 1 of 1) sorted by relevance
138 /* static */ void CppNPObject::deallocate(NPObject* np_obj) { in deallocate() argument139 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in deallocate()143 /* static */ bool CppNPObject::hasMethod(NPObject* np_obj, in hasMethod() argument145 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in hasMethod()149 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj, in hasProperty() argument151 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in hasProperty()155 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident, in invoke() argument158 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in invoke()162 /* static */ bool CppNPObject::getProperty(NPObject* np_obj, in getProperty() argument165 CppNPObject* obj = reinterpret_cast<CppNPObject*>(np_obj); in getProperty()[all …]