Lines Matching refs:NPIdentifier
115 static bool hasProperty(NPObject*, NPIdentifier);
119 static bool hasMethod(NPObject*, NPIdentifier);
124 static bool invoke(NPObject*, NPIdentifier,
131 static bool getProperty(NPObject*, NPIdentifier, NPVariant* result);
136 static bool setProperty(NPObject*, NPIdentifier, const NPVariant* value);
169 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident) in hasMethod()
175 bool CppNPObject::hasProperty(NPObject* npObj, NPIdentifier ident) in hasProperty()
181 bool CppNPObject::invoke(NPObject* npObj, NPIdentifier ident, in invoke()
189 bool CppNPObject::getProperty(NPObject* npObj, NPIdentifier ident, NPVariant* result) in getProperty()
195 bool CppNPObject::setProperty(NPObject* npObj, NPIdentifier ident, const NPVariant* value) in setProperty()
214 bool CppBoundClass::hasMethod(NPIdentifier ident) const in hasMethod()
219 bool CppBoundClass::hasProperty(NPIdentifier ident) const in hasProperty()
224 bool CppBoundClass::invoke(NPIdentifier ident, in invoke()
252 bool CppBoundClass::getProperty(NPIdentifier ident, NPVariant* result) const in getProperty()
267 bool CppBoundClass::setProperty(NPIdentifier ident, const NPVariant* value) in setProperty()
280 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); in bindCallback()
307 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); in bindProperty()
322 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); in isMethodRegistered()