Home | History | Annotate | Download | only in glue

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) {
150 NPIdentifier ident) {
155 /* static */ bool CppNPObject::invoke(NPObject* np_obj, NPIdentifier ident,
163 NPIdentifier ident,
170 NPIdentifier ident,
194 bool CppBoundClass::HasMethod(NPIdentifier ident) const {
198 bool CppBoundClass::HasProperty(NPIdentifier ident) const {
202 bool CppBoundClass::Invoke(NPIdentifier ident,
231 bool CppBoundClass::GetProperty(NPIdentifier ident, NPVariant* result) const {
245 bool CppBoundClass::SetProperty(NPIdentifier ident,
257 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str());
287 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str());
301 NPIdentifier ident = WebBindings::getStringIdentifier(name.c_str());