Searched refs:hasmethod (Results 1 – 7 of 7) sorted by relevance
303 m_browserFuncs.hasmethod = _NPN_HasMethod; in initializeBrowserFuncs()
161 NPN_HasMethodProcPtr hasmethod; member
197 funcs->hasmethod = _NPN_HasMethod; in initializeExtraBrowserFuncs()
478 …browserFuncs.hasmethod = (NPN_HasMethodProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN_Has…591 browserFuncs.hasmethod = _NPN_HasMethod;
542 bool retval = browser->hasmethod(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasMethod()
578 and hasmethod implementation. Invoke them from pluginInvoke.585 (testHasMethod): test hasmethod
8181 make hasproperty use _NP_HasProperty and hasmethod _NP_HasMethod.