Searched defs:np_obj (Results 1 – 1 of 1) sorted by relevance
138 /* static */ void CppNPObject::deallocate(NPObject* np_obj) { in deallocate()143 /* static */ bool CppNPObject::hasMethod(NPObject* np_obj, in hasMethod()149 /* static */ bool CppNPObject::hasProperty(NPObject* np_obj, in hasProperty()155 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident, in invoke()162 /* static */ bool CppNPObject::getProperty(NPObject* np_obj, in getProperty()169 /* static */ bool CppNPObject::setProperty(NPObject* np_obj, in setProperty()311 NPObject* np_obj = WebBindings::createObject(0, &CppNPObject::np_class_); in GetAsCppVariant() local