Lines Matching refs:NPIdentifier
89 static bool hasProperty(NPObject *obj, NPIdentifier ident);
93 static bool hasMethod(NPObject *obj, NPIdentifier ident);
98 static bool invoke(NPObject *obj, NPIdentifier ident,
105 static bool getProperty(NPObject *obj, NPIdentifier ident,
111 static bool setProperty(NPObject *obj, NPIdentifier ident,
144 NPIdentifier ident) { in hasMethod()
150 NPIdentifier ident) { in hasProperty()
155 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident, in invoke()
163 NPIdentifier ident, in getProperty()
170 NPIdentifier ident, in setProperty()
194 bool CppBoundClass::HasMethod(NPIdentifier ident) const { in HasMethod()
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const { in HasProperty()
202 bool CppBoundClass::Invoke(NPIdentifier ident, in Invoke()
231 bool CppBoundClass::GetProperty(NPIdentifier ident, NPVariant* result) const { in GetProperty()
245 bool CppBoundClass::SetProperty(NPIdentifier ident, in SetProperty()
257 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); in BindCallback()
287 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); in BindProperty()
301 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str()); in IsMethodRegistered()